Package com.okta.sdk.resource.model
Class DevicePolicyRuleConditionPlatform
java.lang.Object
com.okta.sdk.resource.model.DevicePolicyRuleConditionPlatform
- 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 DevicePolicyRuleConditionPlatform
extends Object
implements Serializable
DevicePolicyRuleConditionPlatform
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddsupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem) addtypesItem(DevicePolicyPlatformType typesItem) booleanGet supportedMDMFrameworksgetTypes()Get typesinthashCode()voidsetSupportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks) voidsetTypes(List<DevicePolicyPlatformType> types) supportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks) toString()types(List<DevicePolicyPlatformType> types)  
- 
Field Details
- 
JSON_PROPERTY_SUPPORTED_M_D_M_FRAMEWORKS
- See Also:
 
 - 
JSON_PROPERTY_TYPES
- See Also:
 
 
 - 
 - 
Constructor Details
- 
DevicePolicyRuleConditionPlatform
public DevicePolicyRuleConditionPlatform() 
 - 
 - 
Method Details
- 
supportedMDMFrameworks
public DevicePolicyRuleConditionPlatform supportedMDMFrameworks(List<DevicePolicyMDMFramework> supportedMDMFrameworks)  - 
addsupportedMDMFrameworksItem
public DevicePolicyRuleConditionPlatform addsupportedMDMFrameworksItem(DevicePolicyMDMFramework supportedMDMFrameworksItem)  - 
getSupportedMDMFrameworks
Get supportedMDMFrameworks- Returns:
 - supportedMDMFrameworks
 
 - 
setSupportedMDMFrameworks
 - 
types
 - 
addtypesItem
 - 
getTypes
Get types- Returns:
 - types
 
 - 
setTypes
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -