Class ComplexRelationAttributeTypeRequest.Builder
Object
Builder
- Enclosing class:
ComplexRelationAttributeTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionattributeTypeId(UUID attributeTypeId) Required. The ID of the Attribute Type.build()but()Deprecated.This method will be removed in the future.The ID of the Complex Relation Attribute Type.The maximum number of Attribute Type occurrences.min(int min) The minimum number of Attribute Type occurrences.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useComplexRelationAttributeTypeRequest.builder()Clone method for this Builder. -
min
The minimum number of Attribute Type occurrences.- Returns:
this.
-
max
The maximum number of Attribute Type occurrences.- Returns:
this.
-
attributeTypeId
Required. The ID of the Attribute Type.- Returns:
this.
-
id
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.- Returns:
this.
-
build
-
toString
-