Class ComplexRelationLegRequest.Builder
Object
Builder
- Enclosing class:
ComplexRelationLegRequest
-
Method Summary
Modifier and TypeMethodDescriptionRequired. The ID of the asset attached to the leg of the complex relation.build()but()Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in the future.Deprecated.UserelationTypePublicIdinstead.relationTypeId(UUID relationTypeId) The ID of the type of the relation for complex relation.relationTypePublicId(String relationTypePublicId) The public ID of the type of the relation of the leg.toString()
-
Method Details
-
but
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in the future. UseComplexRelationLegRequest.builder()Clone method for this Builder. -
legTypeId
Deprecated.UserelationTypePublicIdinstead.The ID of the type of the single leg for complex relation. Must be specified ifrelationTypeIdandrelationTypePublicIdare not specified.- Returns:
this.
-
relationTypeId
The ID of the type of the relation for complex relation. Must be specified iflegTypeIdandrelationTypePublicIdare not specified.- Returns:
this.
-
relationTypePublicId
The public ID of the type of the relation of the leg. Must be specified iflegTypeIdandrelationTypeIdare not specified.- Returns:
this.
-
assetId
Required. The ID of the asset attached to the leg of the complex relation.- Returns:
this.
-
build
-
toString
-