@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PlatformPolicyRuleCondition extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_EXCLUDE  | 
static String | 
JSON_PROPERTY_INCLUDE  | 
| Constructor and Description | 
|---|
PlatformPolicyRuleCondition()  | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformPolicyRuleCondition | 
addExcludeItem(PlatformConditionEvaluatorPlatform excludeItem)  | 
PlatformPolicyRuleCondition | 
addIncludeItem(PlatformConditionEvaluatorPlatform includeItem)  | 
boolean | 
equals(Object o)  | 
PlatformPolicyRuleCondition | 
exclude(List<PlatformConditionEvaluatorPlatform> exclude)  | 
List<PlatformConditionEvaluatorPlatform> | 
getExclude()
Get exclude 
 | 
List<PlatformConditionEvaluatorPlatform> | 
getInclude()
Get include 
 | 
int | 
hashCode()  | 
PlatformPolicyRuleCondition | 
include(List<PlatformConditionEvaluatorPlatform> include)  | 
void | 
setExclude(List<PlatformConditionEvaluatorPlatform> exclude)  | 
void | 
setInclude(List<PlatformConditionEvaluatorPlatform> include)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_EXCLUDE
public static final String JSON_PROPERTY_INCLUDE
public PlatformPolicyRuleCondition exclude(List<PlatformConditionEvaluatorPlatform> exclude)
public PlatformPolicyRuleCondition addExcludeItem(PlatformConditionEvaluatorPlatform excludeItem)
@Nullable public List<PlatformConditionEvaluatorPlatform> getExclude()
public void setExclude(List<PlatformConditionEvaluatorPlatform> exclude)
public PlatformPolicyRuleCondition include(List<PlatformConditionEvaluatorPlatform> include)
public PlatformPolicyRuleCondition addIncludeItem(PlatformConditionEvaluatorPlatform includeItem)
@Nullable public List<PlatformConditionEvaluatorPlatform> getInclude()
public void setInclude(List<PlatformConditionEvaluatorPlatform> include)
Copyright © 2017–2023 Okta. All rights reserved.