Class Child
java.lang.Object
co.permify.sdk.model.Child
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Child
extends Object
Child represents a node in the permission tree.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Child object is equal to o.getLeaf()Get leafGet rewriteinthashCode()voidvoidsetRewrite(Rewrite rewrite) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LEAF
- See Also:
-
JSON_PROPERTY_REWRITE
- See Also:
-
-
Constructor Details
-
Child
public Child()
-
-
Method Details
-
leaf
-
getLeaf
-
setLeaf
-
rewrite
-
getRewrite
-
setRewrite
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-