public static class BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusSolnOrderItemObjectList |
build() |
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
businessSolutionOrder(String businessSolutionOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
businessSolutionOrderItem(String businessSolutionOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
equipment(String equipment)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder |
serviceRefFunctionalLocation(String serviceRefFunctionalLocation)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder businessSolutionOrder(@Nullable String businessSolutionOrder)
Original property name from the Odata EDM: BusinessSolutionOrder
this
.@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem)
Original property name from the Odata EDM: BusinessSolutionOrderItem
this
.@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
this
.@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder equipment(@Nullable String equipment)
Original property name from the Odata EDM: Equipment
this
.@Nonnull public BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder serviceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation)
Original property name from the Odata EDM: ServiceRefFunctionalLocation
If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
this
.@Nonnull public BusSolnOrderItemObjectList build()
Copyright © 2020 SAP SE. All rights reserved.