Uses of Class
com.okta.sdk.resource.model.PlatformConditionEvaluatorPlatform
Packages that use PlatformConditionEvaluatorPlatform
-
Uses of PlatformConditionEvaluatorPlatform in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PlatformConditionEvaluatorPlatformModifier and TypeMethodDescriptionPlatformConditionEvaluatorPlatform.os
(PlatformConditionEvaluatorPlatformOperatingSystem os) PlatformConditionEvaluatorPlatform.type
(PolicyPlatformType type) Methods in com.okta.sdk.resource.model that return types with arguments of type PlatformConditionEvaluatorPlatformModifier and TypeMethodDescriptionPlatformPolicyRuleCondition.getExclude()
Get excludePlatformPolicyRuleCondition.getInclude()
Get includeMethods in com.okta.sdk.resource.model with parameters of type PlatformConditionEvaluatorPlatformModifier and TypeMethodDescriptionPlatformPolicyRuleCondition.addExcludeItem
(PlatformConditionEvaluatorPlatform excludeItem) PlatformPolicyRuleCondition.addIncludeItem
(PlatformConditionEvaluatorPlatform includeItem) Method parameters in com.okta.sdk.resource.model with type arguments of type PlatformConditionEvaluatorPlatformModifier and TypeMethodDescriptionPlatformPolicyRuleCondition.exclude
(List<PlatformConditionEvaluatorPlatform> exclude) PlatformPolicyRuleCondition.include
(List<PlatformConditionEvaluatorPlatform> include) void
PlatformPolicyRuleCondition.setExclude
(List<PlatformConditionEvaluatorPlatform> exclude) void
PlatformPolicyRuleCondition.setInclude
(List<PlatformConditionEvaluatorPlatform> include)