Class PermissionDefinition
java.lang.Object
co.permify.sdk.model.PermissionDefinition
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PermissionDefinition
extends Object
The PermissionDefinition message provides detailed information about a specific permission.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this PermissionDefinition object is equal to o.getChild()Get childgetName()The name of the permission, which follows a specific string pattern and has a maximum byte size.inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CHILD
- See Also:
-
-
Constructor Details
-
PermissionDefinition
public PermissionDefinition()
-
-
Method Details
-
name
-
getName
The name of the permission, which follows a specific string pattern and has a maximum byte size.- Returns:
- name
-
setName
-
child
-
getChild
-
setChild
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-