Class SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder
- Enclosing class:
- SrcgProjItmShipgInstructions
public static final class SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder
extends Object
Helper class to allow for fluent creation of SrcgProjItmShipgInstructions 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: 2sourcingOrigin(String sourcingOrigin) Constraints: Not nullable, Maximum length: 2sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItmShipgInstructions to single SourcingProject.Navigation property _SourcingProjectItem for SrcgProjItmShipgInstructions to single SourcingProjectItem.sourcingProjectItemUUID(UUID sourcingProjectItemUUID) Constraints: Not nullablesourcingProjectUUID(UUID sourcingProjectUUID) Constraints: Not nullablesourcingScenario(String sourcingScenario) Constraints: Not nullable, Maximum length: 2srcgProjItemShippingInstrUUID(UUID srcgProjItemShippingInstrUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
sourcingProject
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingProject(SourcingProject value) Navigation property _SourcingProject for SrcgProjItmShipgInstructions to single SourcingProject.- Parameters:
value- The SourcingProject to build this SrcgProjItmShipgInstructions with.- Returns:
- This Builder to allow for a fluent interface.
-
sourcingProjectItem
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingProjectItem(SourcingProjectItem value) Navigation property _SourcingProjectItem for SrcgProjItmShipgInstructions to single SourcingProjectItem.- Parameters:
value- The SourcingProjectItem to build this SrcgProjItmShipgInstructions with.- Returns:
- This Builder to allow for a fluent interface.
-
srcgProjItemShippingInstrUUID
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder srcgProjItemShippingInstrUUID(@Nullable UUID srcgProjItemShippingInstrUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SrcgProjItemShippingInstrUUID
- Returns:
this.
-
sourcingProjectItemUUID
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingProjectItemUUID(@Nullable UUID sourcingProjectItemUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectItemUUID
- Returns:
this.
-
sourcingProjectUUID
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingProjectUUID(@Nullable UUID sourcingProjectUUID) Constraints: Not nullableOriginal property name from the Odata EDM: SourcingProjectUUID
- Returns:
this.
-
plant
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
shippingInstruction
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder shippingInstruction(@Nullable String shippingInstruction) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ShippingInstruction
- Returns:
this.
-
companyCode
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder companyCode(@Nullable String companyCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
procurementHubSourceSystem
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder procurementHubSourceSystem(@Nullable String procurementHubSourceSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProcurementHubSourceSystem
- Returns:
this.
-
sourcingOrigin
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingOrigin(@Nullable String sourcingOrigin) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingOrigin
- Returns:
this.
-
sourcingScenario
@Nonnull public SrcgProjItmShipgInstructions.SrcgProjItmShipgInstructionsBuilder sourcingScenario(@Nullable String sourcingScenario) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SourcingScenario
- Returns:
this.
-
build
-
toString
-