Class PermissionExpandResponse

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PermissionExpandResponse extends Object
PermissionExpandResponse is the response message for the Expand method in the Permission service.
  • Field Details

  • Constructor Details

    • PermissionExpandResponse

      public PermissionExpandResponse()
  • Method Details

    • tree

      public PermissionExpandResponse tree(V1Expand tree)
    • getTree

      @Nullable public V1Expand getTree()
      Get tree
      Returns:
      tree
    • setTree

      public void setTree(V1Expand tree)
    • equals

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