Package co.permify.sdk.model
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
Get subjects- Returns:
- subjects
-
setSubjects
-
values
-
getValues
Get values- Returns:
- values
-
setValues
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
Return true if this ExpandLeaf object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-