@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class LinksSelfAndFullUsersLifecycleAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_SUSPEND |
static String |
JSON_PROPERTY_UNSUSPEND |
static String |
JSON_PROPERTY_USERS |
Constructor and Description |
---|
LinksSelfAndFullUsersLifecycleAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HrefObjectSuspendLink |
getSuspend()
Get suspend
|
HrefObjectUnsuspendLink |
getUnsuspend()
Get unsuspend
|
HrefObject |
getUsers()
Link to Device users
|
int |
hashCode() |
void |
setSuspend(HrefObjectSuspendLink suspend) |
void |
setUnsuspend(HrefObjectUnsuspendLink unsuspend) |
void |
setUsers(HrefObject users) |
LinksSelfAndFullUsersLifecycleAllOf |
suspend(HrefObjectSuspendLink suspend) |
String |
toString() |
LinksSelfAndFullUsersLifecycleAllOf |
unsuspend(HrefObjectUnsuspendLink unsuspend) |
LinksSelfAndFullUsersLifecycleAllOf |
users(HrefObject users) |
public static final String JSON_PROPERTY_SUSPEND
public static final String JSON_PROPERTY_UNSUSPEND
public static final String JSON_PROPERTY_USERS
public LinksSelfAndFullUsersLifecycleAllOf suspend(HrefObjectSuspendLink suspend)
@Nullable public HrefObjectSuspendLink getSuspend()
public void setSuspend(HrefObjectSuspendLink suspend)
public LinksSelfAndFullUsersLifecycleAllOf unsuspend(HrefObjectUnsuspendLink unsuspend)
@Nullable public HrefObjectUnsuspendLink getUnsuspend()
public void setUnsuspend(HrefObjectUnsuspendLink unsuspend)
public LinksSelfAndFullUsersLifecycleAllOf users(HrefObject users)
@Nullable public HrefObject getUsers()
public void setUsers(HrefObject users)
Copyright © 2017–2023 Okta. All rights reserved.