Class SchemaList
java.lang.Object
co.permify.sdk.model.SchemaList
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaList
extends Object
SchemaList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SchemaList object is equal to o.Get createdAtGet versioninthashCode()voidsetCreatedAt(String createdAt) voidsetVersion(String version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
-
Constructor Details
-
SchemaList
public SchemaList()
-
-
Method Details
-
version
-
getVersion
-
setVersion
-
createdAt
-
getCreatedAt
-
setCreatedAt
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-