Class Assertion

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

public final class Assertion extends Object
  • Method Details

    • of

      public Assertion of(TupleKey tupleKey, boolean expectation, @Nullable List<TupleKey> contextualTuples)
    • getTupleKey

      public TupleKey getTupleKey()
    • getExpectation

      public boolean getExpectation()
    • getContextualTuples

      @Nullable public List<TupleKey> getContextualTuples()
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object