Class SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierquotationforsourcingproject.SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder
- Enclosing class:
- SrcgProjQtnAllwdShipgInstrn
public static final class SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjQtnAllwdShipgInstrn instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 4procurementHubSourceSystem(String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10shippingInstruction(String shippingInstruction) Constraints: Not nullable, Maximum length: 2Navigation property _SourcingProjectQuotation for SrcgProjQtnAllwdShipgInstrn to single SourcingProjectQuotation.sourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: Not nullableNavigation property _SrcgProjQtnItmShipgInstrn for SrcgProjQtnAllwdShipgInstrn to single SrcgProjQtnItmShipgInstrn.srcgProjQtnItmShipgInstrnUUID(UUID srcgProjQtnItmShipgInstrnUUID) Constraints: Not nullablesrcgQtnAllwdShipgInstrnUUID(UUID srcgQtnAllwdShipgInstrnUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProjectQuotation
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder sourcingProjectQuotation(SourcingProjectQuotation value) Navigation property _SourcingProjectQuotation for SrcgProjQtnAllwdShipgInstrn to single SourcingProjectQuotation.- Parameters:
value- The SourcingProjectQuotation to build this SrcgProjQtnAllwdShipgInstrn with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnItmShipgInstrn
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder srcgProjQtnItmShipgInstrn(SrcgProjQtnItmShipgInstrn value) Navigation property _SrcgProjQtnItmShipgInstrn for SrcgProjQtnAllwdShipgInstrn to single SrcgProjQtnItmShipgInstrn.- Parameters:
value- The SrcgProjQtnItmShipgInstrn to build this SrcgProjQtnAllwdShipgInstrn with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgQtnAllwdShipgInstrnUUID
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder srcgQtnAllwdShipgInstrnUUID(@Nullable UUID srcgQtnAllwdShipgInstrnUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgQtnAllwdShipgInstrnUUID
- Returns:
this.
-
srcgProjQtnItmShipgInstrnUUID
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder srcgProjQtnItmShipgInstrnUUID(@Nullable UUID srcgProjQtnItmShipgInstrnUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItmShipgInstrnUUID
- Returns:
this.
-
sourcingProjectQuotationUUID
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder sourcingProjectQuotationUUID(@Nullable UUID sourcingProjectQuotationUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
shippingInstruction
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder shippingInstruction(@Nullable String shippingInstruction) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ShippingInstruction
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjQtnAllwdShipgInstrn.SrcgProjQtnAllwdShipgInstrnBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
build
-
toString
-