Class SchemaPartialWriteResponse
java.lang.Object
co.permify.sdk.model.SchemaPartialWriteResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaPartialWriteResponse
extends Object
SchemaPartialWriteResponse is the response message for the Parietal Write method in the Schema service. It returns the requested schema.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SchemaPartialWriteResponse object is equal to o.schema_version is the string that identifies the version of the written schema.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
-
SchemaPartialWriteResponse
public SchemaPartialWriteResponse()
-
-
Method Details
-
schemaVersion
-
getSchemaVersion
schema_version is the string that identifies the version of the written schema.- Returns:
- schemaVersion
-
setSchemaVersion
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-