Class SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplierquotationforsourcingproject.SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder
- Enclosing class:
- SrcgProjQtnItmShipgInstrn
Helper class to allow for fluent creation of SrcgProjQtnItmShipgInstrn 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 SrcgProjQtnItmShipgInstrn to single SourcingProjectQuotation.sourcingProjectQuotationUUID(UUID sourcingProjectQuotationUUID) Constraints: Not nullableNavigation property _SrcgProjQtnAllwdShipgInstrn for SrcgProjQtnItmShipgInstrn to multiple SrcgProjQtnAllwdShipgInstrn.srcgProjQtnItemUUID(UUID srcgProjQtnItemUUID) Constraints: Not nullablesrcgProjQtnItmShipgInstrnUUID(UUID srcgProjQtnItmShipgInstrnUUID) (Key Field) Constraints: Not nullableNavigation property _SrcgProjQuotationItem for SrcgProjQtnItmShipgInstrn to single SrcgProjQtnItem.toString()
-
Method Details
-
sourcingProjectQuotation
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder sourcingProjectQuotation(SourcingProjectQuotation value) Navigation property _SourcingProjectQuotation for SrcgProjQtnItmShipgInstrn to single SourcingProjectQuotation.- Parameters:
value- The SourcingProjectQuotation to build this SrcgProjQtnItmShipgInstrn with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnAllwdShipgInstrn
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder srcgProjQtnAllwdShipgInstrn(SrcgProjQtnAllwdShipgInstrn... value) Navigation property _SrcgProjQtnAllwdShipgInstrn for SrcgProjQtnItmShipgInstrn to multiple SrcgProjQtnAllwdShipgInstrn.- Parameters:
value- The SrcgProjQtnAllwdShipgInstrns to build this SrcgProjQtnItmShipgInstrn with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQuotationItem
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder srcgProjQuotationItem(SrcgProjQtnItem value) Navigation property _SrcgProjQuotationItem for SrcgProjQtnItmShipgInstrn to single SrcgProjQtnItem.- Parameters:
value- The SrcgProjQtnItem to build this SrcgProjQtnItmShipgInstrn with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjQtnItmShipgInstrnUUID
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder srcgProjQtnItmShipgInstrnUUID(@Nullable UUID srcgProjQtnItmShipgInstrnUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItmShipgInstrnUUID
- Returns:
this.
-
sourcingProjectQuotationUUID
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder sourcingProjectQuotationUUID(@Nullable UUID sourcingProjectQuotationUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectQuotationUUID
- Returns:
this.
-
srcgProjQtnItemUUID
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder srcgProjQtnItemUUID(@Nullable UUID srcgProjQtnItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjQtnItemUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
shippingInstruction
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder shippingInstruction(@Nullable String shippingInstruction) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ShippingInstruction
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjQtnItmShipgInstrn.SrcgProjQtnItmShipgInstrnBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
build
-
toString
-