Uses of Class
com.okta.sdk.resource.DevicePolicyTrustLevel
-
Packages that use DevicePolicyTrustLevel Package Description com.okta.sdk.resource -
-
Uses of DevicePolicyTrustLevel in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return DevicePolicyTrustLevel Modifier and Type Method Description DevicePolicyTrustLevel
DevicePolicyRuleCondition. getTrustLevel()
static DevicePolicyTrustLevel
DevicePolicyTrustLevel. valueOf(java.lang.String name)
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 with parameters of type DevicePolicyTrustLevel Modifier and Type Method Description DevicePolicyRuleCondition
DevicePolicyRuleCondition. setTrustLevel(DevicePolicyTrustLevel trustLevel)
-