Class SchemaWriteBody
java.lang.Object
co.permify.sdk.model.SchemaWriteBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaWriteBody
extends Object
SchemaWriteRequest is the request message for the Write method in the Schema service. It contains tenant_id and the schema to be written.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Schema.WriteBody object is equal to o.schema is the string representation of the schema to be written.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SCHEMA
- See Also:
-
-
Constructor Details
-
SchemaWriteBody
public SchemaWriteBody()
-
-
Method Details
-
schema
-
getSchema
schema is the string representation of the schema to be written.- Returns:
- schema
-
setSchema
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-