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 DevicePolicyTrustLevelContextPolicyRuleCondition.getTrustLevel()Get trustLevelDeviceAccessPolicyRuleCondition.getTrustLevel()Get trustLevelDevicePolicyRuleCondition.getTrustLevel()Get trustLevelstatic DevicePolicyTrustLevelReturns 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 TypeMethodDescriptionvoidContextPolicyRuleCondition.setTrustLevel(DevicePolicyTrustLevel trustLevel) voidDeviceAccessPolicyRuleCondition.setTrustLevel(DevicePolicyTrustLevel trustLevel) voidDevicePolicyRuleCondition.setTrustLevel(DevicePolicyTrustLevel trustLevel) ContextPolicyRuleCondition.trustLevel(DevicePolicyTrustLevel trustLevel) DeviceAccessPolicyRuleCondition.trustLevel(DevicePolicyTrustLevel trustLevel) DevicePolicyRuleCondition.trustLevel(DevicePolicyTrustLevel trustLevel)