Class Leaf

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") 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(@Nullable ComputedUserSet computedUserSet)
    • getComputedUserSet

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

      public void setComputedUserSet(@Nullable ComputedUserSet computedUserSet)
    • tupleToUserSet

      public Leaf tupleToUserSet(@Nullable TupleToUserSet tupleToUserSet)
    • getTupleToUserSet

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

      public void setTupleToUserSet(@Nullable TupleToUserSet tupleToUserSet)
    • computedAttribute

      public Leaf computedAttribute(@Nullable ComputedAttribute computedAttribute)
    • getComputedAttribute

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

      public void setComputedAttribute(@Nullable ComputedAttribute computedAttribute)
    • call

      public Leaf call(@Nullable V1Call call)
    • getCall

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

      public void setCall(@Nullable 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