Class DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.dangerousgoodsbasicclassification.DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder
- Enclosing class:
- DngrsGdsSafetyDataSheetNote
public static final class DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder
extends Object
Helper class to allow for fluent creation of DngrsGdsSafetyDataSheetNote instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cmplRqRsltSftyDtaShtNoteUUID(UUID cmplRqRsltSftyDtaShtNoteUUID) (Key Field) Constraints: Not nullablecmplRqRsltUUID(UUID cmplRqRsltUUID) Constraints: Not nullabledangerousGdsSftyDtaShtNotePhrs(String dangerousGdsSftyDtaShtNotePhrs) Constraints: Not nullable, Maximum length: 30Navigation property _DngrsGoodsBasicClassification for DngrsGdsSafetyDataSheetNote to single DngrsGoodsBasicClassification.toString()
-
Method Details
-
dngrsGoodsBasicClassification
@Nonnull public DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder dngrsGoodsBasicClassification(DngrsGoodsBasicClassification value) Navigation property _DngrsGoodsBasicClassification for DngrsGdsSafetyDataSheetNote to single DngrsGoodsBasicClassification.- Parameters:
value- The DngrsGoodsBasicClassification to build this DngrsGdsSafetyDataSheetNote with.- Returns:
- This Builder to allow for a fluent interface.
-
cmplRqRsltSftyDtaShtNoteUUID
@Nonnull public DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder cmplRqRsltSftyDtaShtNoteUUID(@Nullable UUID cmplRqRsltSftyDtaShtNoteUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CmplRqRsltSftyDtaShtNoteUUID
- Returns:
this.
-
cmplRqRsltUUID
@Nonnull public DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder cmplRqRsltUUID(@Nullable UUID cmplRqRsltUUID) Constraints: Not nullableOriginal property name from the Odata EDM: CmplRqRsltUUID
- Returns:
this.
-
dangerousGdsSftyDtaShtNotePhrs
@Nonnull public DngrsGdsSafetyDataSheetNote.DngrsGdsSafetyDataSheetNoteBuilder dangerousGdsSftyDtaShtNotePhrs(@Nullable String dangerousGdsSftyDtaShtNotePhrs) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: DangerousGdsSftyDtaShtNotePhrs
- Returns:
this.
-
build
-
toString
-