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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class DevicePolicyRuleConditionPlatform
extends Object
implements Serializable
DevicePolicyRuleConditionPlatform
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddsupportedMDMFrameworksItem
(DevicePolicyMDMFramework supportedMDMFrameworksItem) addtypesItem
(DevicePolicyPlatformType typesItem) boolean
Get supportedMDMFrameworksgetTypes()
Get typesint
hashCode()
void
setSupportedMDMFrameworks
(List<DevicePolicyMDMFramework> supportedMDMFrameworks) void
setTypes
(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
-