Class SchemaListBody

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SchemaListBody extends Object
SchemaListRequest is the request message for the List method in the Schema service. It contains tenant_id for which the schemas are to be listed.
  • Field Details

  • Constructor Details

    • SchemaListBody

      public SchemaListBody()
  • Method Details

    • pageSize

      public SchemaListBody pageSize(Long pageSize)
    • getPageSize

      @Nullable public Long getPageSize()
      page_size is the number of schemas to be returned in the response. The value should be between 1 and 100.
      Returns:
      pageSize
    • setPageSize

      public void setPageSize(Long pageSize)
    • continuousToken

      public SchemaListBody continuousToken(String continuousToken)
    • getContinuousToken

      @Nullable public String getContinuousToken()
      continuous_token is an optional parameter used for pagination. It should be the value received in the previous response.
      Returns:
      continuousToken
    • setContinuousToken

      public void setContinuousToken(String continuousToken)
    • equals

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