Class DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.dangerousgoodsclassification.DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder
- Enclosing class:
- DngrsGdsClassfctnModeOfTranspt
public static final class DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder
extends Object
Helper class to allow for fluent creation of DngrsGdsClassfctnModeOfTranspt instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cmplRqRsltDngrsGdsModeOfTrUUID(UUID cmplRqRsltDngrsGdsModeOfTrUUID) (Key Field) Constraints: Not nullablecomplianceRequirement(String complianceRequirement) Constraints: Not nullable, Maximum length: 30Navigation property _DangerousGoodsClassification for DngrsGdsClassfctnModeOfTranspt to single DangerousGoodsClassification.dngrsGoodsModeOfTransport(String dngrsGoodsModeOfTransport) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 18text(DngrsGdsClassfctnMOTText... value) Navigation property _Text for DngrsGdsClassfctnModeOfTranspt to multiple DngrsGdsClassfctnMOTText.toString()transportIsAllowed(String transportIsAllowed) Constraints: Not nullable, Maximum length: 1
-
Method Details
-
dangerousGoodsClassification
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder dangerousGoodsClassification(DangerousGoodsClassification value) Navigation property _DangerousGoodsClassification for DngrsGdsClassfctnModeOfTranspt to single DangerousGoodsClassification.- Parameters:
value- The DangerousGoodsClassification to build this DngrsGdsClassfctnModeOfTranspt with.- Returns:
- This Builder to allow for a fluent interface.
-
text
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder text(DngrsGdsClassfctnMOTText... value) Navigation property _Text for DngrsGdsClassfctnModeOfTranspt to multiple DngrsGdsClassfctnMOTText.- Parameters:
value- The DngrsGdsClassfctnMOTTexts to build this DngrsGdsClassfctnModeOfTranspt with.- Returns:
- This Builder to allow for a fluent interface.
-
cmplRqRsltDngrsGdsModeOfTrUUID
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder cmplRqRsltDngrsGdsModeOfTrUUID(@Nullable UUID cmplRqRsltDngrsGdsModeOfTrUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CmplRqRsltDngrsGdsModeOfTrUUID
- Returns:
this.
-
product
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder product(@Nullable String product) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Returns:
this.
-
complianceRequirement
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder complianceRequirement(@Nullable String complianceRequirement) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ComplianceRequirement
- Returns:
this.
-
dngrsGoodsModeOfTransport
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder dngrsGoodsModeOfTransport(@Nullable String dngrsGoodsModeOfTransport) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DngrsGoodsModeOfTransport
- Returns:
this.
-
transportIsAllowed
@Nonnull public DngrsGdsClassfctnModeOfTranspt.DngrsGdsClassfctnModeOfTransptBuilder transportIsAllowed(@Nullable String transportIsAllowed) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: TransportIsAllowed
- Returns:
this.
-
build
-
toString
-