public static interface MobileDeviceAccessRule.Builder extends SdkPojo, CopyableBuilder<MobileDeviceAccessRule.Builder,MobileDeviceAccessRule>
| Modifier and Type | Method and Description |
|---|---|
MobileDeviceAccessRule.Builder |
dateCreated(Instant dateCreated)
The date and time at which an access rule was created.
|
MobileDeviceAccessRule.Builder |
dateModified(Instant dateModified)
The date and time at which an access rule was modified.
|
MobileDeviceAccessRule.Builder |
description(String description)
The description of a mobile access rule.
|
MobileDeviceAccessRule.Builder |
deviceModels(Collection<String> deviceModels)
Device models that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceModels(String... deviceModels)
Device models that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceOperatingSystems(Collection<String> deviceOperatingSystems)
Device operating systems that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceOperatingSystems(String... deviceOperatingSystems)
Device operating systems that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceTypes(Collection<String> deviceTypes)
Device types that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceTypes(String... deviceTypes)
Device types that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceUserAgents(Collection<String> deviceUserAgents)
Device user agents that a rule will match.
|
MobileDeviceAccessRule.Builder |
deviceUserAgents(String... deviceUserAgents)
Device user agents that a rule will match.
|
MobileDeviceAccessRule.Builder |
effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches.
|
MobileDeviceAccessRule.Builder |
effect(String effect)
The effect of the rule when it matches.
|
MobileDeviceAccessRule.Builder |
mobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The ID assigned to a mobile access rule.
|
MobileDeviceAccessRule.Builder |
name(String name)
The name of a mobile access rule.
|
MobileDeviceAccessRule.Builder |
notDeviceModels(Collection<String> notDeviceModels)
Device models that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceModels(String... notDeviceModels)
Device models that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceOperatingSystems(Collection<String> notDeviceOperatingSystems)
Device operating systems that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceOperatingSystems(String... notDeviceOperatingSystems)
Device operating systems that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceTypes(Collection<String> notDeviceTypes)
Device types that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceTypes(String... notDeviceTypes)
Device types that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceUserAgents(Collection<String> notDeviceUserAgents)
Device user agents that a rule will not match.
|
MobileDeviceAccessRule.Builder |
notDeviceUserAgents(String... notDeviceUserAgents)
Device user agents that a rule will not match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMobileDeviceAccessRule.Builder mobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The ID assigned to a mobile access rule.
mobileDeviceAccessRuleId - The ID assigned to a mobile access rule.MobileDeviceAccessRule.Builder name(String name)
The name of a mobile access rule.
name - The name of a mobile access rule.MobileDeviceAccessRule.Builder description(String description)
The description of a mobile access rule.
description - The description of a mobile access rule.MobileDeviceAccessRule.Builder effect(String effect)
The effect of the rule when it matches. Allowed values are ALLOW or DENY.
effect - The effect of the rule when it matches. Allowed values are ALLOW or DENY.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectMobileDeviceAccessRule.Builder effect(MobileDeviceAccessRuleEffect effect)
The effect of the rule when it matches. Allowed values are ALLOW or DENY.
effect - The effect of the rule when it matches. Allowed values are ALLOW or DENY.MobileDeviceAccessRuleEffect,
MobileDeviceAccessRuleEffectMobileDeviceAccessRule.Builder deviceTypes(Collection<String> deviceTypes)
Device types that a rule will match.
deviceTypes - Device types that a rule will match.MobileDeviceAccessRule.Builder deviceTypes(String... deviceTypes)
Device types that a rule will match.
deviceTypes - Device types that a rule will match.MobileDeviceAccessRule.Builder notDeviceTypes(Collection<String> notDeviceTypes)
Device types that a rule will not match. All other device types will match.
notDeviceTypes - Device types that a rule will not match. All other device types will match.MobileDeviceAccessRule.Builder notDeviceTypes(String... notDeviceTypes)
Device types that a rule will not match. All other device types will match.
notDeviceTypes - Device types that a rule will not match. All other device types will match.MobileDeviceAccessRule.Builder deviceModels(Collection<String> deviceModels)
Device models that a rule will match.
deviceModels - Device models that a rule will match.MobileDeviceAccessRule.Builder deviceModels(String... deviceModels)
Device models that a rule will match.
deviceModels - Device models that a rule will match.MobileDeviceAccessRule.Builder notDeviceModels(Collection<String> notDeviceModels)
Device models that a rule will not match. All other device models will match.
notDeviceModels - Device models that a rule will not match. All other device models will match.MobileDeviceAccessRule.Builder notDeviceModels(String... notDeviceModels)
Device models that a rule will not match. All other device models will match.
notDeviceModels - Device models that a rule will not match. All other device models will match.MobileDeviceAccessRule.Builder deviceOperatingSystems(Collection<String> deviceOperatingSystems)
Device operating systems that a rule will match.
deviceOperatingSystems - Device operating systems that a rule will match.MobileDeviceAccessRule.Builder deviceOperatingSystems(String... deviceOperatingSystems)
Device operating systems that a rule will match.
deviceOperatingSystems - Device operating systems that a rule will match.MobileDeviceAccessRule.Builder notDeviceOperatingSystems(Collection<String> notDeviceOperatingSystems)
Device operating systems that a rule will not match. All other device types will match.
notDeviceOperatingSystems - Device operating systems that a rule will not match. All other device types will match.MobileDeviceAccessRule.Builder notDeviceOperatingSystems(String... notDeviceOperatingSystems)
Device operating systems that a rule will not match. All other device types will match.
notDeviceOperatingSystems - Device operating systems that a rule will not match. All other device types will match.MobileDeviceAccessRule.Builder deviceUserAgents(Collection<String> deviceUserAgents)
Device user agents that a rule will match.
deviceUserAgents - Device user agents that a rule will match.MobileDeviceAccessRule.Builder deviceUserAgents(String... deviceUserAgents)
Device user agents that a rule will match.
deviceUserAgents - Device user agents that a rule will match.MobileDeviceAccessRule.Builder notDeviceUserAgents(Collection<String> notDeviceUserAgents)
Device user agents that a rule will not match. All other device user agents will match.
notDeviceUserAgents - Device user agents that a rule will not match. All other device user agents will match.MobileDeviceAccessRule.Builder notDeviceUserAgents(String... notDeviceUserAgents)
Device user agents that a rule will not match. All other device user agents will match.
notDeviceUserAgents - Device user agents that a rule will not match. All other device user agents will match.MobileDeviceAccessRule.Builder dateCreated(Instant dateCreated)
The date and time at which an access rule was created.
dateCreated - The date and time at which an access rule was created.MobileDeviceAccessRule.Builder dateModified(Instant dateModified)
The date and time at which an access rule was modified.
dateModified - The date and time at which an access rule was modified.Copyright © 2023. All rights reserved.