Class RelationshipCondition
java.lang.Object
org.apache.syncope.ext.openfga.client.model.RelationshipCondition
@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 RelationshipCondition
extends Object
RelationshipCondition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this RelationshipCondition object is equal to o.Additional context/data to persist along with the condition.getName()
A reference (by name) of the relationship condition defined in the authorization model.int
hashCode()
void
setContext
(Object context) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CONTEXT
- See Also:
-
-
Constructor Details
-
RelationshipCondition
public RelationshipCondition()
-
-
Method Details
-
name
-
getName
A reference (by name) of the relationship condition defined in the authorization model.- Returns:
- name
-
setName
-
context
-
getContext
Additional context/data to persist along with the condition. The keys must match the parameters defined by the condition, and the value types must match the parameter type definitions.- Returns:
- context
-
setContext
-
equals
Return true if this RelationshipCondition 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
-