@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class DevicePolicyRuleConditionPlatform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_SUPPORTED_M_D_M_FRAMEWORKS |
static java.lang.String |
JSON_PROPERTY_TYPES |
Constructor and Description |
---|
DevicePolicyRuleConditionPlatform() |
Modifier and Type | Method and Description |
---|---|
DevicePolicyRuleConditionPlatform |
addSupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem) |
DevicePolicyRuleConditionPlatform |
addTypesItem(DevicePolicyPlatformType typesItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<DevicePolicyMDMFramework> |
getSupportedMDMFrameworks()
Get supportedMDMFrameworks
|
java.util.List<DevicePolicyPlatformType> |
getTypes()
Get types
|
int |
hashCode() |
void |
setSupportedMDMFrameworks(java.util.List<DevicePolicyMDMFramework> supportedMDMFrameworks) |
void |
setTypes(java.util.List<DevicePolicyPlatformType> types) |
DevicePolicyRuleConditionPlatform |
supportedMDMFrameworks(java.util.List<DevicePolicyMDMFramework> supportedMDMFrameworks) |
java.lang.String |
toString() |
DevicePolicyRuleConditionPlatform |
types(java.util.List<DevicePolicyPlatformType> types) |
public static final java.lang.String JSON_PROPERTY_SUPPORTED_M_D_M_FRAMEWORKS
public static final java.lang.String JSON_PROPERTY_TYPES
public DevicePolicyRuleConditionPlatform supportedMDMFrameworks(java.util.List<DevicePolicyMDMFramework> supportedMDMFrameworks)
public DevicePolicyRuleConditionPlatform addSupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem)
@Nullable public java.util.List<DevicePolicyMDMFramework> getSupportedMDMFrameworks()
public void setSupportedMDMFrameworks(java.util.List<DevicePolicyMDMFramework> supportedMDMFrameworks)
public DevicePolicyRuleConditionPlatform types(java.util.List<DevicePolicyPlatformType> types)
public DevicePolicyRuleConditionPlatform addTypesItem(DevicePolicyPlatformType typesItem)
@Nullable public java.util.List<DevicePolicyPlatformType> getTypes()
public void setTypes(java.util.List<DevicePolicyPlatformType> types)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.