Class RelationshipCondition

java.lang.Object
io.quarkiverse.openfga.client.model.RelationshipCondition

public class RelationshipCondition extends Object
  • Method Details

    • of

      public static RelationshipCondition of(String name, @Nullable Object context)
    • of

      public static RelationshipCondition of(String name)
    • getName

      public String getName()
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object