Class ExpandTreeNode
java.lang.Object
co.permify.sdk.model.ExpandTreeNode
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExpandTreeNode
extends Object
ExpandTreeNode represents a node in an expansion tree with a specific operation and its children.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(V1Expand childrenItem) booleanReturn true if this ExpandTreeNode object is equal to o.Get childrenGet operationinthashCode()operation(ExpandTreeNodeOperation operation) voidsetChildren(List<V1Expand> children) voidsetOperation(ExpandTreeNodeOperation operation) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OPERATION
- See Also:
-
JSON_PROPERTY_CHILDREN
- See Also:
-
-
Constructor Details
-
ExpandTreeNode
public ExpandTreeNode()
-
-
Method Details
-
operation
-
getOperation
-
setOperation
-
children
-
addChildrenItem
-
getChildren
-
setChildren
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-