@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ApplicationGroupAssignment extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EMBEDDED |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PRIORITY |
static String |
JSON_PROPERTY_PROFILE |
Constructor and Description |
---|
ApplicationGroupAssignment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getEmbedded()
Get embedded
|
String |
getId()
Get id
|
OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
LinksSelf |
getLinks()
Get links
|
Integer |
getPriority()
Get priority
|
Map<String,Object> |
getProfile()
Get profile
|
int |
hashCode() |
ApplicationGroupAssignment |
links(LinksSelf links) |
ApplicationGroupAssignment |
priority(Integer priority) |
ApplicationGroupAssignment |
profile(Map<String,Object> profile) |
ApplicationGroupAssignment |
putProfileItem(String key,
Object profileItem) |
void |
setLinks(LinksSelf links) |
void |
setPriority(Integer priority) |
void |
setProfile(Map<String,Object> profile) |
String |
toString() |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_PROFILE
public static final String JSON_PROPERTY_EMBEDDED
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getLastUpdated()
public ApplicationGroupAssignment priority(Integer priority)
public void setPriority(Integer priority)
public ApplicationGroupAssignment profile(Map<String,Object> profile)
public ApplicationGroupAssignment putProfileItem(String key, Object profileItem)
public ApplicationGroupAssignment links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.