Class AddRelationRequest
Object
AddRelationRequest
- All Implemented Interfaces:
Serializable
The properties of the relation to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddRelationRequest.Builder
builder()
protected boolean
boolean
Deprecated.To be removed without replacement.Required. The ID of the source of the relation.Deprecated.To be removed without replacement.Required. The ID of the target of the relation.The ID of the type of the relation.The public ID of the type of the relation.int
hashCode()
void
setEndingDate
(Long endingDate) Deprecated.To be removed without replacement.void
setSourceId
(UUID sourceId) Required. The ID of the source of the relation.void
setStartingDate
(Long startingDate) Deprecated.To be removed without replacement.void
setTargetId
(UUID targetId) Required. The ID of the target of the relation.void
The ID of the type of the relation.void
setTypePublicId
(String typePublicId) The public ID of the type of the relation.toString()
-
Constructor Details
-
AddRelationRequest
public AddRelationRequest()
-
-
Method Details
-
builder
-
getSourceId
Required. The ID of the source of the relation. -
getTargetId
Required. The ID of the target of the relation. -
getTypeId
The ID of the type of the relation. -
getStartingDate
Deprecated.To be removed without replacement.The starting date of the relation. -
getEndingDate
Deprecated.To be removed without replacement.The ending date of the relation. -
getTypePublicId
The public ID of the type of the relation. -
setSourceId
Required. The ID of the source of the relation. -
setTargetId
Required. The ID of the target of the relation. -
setTypeId
The ID of the type of the relation. -
setStartingDate
Deprecated.To be removed without replacement.The starting date of the relation. -
setEndingDate
Deprecated.To be removed without replacement.The ending date of the relation. -
setTypePublicId
The public ID of the type of the relation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-