Class BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder
- Enclosing class:
- BusSolnOrderFUPSalesOrder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessSolutionOrder(String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10businessSolutionOrderUUID(UUID businessSolutionOrderUUID) Constraints: nonesalesOrder(String salesOrder) Constraints: Not nullable, Maximum length: 70serviceDocRltnSequenceNumber(String serviceDocRltnSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4serviceDocumentRelationUUID(UUID serviceDocumentRelationUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
serviceDocumentRelationUUID
@Nonnull public BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder serviceDocumentRelationUUID(@Nullable UUID serviceDocumentRelationUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentRelationUUID
- Returns:
this.
-
serviceDocRltnSequenceNumber
@Nonnull public BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder serviceDocRltnSequenceNumber(@Nullable String serviceDocRltnSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocRltnSequenceNumber
- Returns:
this.
-
businessSolutionOrder
@Nonnull public BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
businessSolutionOrderUUID
@Nonnull public BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder businessSolutionOrderUUID(@Nullable UUID businessSolutionOrderUUID) Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderUUID
- Returns:
this.
-
salesOrder
@Nonnull public BusSolnOrderFUPSalesOrder.BusSolnOrderFUPSalesOrderBuilder salesOrder(@Nullable String salesOrder) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SalesOrder
- Returns:
this.
-
build
-
toString
-