static GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.builder() |
|
GetMobileDeviceAccessEffectResponse.Builder |
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 |
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 |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(Collection<MobileDeviceAccessMatchedRule> matchedRules) |
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(Consumer<MobileDeviceAccessMatchedRule.Builder>... matchedRules) |
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.Builder.matchedRules(MobileDeviceAccessMatchedRule... matchedRules) |
A list of the rules which matched the simulated user input and produced the effect.
|
GetMobileDeviceAccessEffectResponse.Builder |
GetMobileDeviceAccessEffectResponse.toBuilder() |
|