Class BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder
- Enclosing class:
- BusSolnOrdItmFUPEntProject
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessSolutionOrder(String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10businessSolutionOrderItem(String businessSolutionOrderItem) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 24projectUUID(UUID projectUUID) Constraints: noneserviceDocItmRltnSqncNumber(String serviceDocItmRltnSqncNumber) (Key Field) Constraints: Not nullable, Maximum length: 4serviceDocumentItmRelationUUID(UUID serviceDocumentItmRelationUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
serviceDocumentItmRelationUUID
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder serviceDocumentItmRelationUUID(@Nullable UUID serviceDocumentItmRelationUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentItmRelationUUID
- Returns:
this.
-
serviceDocItmRltnSqncNumber
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder serviceDocItmRltnSqncNumber(@Nullable String serviceDocItmRltnSqncNumber) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocItmRltnSqncNumber
- Returns:
this.
-
businessSolutionOrder
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
businessSolutionOrderItem
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
this.
-
projectUUID
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder projectUUID(@Nullable UUID projectUUID) Constraints: noneOriginal property name from the Odata EDM: ProjectUUID
- Returns:
this.
-
project
@Nonnull public BusSolnOrdItmFUPEntProject.BusSolnOrdItmFUPEntProjectBuilder project(@Nullable String project) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Project
- Returns:
this.
-
build
-
toString
-