Class ComplexRelationAttributeTypeRequest
Object
ComplexRelationAttributeTypeRequest
- All Implemented Interfaces:
Serializable
The properties of the Complex Relation Attribute Type.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the Attribute Type.getId()The ID of the Complex Relation Attribute Type.getMax()The maximum number of Attribute Type occurrences.intgetMin()The minimum number of Attribute Type occurrences.inthashCode()voidsetAttributeTypeId(UUID attributeTypeId) Required. The ID of the Attribute Type.voidThe ID of the Complex Relation Attribute Type.voidThe maximum number of Attribute Type occurrences.voidsetMin(int min) The minimum number of Attribute Type occurrences.toString()
-
Constructor Details
-
ComplexRelationAttributeTypeRequest
public ComplexRelationAttributeTypeRequest()
-
-
Method Details
-
builder
-
getMin
public int getMin()The minimum number of Attribute Type occurrences. -
getMax
The maximum number of Attribute Type occurrences. -
getAttributeTypeId
Required. The ID of the Attribute Type. -
getId
The ID of the Complex Relation Attribute Type. If specified, it will be used to create a new Complex Relation Attribute Type if none exists, or as id for the existing Complex Relation Attribute Type. If not specified, a random id will be generated and used to create a new Complex Relation Attribute Type if none exists, or as id for the existing Complex Relation Attribute Type. -
setMin
public void setMin(int min) The minimum number of Attribute Type occurrences. -
setMax
The maximum number of Attribute Type occurrences. -
setAttributeTypeId
Required. The ID of the Attribute Type. -
setId
The ID of the Complex Relation Attribute Type. If specified, it will be used to create a new Complex Relation Attribute Type if none exists, or as id for the existing Complex Relation Attribute Type. If not specified, a random id will be generated and used to create a new Complex Relation Attribute Type if none exists, or as id for the existing Complex Relation Attribute Type. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-