Package co.permify.sdk.model
Class SchemaReadBody
java.lang.Object
co.permify.sdk.model.SchemaReadBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SchemaReadBody
extends Object
SchemaReadRequest is the request message for the Read method in the Schema service. It contains tenant_id and metadata about the schema to be read.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Schema.ReadBody object is equal to o.Get metadatainthashCode()metadata(SchemaReadRequestMetadata metadata) voidsetMetadata(SchemaReadRequestMetadata metadata) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_METADATA
- See Also:
-
-
Constructor Details
-
SchemaReadBody
public SchemaReadBody()
-
-
Method Details
-
metadata
-
getMetadata
Get metadata- Returns:
- metadata
-
setMetadata
-
equals
Return true if this Schema.ReadBody object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-