Class RelationReference
java.lang.Object
co.permify.sdk.model.RelationReference
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RelationReference
extends Object
The RelationReference message provides a reference to a specific relation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this RelationReference object is equal to o.The name of the referenced relation, which follows a specific string pattern and has a maximum byte size.getType()The type of the referenced entity, which follows a specific string pattern and has a maximum byte size.inthashCode()voidsetRelation(String relation) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_RELATION
- See Also:
-
-
Constructor Details
-
RelationReference
public RelationReference()
-
-
Method Details
-
type
-
getType
The type of the referenced entity, which follows a specific string pattern and has a maximum byte size.- Returns:
- type
-
setType
-
relation
-
getRelation
The name of the referenced relation, which follows a specific string pattern and has a maximum byte size.- Returns:
- relation
-
setRelation
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-