@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class DevicePolicyRuleConditionPlatform extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SUPPORTED_M_D_M_FRAMEWORKS |
static String |
JSON_PROPERTY_TYPES |
Constructor and Description |
---|
DevicePolicyRuleConditionPlatform() |
Modifier and Type | Method and Description |
---|---|
DevicePolicyRuleConditionPlatform |
addSupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem) |
DevicePolicyRuleConditionPlatform |
addTypesItem(DevicePolicyPlatformType typesItem) |
boolean |
equals(Object o) |
List<DevicePolicyMDMFramework> |
getSupportedMDMFrameworks()
Get supportedMDMFrameworks
|
List<DevicePolicyPlatformType> |
getTypes()
Get types
|
int |
hashCode() |
void |
setSupportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks) |
void |
setTypes(List<DevicePolicyPlatformType> types) |
DevicePolicyRuleConditionPlatform |
supportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks) |
String |
toString() |
DevicePolicyRuleConditionPlatform |
types(List<DevicePolicyPlatformType> types) |
public static final String JSON_PROPERTY_SUPPORTED_M_D_M_FRAMEWORKS
public static final String JSON_PROPERTY_TYPES
public DevicePolicyRuleConditionPlatform supportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks)
public DevicePolicyRuleConditionPlatform addSupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem)
@Nullable public List<DevicePolicyMDMFramework> getSupportedMDMFrameworks()
public void setSupportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks)
public DevicePolicyRuleConditionPlatform types(List<DevicePolicyPlatformType> types)
public DevicePolicyRuleConditionPlatform addTypesItem(DevicePolicyPlatformType typesItem)
@Nullable public List<DevicePolicyPlatformType> getTypes()
public void setTypes(List<DevicePolicyPlatformType> types)
Copyright © 2017–2023 Okta. All rights reserved.