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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class GroupOwner
extends Object
implements Serializable
GroupOwner
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The 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 typeint
hashCode()
originType
(GroupOwnerOriginType originType) void
void
setOriginId
(String originId) void
setOriginType
(GroupOwnerOriginType originType) void
setResolved
(Boolean resolved) void
setType
(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
-