Class ChangeRelationRequest
Object
ChangeRelationRequest
- All Implemented Interfaces:
Serializable
The properties of the relation to be changed
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDeprecated.To be removed without replacement.getId()Required. The ID of the relation that will be changed.The ID of the new source for the relation.Deprecated.To be removed without replacement.The ID of the new target for the relation.inthashCode()voidsetEndingDate(Long endingDate) Deprecated.To be removed without replacement.voidRequired. The ID of the relation that will be changed.voidsetSourceId(UUID sourceId) The ID of the new source for the relation.voidsetStartingDate(Long startingDate) Deprecated.To be removed without replacement.voidsetTargetId(UUID targetId) The ID of the new target for the relation.toString()
-
Constructor Details
-
ChangeRelationRequest
public ChangeRelationRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the relation that will be changed.Silently ignored if the ID is provided as path parameter of the request.
-
getSourceId
The ID of the new source for the relation. -
getTargetId
The ID of the new target for the relation. -
getStartingDate
Deprecated.To be removed without replacement.The new starting date for the relation. -
getEndingDate
Deprecated.To be removed without replacement.The new ending date for the relation. -
setId
Required. The ID of the relation that will be changed.Silently ignored if the ID is provided as path parameter of the request.
-
setSourceId
The ID of the new source for the relation. -
setTargetId
The ID of the new target for the relation. -
setStartingDate
Deprecated.To be removed without replacement.The new starting date for the relation. -
setEndingDate
Deprecated.To be removed without replacement.The new ending date for the relation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-