public static interface ListActivityTypesResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<ListActivityTypesResponse.Builder,ListActivityTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActivityTypesResponse.Builder |
nextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
ListActivityTypesResponse.Builder |
typeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
ListActivityTypesResponse.Builder |
typeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
ListActivityTypesResponse.Builder |
typeInfos(Consumer<ActivityTypeInfo.Builder>... typeInfos)
List of activity type information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActivityTypesResponse.Builder typeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
typeInfos - List of activity type information.ListActivityTypesResponse.Builder typeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
typeInfos - List of activity type information.ListActivityTypesResponse.Builder typeInfos(Consumer<ActivityTypeInfo.Builder>... typeInfos)
List of activity type information.
This is a convenience method that creates an instance of theActivityTypeInfo.Builder avoiding the need to create one
manually via ActivityTypeInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #typeInfos(List.
typeInfos - a consumer that will call methods on
ActivityTypeInfo.Builder#typeInfos(java.util.Collection) ListActivityTypesResponse.Builder nextPageToken(String nextPageToken)
If a NextPageToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single call.
nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
nextPageToken. Keep all other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single
call.
Copyright © 2022. All rights reserved.