Package com.okta.sdk.resource.model
Class CustomRole
java.lang.Object
com.okta.sdk.resource.model.CustomRole
- 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 CustomRole
extends Object
implements Serializable
CustomRole
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignmentType(RoleAssignmentType assignmentType) booleanGet assignmentTypeTimestamp when the object was createdgetId()Binding Object IDgetLabel()Label for the custom role assignmentTimestamp when the object was last updatedgetLinks()Get linksResource Set IDgetRole()Custom Role IDGet statusgetType()CUSTOM for a custom roleinthashCode()links(LinksCustomRoleResponse links) voidsetAssignmentType(RoleAssignmentType assignmentType) voidsetLinks(LinksCustomRoleResponse links) voidsetStatus(LifecycleStatus status) voidsetType(CustomRole.TypeEnum type) status(LifecycleStatus status) toString()type(CustomRole.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_ASSIGNMENT_TYPE
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_RESOURCE_SET
- See Also:
-
JSON_PROPERTY_ROLE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
CustomRole
public CustomRole()
-
-
Method Details
-
assignmentType
-
getAssignmentType
Get assignmentType- Returns:
- assignmentType
-
setAssignmentType
-
getCreated
Timestamp when the object was created- Returns:
- created
-
getId
Binding Object ID- Returns:
- id
-
getLabel
Label for the custom role assignment- Returns:
- label
-
getLastUpdated
Timestamp when the object was last updated- Returns:
- lastUpdated
-
getResourceSet
Resource Set ID- Returns:
- resourceSet
-
getRole
Custom Role ID- Returns:
- role
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
CUSTOM for a custom role- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-