Class SchemaWriteResponse
java.lang.Object
co.permify.sdk.model.SchemaWriteResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaWriteResponse
extends Object
SchemaWriteResponse is the response message for the Write method in the Schema service. It returns the version of the written schema.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SchemaWriteResponse 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
-
SchemaWriteResponse
public SchemaWriteResponse()
-
-
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
-