public static interface ListMobileDeviceAccessOverridesResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessOverridesResponse.Builder,ListMobileDeviceAccessOverridesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessOverridesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(Collection<MobileDeviceAccessOverride> overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(Consumer<MobileDeviceAccessOverride.Builder>... overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
|
ListMobileDeviceAccessOverridesResponse.Builder |
overrides(MobileDeviceAccessOverride... overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileDeviceAccessOverridesResponse.Builder overrides(Collection<MobileDeviceAccessOverride> overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
overrides - The list of mobile device access overrides that exist for the specified WorkMail organization and
user.ListMobileDeviceAccessOverridesResponse.Builder overrides(MobileDeviceAccessOverride... overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
overrides - The list of mobile device access overrides that exist for the specified WorkMail organization and
user.ListMobileDeviceAccessOverridesResponse.Builder overrides(Consumer<MobileDeviceAccessOverride.Builder>... overrides)
The list of mobile device access overrides that exist for the specified WorkMail organization and user.
This is a convenience method that creates an instance of theMobileDeviceAccessOverride.Builder avoiding the need
to create one manually via
MobileDeviceAccessOverride.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #overrides(List.
overrides - a consumer that will call methods on
MobileDeviceAccessOverride.Builder#overrides(java.util.Collection) ListMobileDeviceAccessOverridesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. The value is “null” when there are no more
results to return.Copyright © 2022. All rights reserved.