public static interface GetMobileDeviceAccessEffectResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<GetMobileDeviceAccessEffectResponse.Builder,GetMobileDeviceAccessEffectResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMobileDeviceAccessEffectResponse.Builder |
effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters. |
GetMobileDeviceAccessEffectResponse.Builder |
effect(String effect)
The effect of the simulated access,
ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters. |
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
matchedRules(MobileDeviceAccessMatchedRule... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMobileDeviceAccessEffectResponse.Builder effect(String effect)
The effect of the simulated access, ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters.
effect - The effect of the simulated access, ALLOW or DENY, after evaluating mobile
device access rules in the WorkMail organization for the simulated user parameters.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectGetMobileDeviceAccessEffectResponse.Builder effect(MobileDeviceAccessRuleEffect effect)
The effect of the simulated access, ALLOW or DENY, after evaluating mobile device
access rules in the WorkMail organization for the simulated user parameters.
effect - The effect of the simulated access, ALLOW or DENY, after evaluating mobile
device access rules in the WorkMail organization for the simulated user parameters.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectGetMobileDeviceAccessEffectResponse.Builder matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
matchedRules - A list of the rules which matched the simulated user input and produced the effect.GetMobileDeviceAccessEffectResponse.Builder matchedRules(MobileDeviceAccessMatchedRule... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
matchedRules - A list of the rules which matched the simulated user input and produced the effect.GetMobileDeviceAccessEffectResponse.Builder matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules)
A list of the rules which matched the simulated user input and produced the effect.
This is a convenience method that creates an instance of theMobileDeviceAccessMatchedRule.Builder avoiding the
need to create one manually via
MobileDeviceAccessMatchedRule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #matchedRules(List.
matchedRules - a consumer that will call methods on
MobileDeviceAccessMatchedRule.Builder#matchedRules(java.util.Collection) Copyright © 2022. All rights reserved.