Package org.openapitools.client.model
Class Permission
java.lang.Object
org.openapitools.client.model.Permission
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class Permission
extends Object
Permission
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanTimestamp when the role was createdgetLabel()The permission typeTimestamp when the role was last updatedgetLinks()Get linksinthashCode()links(PermissionLinks links) voidsetLinks(PermissionLinks links) toString() 
- 
Field Details
- 
JSON_PROPERTY_CREATED
- See Also:
 
 - 
JSON_PROPERTY_LABEL
- See Also:
 
 - 
JSON_PROPERTY_LAST_UPDATED
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Permission
public Permission() 
 - 
 - 
Method Details
- 
getCreated
Timestamp when the role was created- Returns:
 - created
 
 - 
getLabel
The permission type- Returns:
 - label
 
 - 
getLastUpdated
Timestamp when the role was last updated- Returns:
 - lastUpdated
 
 - 
links
 - 
getLinks
Get links- Returns:
 - links
 
 - 
setLinks
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -