Class ChangeRelationRequest.Builder
Object
Builder
- Enclosing class:
ChangeRelationRequest
-
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 relation that will be changed.The ID of the new source for the relation.startingDate(Long startingDate) Deprecated.To be removed without replacement.The ID of the new target for the relation.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeRelationRequest.builder()Clone method for this Builder. -
id
Required. The ID of the relation that will be changed.Silently ignored if the ID is provided as path parameter of the request.
- Returns:
this.
-
sourceId
The ID of the new source for the relation.- Returns:
this.
-
targetId
The ID of the new target for the relation.- Returns:
this.
-
startingDate
Deprecated.To be removed without replacement.The new starting date for the relation.- Returns:
this.
-
endingDate
Deprecated.To be removed without replacement.The new ending date for the relation.- Returns:
this.
-
build
-
toString
-