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