public static interface ListPhoneNumbersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersResponse.Builder,ListPhoneNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPhoneNumbersResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(Consumer<PhoneNumberSummary.Builder>... phoneNumberSummaryList)
Information about the phone numbers.
|
ListPhoneNumbersResponse.Builder |
phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPhoneNumbersResponse.Builder phoneNumberSummaryList(Collection<PhoneNumberSummary> phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.ListPhoneNumbersResponse.Builder phoneNumberSummaryList(PhoneNumberSummary... phoneNumberSummaryList)
Information about the phone numbers.
phoneNumberSummaryList - Information about the phone numbers.ListPhoneNumbersResponse.Builder phoneNumberSummaryList(Consumer<PhoneNumberSummary.Builder>... phoneNumberSummaryList)
Information about the phone numbers.
This is a convenience method that creates an instance of thePhoneNumberSummary.Builder avoiding the need to create
one manually via PhoneNumberSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #phoneNumberSummaryList(List.
phoneNumberSummaryList - a consumer that will call methods on
PhoneNumberSummary.Builder#phoneNumberSummaryList(java.util.Collection) ListPhoneNumbersResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.