Class BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder
- Enclosing class:
- BusSolnOrderItemObjectList
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessSolutionOrder(String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10businessSolutionOrderItem(String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 40serviceRefFunctionalLocation(String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
businessSolutionOrder
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
businessSolutionOrderItem
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
this.
-
product
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder product(@Nullable String product) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
this.
-
equipment
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder equipment(@Nullable String equipment) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Equipment
- Returns:
this.
-
serviceRefFunctionalLocation
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder serviceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceRefFunctionalLocation
- Returns:
this.
-
build
-
toString
-