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.Builderbuilder()protected booleanbooleanDeprecated.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.inthashCode()voidsetEndingDate(Long endingDate) Deprecated.To be removed without replacement.voidsetSourceId(UUID sourceId) Required. The ID of the source of the relation.voidsetStartingDate(Long startingDate) Deprecated.To be removed without replacement.voidsetTargetId(UUID targetId) Required. The ID of the target of the relation.voidThe ID of the type of the relation.voidsetTypePublicId(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
-