Class AttributeDefinition
java.lang.Object
co.permify.sdk.model.AttributeDefinition
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class AttributeDefinition
extends Object
The AttributeDefinition message provides detailed information about a specific attribute.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this AttributeDefinition object is equal to o.getName()The name of the attribute, which follows a specific string pattern and has a maximum byte size.getType()Get typeinthashCode()voidvoidsetType(AttributeType type) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.type(AttributeType type)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
AttributeDefinition
public AttributeDefinition()
-
-
Method Details
-
name
-
getName
The name of the attribute, which follows a specific string pattern and has a maximum byte size.- Returns:
- name
-
setName
-
type
-
getType
-
setType
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-