Uses of Interface
com.okta.sdk.resource.PlatformConditionEvaluatorPlatform
-
Packages that use PlatformConditionEvaluatorPlatform Package Description com.okta.sdk.resource -
-
Uses of PlatformConditionEvaluatorPlatform in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PlatformConditionEvaluatorPlatform Modifier and Type Method Description PlatformConditionEvaluatorPlatform
PlatformConditionEvaluatorPlatform. setOs(PlatformConditionEvaluatorPlatformOperatingSystem os)
PlatformConditionEvaluatorPlatform
PlatformConditionEvaluatorPlatform. setType(PolicyPlatformType type)
Methods in com.okta.sdk.resource 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 with type arguments of type PlatformConditionEvaluatorPlatform Modifier and Type Method Description PlatformPolicyRuleCondition
PlatformPolicyRuleCondition. setExclude(java.util.List<PlatformConditionEvaluatorPlatform> exclude)
PlatformPolicyRuleCondition
PlatformPolicyRuleCondition. setInclude(java.util.List<PlatformConditionEvaluatorPlatform> include)
-