Class SchemaList

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SchemaList extends Object
SchemaList
  • Field Details

  • Constructor Details

    • SchemaList

      public SchemaList()
  • Method Details

    • version

      public SchemaList version(String version)
    • getVersion

      @Nullable public String getVersion()
      Get version
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • createdAt

      public SchemaList createdAt(String createdAt)
    • getCreatedAt

      @Nullable public String getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • equals

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