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