@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class GroupOwner extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_ORIGIN_ID |
static String |
JSON_PROPERTY_ORIGIN_TYPE |
static String |
JSON_PROPERTY_RESOLVED |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
GroupOwner() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
The display name of the group owner
|
String |
getId()
The `id` of the group owner
|
OffsetDateTime |
getLastUpdated()
Timestamp when the group owner was last updated
|
String |
getOriginId()
The ID of the app instance if the `originType` is `APPLICATION`.
|
GroupOwnerOriginType |
getOriginType()
Get originType
|
Boolean |
getResolved()
If `originType`is APPLICATION, this parameter is set to `FALSE` until the owner’s `originId` is reconciled with an associated Okta ID.
|
GroupOwnerType |
getType()
Get type
|
int |
hashCode() |
GroupOwner |
id(String id) |
GroupOwner |
originId(String originId) |
GroupOwner |
originType(GroupOwnerOriginType originType) |
GroupOwner |
resolved(Boolean resolved) |
void |
setId(String id) |
void |
setOriginId(String originId) |
void |
setOriginType(GroupOwnerOriginType originType) |
void |
setResolved(Boolean resolved) |
void |
setType(GroupOwnerType type) |
String |
toString() |
GroupOwner |
type(GroupOwnerType type) |
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_ORIGIN_ID
public static final String JSON_PROPERTY_ORIGIN_TYPE
public static final String JSON_PROPERTY_RESOLVED
public static final String JSON_PROPERTY_TYPE
@Nullable public String getDisplayName()
public GroupOwner id(String id)
public void setId(String id)
@Nullable public OffsetDateTime getLastUpdated()
public GroupOwner originId(String originId)
@Nullable public String getOriginId()
public void setOriginId(String originId)
public GroupOwner originType(GroupOwnerOriginType originType)
@Nullable public GroupOwnerOriginType getOriginType()
public void setOriginType(GroupOwnerOriginType originType)
public GroupOwner resolved(Boolean resolved)
@Nullable public Boolean getResolved()
public void setResolved(Boolean resolved)
public GroupOwner type(GroupOwnerType type)
@Nullable public GroupOwnerType getType()
public void setType(GroupOwnerType type)
Copyright © 2017–2023 Okta. All rights reserved.