Class SchemaReadRequestMetadata
java.lang.Object
co.permify.sdk.model.SchemaReadRequestMetadata
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaReadRequestMetadata
extends Object
SchemaReadRequestMetadata provides additional information for the Schema Read request. It contains schema_version to specify which version of the schema should be read.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SchemaReadRequestMetadata object is equal to o.schema_version is the string that identifies the version of the schema to be read.inthashCode()schemaVersion(String schemaVersion) voidsetSchemaVersion(String schemaVersion) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SCHEMA_VERSION
- See Also:
-
-
Constructor Details
-
SchemaReadRequestMetadata
public SchemaReadRequestMetadata()
-
-
Method Details
-
schemaVersion
-
getSchemaVersion
schema_version is the string that identifies the version of the schema to be read.- Returns:
- schemaVersion
-
setSchemaVersion
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-