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