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:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
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
-
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
-