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 Details

  • Constructor Details

    • RelationshipCondition

      public RelationshipCondition()
  • Method Details

    • name

    • getName

      @Nonnull public String getName()
      A reference (by name) of the relationship condition defined in the authorization model.
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • context

      public RelationshipCondition context(@Nullable Object context)
    • getContext

      @Nullable public Object 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

      public void setContext(@Nullable Object context)
    • equals

      public boolean equals(Object o)
      Return true if this RelationshipCondition object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string