Package com.okta.sdk.resource.model
Class PlatformPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.PlatformPolicyRuleCondition
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class PlatformPolicyRuleCondition
extends Object
implements Serializable
PlatformPolicyRuleCondition
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddexcludeItem(PlatformConditionEvaluatorPlatform excludeItem) addincludeItem(PlatformConditionEvaluatorPlatform includeItem) booleanexclude(List<PlatformConditionEvaluatorPlatform> exclude) Get excludeGet includeinthashCode()include(List<PlatformConditionEvaluatorPlatform> include) voidsetExclude(List<PlatformConditionEvaluatorPlatform> exclude) voidsetInclude(List<PlatformConditionEvaluatorPlatform> include) toString() 
- 
Field Details
- 
JSON_PROPERTY_EXCLUDE
- See Also:
 
 - 
JSON_PROPERTY_INCLUDE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PlatformPolicyRuleCondition
public PlatformPolicyRuleCondition() 
 - 
 - 
Method Details
- 
exclude
 - 
addexcludeItem
 - 
getExclude
Get exclude- Returns:
 - exclude
 
 - 
setExclude
 - 
include
 - 
addincludeItem
 - 
getInclude
Get include- Returns:
 - include
 
 - 
setInclude
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -