@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DeviceAssuranceAndroidPlatformAllOfScreenLockType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_INCLUDE |
Constructor and Description |
---|
DeviceAssuranceAndroidPlatformAllOfScreenLockType() |
Modifier and Type | Method and Description |
---|---|
DeviceAssuranceAndroidPlatformAllOfScreenLockType |
addIncludeItem(ScreenLockType includeItem) |
boolean |
equals(Object o) |
List<ScreenLockType> |
getInclude()
Get include
|
int |
hashCode() |
DeviceAssuranceAndroidPlatformAllOfScreenLockType |
include(List<ScreenLockType> include) |
void |
setInclude(List<ScreenLockType> include) |
String |
toString() |
public static final String JSON_PROPERTY_INCLUDE
public DeviceAssuranceAndroidPlatformAllOfScreenLockType()
public DeviceAssuranceAndroidPlatformAllOfScreenLockType include(List<ScreenLockType> include)
public DeviceAssuranceAndroidPlatformAllOfScreenLockType addIncludeItem(ScreenLockType includeItem)
@Nullable public List<ScreenLockType> getInclude()
public void setInclude(List<ScreenLockType> include)
Copyright © 2017–2023 Okta. All rights reserved.