Package com.okta.sdk.resource.model
Class GroupOwner
java.lang.Object
com.okta.sdk.resource.model.GroupOwner
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class GroupOwner
extends Object
implements Serializable
GroupOwner
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe display name of the group ownergetId()The `id` of the group ownerTimestamp when the group owner was last updatedThe ID of the app instance if the `originType` is `APPLICATION`.Get originTypeIf `originType`is APPLICATION, this parameter is set to `FALSE` until the owner’s `originId` is reconciled with an associated Okta ID.getType()Get typeinthashCode()originType(GroupOwnerOriginType originType) voidvoidsetOriginId(String originId) voidsetOriginType(GroupOwnerOriginType originType) voidsetResolved(Boolean resolved) voidsetType(GroupOwnerType type) toString()type(GroupOwnerType type)
-
Field Details
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_ORIGIN_ID
- See Also:
-
JSON_PROPERTY_ORIGIN_TYPE
- See Also:
-
JSON_PROPERTY_RESOLVED
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
GroupOwner
public GroupOwner()
-
-
Method Details
-
getDisplayName
The display name of the group owner- Returns:
- displayName
-
id
-
getId
The `id` of the group owner- Returns:
- id
-
setId
-
getLastUpdated
Timestamp when the group owner was last updated- Returns:
- lastUpdated
-
originId
-
getOriginId
The ID of the app instance if the `originType` is `APPLICATION`. This value is `NULL` if `originType` is `OKTA_DIRECTORY`.- Returns:
- originId
-
setOriginId
-
originType
-
getOriginType
Get originType- Returns:
- originType
-
setOriginType
-
resolved
-
getResolved
If `originType`is APPLICATION, this parameter is set to `FALSE` until the owner’s `originId` is reconciled with an associated Okta ID.- Returns:
- resolved
-
setResolved
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-