Uses of Interface
com.okta.sdk.resource.policy.PlatformConditionEvaluatorPlatform
-
Packages that use PlatformConditionEvaluatorPlatform Package Description com.okta.sdk.resource.policy -
-
Uses of PlatformConditionEvaluatorPlatform in com.okta.sdk.resource.policy
Methods in com.okta.sdk.resource.policy that return PlatformConditionEvaluatorPlatform Modifier and Type Method Description PlatformConditionEvaluatorPlatformPlatformConditionEvaluatorPlatform. setOs(PlatformConditionEvaluatorPlatformOperatingSystem os)PlatformConditionEvaluatorPlatformPlatformConditionEvaluatorPlatform. setType(PlatformConditionEvaluatorPlatform.TypeEnum type)Methods in com.okta.sdk.resource.policy that return types with arguments of type PlatformConditionEvaluatorPlatform Modifier and Type Method Description java.util.List<PlatformConditionEvaluatorPlatform>PlatformPolicyRuleCondition. getExclude()java.util.List<PlatformConditionEvaluatorPlatform>PlatformPolicyRuleCondition. getInclude()Method parameters in com.okta.sdk.resource.policy with type arguments of type PlatformConditionEvaluatorPlatform Modifier and Type Method Description PlatformPolicyRuleConditionPlatformPolicyRuleCondition. setExclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude)PlatformPolicyRuleConditionPlatformPolicyRuleCondition. setInclude(java.util.List<PlatformConditionEvaluatorPlatform> include)
-