Uses of Enum
com.okta.sdk.resource.model.DevicePolicyTrustLevel
Packages that use DevicePolicyTrustLevel
-
Uses of DevicePolicyTrustLevel in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return DevicePolicyTrustLevelModifier and TypeMethodDescriptionstatic DevicePolicyTrustLevel
ContextPolicyRuleCondition.getTrustLevel()
Get trustLevelDevicePolicyRuleCondition.getTrustLevel()
Get trustLevelstatic DevicePolicyTrustLevel
Returns the enum constant of this type with the specified name.static DevicePolicyTrustLevel[]
DevicePolicyTrustLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type DevicePolicyTrustLevelModifier and TypeMethodDescriptionvoid
ContextPolicyRuleCondition.setTrustLevel
(DevicePolicyTrustLevel trustLevel) void
DevicePolicyRuleCondition.setTrustLevel
(DevicePolicyTrustLevel trustLevel) ContextPolicyRuleCondition.trustLevel
(DevicePolicyTrustLevel trustLevel) DevicePolicyRuleCondition.trustLevel
(DevicePolicyTrustLevel trustLevel)