public static interface ListMobileDeviceAccessRulesResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMobileDeviceAccessRulesResponse.Builder,ListMobileDeviceAccessRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessRulesResponse.Builder |
rules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
ListMobileDeviceAccessRulesResponse.Builder |
rules(Consumer<MobileDeviceAccessRule.Builder>... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
ListMobileDeviceAccessRulesResponse.Builder |
rules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileDeviceAccessRulesResponse.Builder rules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
rules - The list of mobile device access rules that exist under the specified WorkMail organization.ListMobileDeviceAccessRulesResponse.Builder rules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
rules - The list of mobile device access rules that exist under the specified WorkMail organization.ListMobileDeviceAccessRulesResponse.Builder rules(Consumer<MobileDeviceAccessRule.Builder>... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
This is a convenience method that creates an instance of theMobileDeviceAccessRule.Builder avoiding the need to
create one manually via
MobileDeviceAccessRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
MobileDeviceAccessRule.Builder#rules(java.util.Collection) Copyright © 2023. All rights reserved.