Class ComplexRelationLegRequest
Object
ComplexRelationLegRequest
- All Implemented Interfaces:
Serializable
The properties of the leg to be included in complex relation.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the asset attached to the leg of the complex relation.Deprecated.The ID of the type of the relation for complex relation.The public ID of the type of the relation of the leg.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset attached to the leg of the complex relation.voidsetLegTypeId(UUID legTypeId) Deprecated.UserelationTypePublicIdinstead.voidsetRelationTypeId(UUID relationTypeId) The ID of the type of the relation for complex relation.voidsetRelationTypePublicId(String relationTypePublicId) The public ID of the type of the relation of the leg.toString()
-
Constructor Details
-
ComplexRelationLegRequest
public ComplexRelationLegRequest()
-
-
Method Details
-
builder
-
getLegTypeId
Deprecated.UserelationTypePublicIdinstead.The ID of the type of the single leg for complex relation. Must be specified ifrelationTypeIdandrelationTypePublicIdare not specified. -
getRelationTypeId
The ID of the type of the relation for complex relation. Must be specified iflegTypeIdandrelationTypePublicIdare not specified. -
getRelationTypePublicId
The public ID of the type of the relation of the leg. Must be specified iflegTypeIdandrelationTypeIdare not specified. -
getAssetId
Required. The ID of the asset attached to the leg of the complex relation. -
setLegTypeId
Deprecated.UserelationTypePublicIdinstead.The ID of the type of the single leg for complex relation. Must be specified ifrelationTypeIdandrelationTypePublicIdare not specified. -
setRelationTypeId
The ID of the type of the relation for complex relation. Must be specified iflegTypeIdandrelationTypePublicIdare not specified. -
setRelationTypePublicId
The public ID of the type of the relation of the leg. Must be specified iflegTypeIdandrelationTypeIdare not specified. -
setAssetId
Required. The ID of the asset attached to the leg of the complex relation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
relationTypePublicIdinstead.