Class ExpandLeaf
java.lang.Object
co.permify.sdk.model.ExpandLeaf
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExpandLeaf
extends Object
ExpandLeaf is the leaf node of an Expand tree and can be either a set of Subjects or a set of Values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this ExpandLeaf object is equal to o.Get subjectsgetValue()Get valueGet valuesinthashCode()voidsetSubjects(Subjects subjects) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUBJECTS
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
ExpandLeaf
public ExpandLeaf()
-
-
Method Details
-
subjects
-
getSubjects
-
setSubjects
-
values
-
getValues
-
setValues
-
value
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-