Class SchemaPartialWriteRequestMetadata
java.lang.Object
co.permify.sdk.model.SchemaPartialWriteRequestMetadata
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaPartialWriteRequestMetadata
extends Object
SchemaPartialWriteRequestMetadata provides additional information for the Schema Partial Write 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 SchemaPartialWriteRequestMetadata 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
-
SchemaPartialWriteRequestMetadata
public SchemaPartialWriteRequestMetadata()
-
-
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
-