Package com.okta.sdk.resource.model
Class PermissionLinks
java.lang.Object
com.okta.sdk.resource.model.PermissionLinks
- 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 PermissionLinks
extends Object
implements Serializable
PermissionLinks
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetRole()Get rolegetSelf()Get selfinthashCode()role(HrefObject role) self(HrefObjectSelfLink self) voidsetRole(HrefObject role) voidsetSelf(HrefObjectSelfLink self) toString() 
- 
Field Details
- 
JSON_PROPERTY_SELF
- See Also:
 
 - 
JSON_PROPERTY_ROLE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PermissionLinks
public PermissionLinks() 
 - 
 - 
Method Details