Class AddRelationRequest.Builder
Object
Builder
- Enclosing class:
AddRelationRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.endingDate(Long endingDate) Deprecated.To be removed without replacement.Required. The ID of the source of the relation.startingDate(Long startingDate) Deprecated.To be removed without replacement.Required. The ID of the target of the relation.toString()The ID of the type of the relation.typePublicId(String typePublicId) The public ID of the type of the relation.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddRelationRequest.builder()Clone method for this Builder. -
sourceId
Required. The ID of the source of the relation.- Returns:
this.
-
targetId
Required. The ID of the target of the relation.- Returns:
this.
-
typeId
The ID of the type of the relation.- Returns:
this.
-
startingDate
Deprecated.To be removed without replacement.The starting date of the relation.- Returns:
this.
-
endingDate
Deprecated.To be removed without replacement.The ending date of the relation.- Returns:
this.
-
typePublicId
The public ID of the type of the relation.- Returns:
this.
-
build
-
toString
-