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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.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
-
id
-
getId
-
setId
-
getLastUpdated
Timestamp when the group owner was last updated- Returns:
- lastUpdated
-
originId
-
getOriginId
-
setOriginId
-
originType
-
getOriginType
-
setOriginType
-
resolved
-
getResolved
-
setResolved
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-