Class PermissionExpandResponse
java.lang.Object
co.permify.sdk.model.PermissionExpandResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class PermissionExpandResponse
extends Object
PermissionExpandResponse is the response message for the Expand method in the Permission service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this PermissionExpandResponse object is equal to o.getTree()Expand is used to define a hierarchical structure for permissions.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TREE
- See Also:
-
-
Constructor Details
-
PermissionExpandResponse
public PermissionExpandResponse()
-
-
Method Details
-
tree
-
getTree
Expand is used to define a hierarchical structure for permissions. It has an entity, permission, and arguments. The node can be either another hierarchical structure or a set of subjects.- Returns:
- tree
-
setTree
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-