Class Leaf

java.lang.Object
co.permify.sdk.model.Leaf

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Leaf extends Object
Leaf represents a leaf node in the permission tree.
  • Field Details

  • Constructor Details

    • Leaf

      public Leaf()
  • Method Details

    • computedUserSet

      public Leaf computedUserSet(ComputedUserSet computedUserSet)
    • getComputedUserSet

      @Nullable public ComputedUserSet getComputedUserSet()
      Get computedUserSet
      Returns:
      computedUserSet
    • setComputedUserSet

      public void setComputedUserSet(ComputedUserSet computedUserSet)
    • tupleToUserSet

      public Leaf tupleToUserSet(TupleToUserSet tupleToUserSet)
    • getTupleToUserSet

      @Nullable public TupleToUserSet getTupleToUserSet()
      Get tupleToUserSet
      Returns:
      tupleToUserSet
    • setTupleToUserSet

      public void setTupleToUserSet(TupleToUserSet tupleToUserSet)
    • computedAttribute

      public Leaf computedAttribute(ComputedAttribute computedAttribute)
    • getComputedAttribute

      @Nullable public ComputedAttribute getComputedAttribute()
      Get computedAttribute
      Returns:
      computedAttribute
    • setComputedAttribute

      public void setComputedAttribute(ComputedAttribute computedAttribute)
    • call

      public Leaf call(V1Call call)
    • getCall

      @Nullable public V1Call getCall()
      Get call
      Returns:
      call
    • setCall

      public void setCall(V1Call call)
    • equals

      public boolean equals(Object o)
      Return true if this Leaf 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