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