Package com.okta.sdk.resource.model
Class Permission
java.lang.Object
com.okta.sdk.resource.model.Permission
- 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 Permission
extends Object
implements Serializable
Permission
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditions
(PermissionConditions conditions) boolean
Get conditionsorg.openapitools.jackson.nullable.JsonNullable
<PermissionConditions> Timestamp when the role was createdgetLabel()
The permission typeTimestamp when the role was last updatedgetLinks()
Get linksint
hashCode()
links
(PermissionLinks links) void
setConditions
(PermissionConditions conditions) void
setConditions_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<PermissionConditions> conditions) void
setLinks
(PermissionLinks links) toString()
-
Field Details
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
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
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
getConditions_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<PermissionConditions> getConditions_JsonNullable() -
setConditions_JsonNullable
public void setConditions_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PermissionConditions> conditions) -
setConditions
-
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
-