Class DataWriteRequestMetadata
java.lang.Object
co.permify.sdk.model.DataWriteRequestMetadata
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class DataWriteRequestMetadata
extends Object
DataWriteRequestMetadata defines the structure of metadata for a write request. It includes the schema version of the data to be written.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this DataWriteRequestMetadata object is equal to o.schema_version represents the version of the schema for the data being written.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
-
DataWriteRequestMetadata
public DataWriteRequestMetadata()
-
-
Method Details
-
schemaVersion
-
getSchemaVersion
schema_version represents the version of the schema for the data being written.- Returns:
- schemaVersion
-
setSchemaVersion
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-