@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class IamRoles extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_ROLES |
Constructor and Description |
---|
IamRoles() |
Modifier and Type | Method and Description |
---|---|
IamRoles |
addRolesItem(IamRole rolesItem) |
boolean |
equals(Object o) |
LinksNext |
getLinks()
Get links
|
List<IamRole> |
getRoles()
Get roles
|
int |
hashCode() |
IamRoles |
links(LinksNext links) |
IamRoles |
roles(List<IamRole> roles) |
void |
setLinks(LinksNext links) |
void |
setRoles(List<IamRole> roles) |
String |
toString() |
public static final String JSON_PROPERTY_ROLES
public static final String JSON_PROPERTY_LINKS
public void setLinks(LinksNext links)
Copyright © 2017–2023 Okta. All rights reserved.