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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.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