Class ComplexRelationAttributeRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- ComplexRelationAttributeRequest
public static class ComplexRelationAttributeRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ComplexRelationAttributeRequest.Builder
attributeTypeId(@NotNull UUID attributeTypeId)
Required. The ID of the type of the single attribute for complex relation.ComplexRelationAttributeRequest
build()
ComplexRelationAttributeRequest.Builder
but()
Deprecated.This method will be removed in the future.String
toString()
ComplexRelationAttributeRequest.Builder
value(List<String> value)
The value of the attribute attached to the complex relation.
-
-
-
Method Detail
-
but
@Deprecated public ComplexRelationAttributeRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useComplexRelationAttributeRequest.builder()
Clone method for this Builder.
-
attributeTypeId
public ComplexRelationAttributeRequest.Builder attributeTypeId(@NotNull @NotNull UUID attributeTypeId)
Required. The ID of the type of the single attribute for complex relation.- Returns:
this
.
-
value
public ComplexRelationAttributeRequest.Builder value(List<String> value)
The value of the attribute attached to the complex relation.- Returns:
this
.
-
build
public ComplexRelationAttributeRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-