@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class GroupOwner extends Object
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()
Get displayName
|
String |
getId()
Get id
|
OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
String |
getOriginId()
Get originId
|
GroupOwnerOriginType |
getOriginType()
Get originType
|
Boolean |
getResolved()
Get resolved
|
GroupOwnerType |
getType()
Get type
|
int |
hashCode() |
GroupOwner |
originId(String originId) |
GroupOwner |
originType(GroupOwnerOriginType originType) |
GroupOwner |
resolved(Boolean resolved) |
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 OffsetDateTime getLastUpdated()
public GroupOwner originId(String originId)
public void setOriginId(String originId)
public GroupOwner originType(GroupOwnerOriginType originType)
@Nullable public GroupOwnerOriginType getOriginType()
public void setOriginType(GroupOwnerOriginType originType)
public GroupOwner resolved(Boolean resolved)
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.