Package com.okta.sdk.resource.model
Class Role
java.lang.Object
com.okta.sdk.resource.model.Role
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class Role
extends Object
implements Serializable
Role
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignmentType(RoleAssignmentType assignmentType) description(String description) booleanGet assignmentTypeGet createdGet descriptionGet embeddedgetId()Get idgetLabel()Get labelGet lastUpdatedgetLinks()Get linksGet statusgetType()Get typeinthashCode()voidsetAssignmentType(RoleAssignmentType assignmentType) voidsetDescription(String description) voidvoidsetStatus(LifecycleStatus status) voidstatus(LifecycleStatus status) toString()
-
Field Details
-
JSON_PROPERTY_ASSIGNMENT_TYPE
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Role
public Role()
-
-
Method Details
-
assignmentType
-
getAssignmentType
Get assignmentType- Returns:
- assignmentType
-
setAssignmentType
-
getCreated
Get created- Returns:
- created
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
getId
Get id- Returns:
- id
-
getLabel
Get label- Returns:
- label
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
getEmbedded
Get embedded- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-