Class RelationReference
java.lang.Object
org.apache.syncope.ext.openfga.client.model.RelationReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class RelationReference
extends Object
RelationReference represents a relation of a particular object type (e.g. 'document#viewer').
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this RelationReference object is equal to o.The name of a condition that is enforced over the allowed relation.Get relationgetType()
Get typeGet wildcardint
hashCode()
void
setCondition
(String condition) void
setRelation
(String relation) void
void
setWildcard
(Object wildcard) toString()
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:
-
JSON_PROPERTY_WILDCARD
- See Also:
-
JSON_PROPERTY_CONDITION
- See Also:
-
-
Constructor Details
-
RelationReference
public RelationReference()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
relation
-
getRelation
Get relation- Returns:
- relation
-
setRelation
-
wildcard
-
getWildcard
Get wildcard- Returns:
- wildcard
-
setWildcard
-
condition
-
getCondition
The name of a condition that is enforced over the allowed relation.- Returns:
- condition
-
setCondition
-
equals
Return true if this RelationReference 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
-