Class BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder
- Enclosing class:
- BusSolnOrdItmReferenceObject
-
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: 6referenceProduct(String referenceProduct) (Key Field) Constraints: Not nullable, Maximum length: 40serviceReferenceEquipment(String serviceReferenceEquipment) (Key Field) Constraints: Not nullable, Maximum length: 18serviceRefFunctionalLocation(String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40srvcRefObjIsMainObject(Boolean srvcRefObjIsMainObject) Constraints: nonetoString()
-
Method Details
-
businessSolutionOrder
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder businessSolutionOrder(@Nullable String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
this.
-
businessSolutionOrderItem
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder businessSolutionOrderItem(@Nullable String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
this.
-
referenceProduct
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder referenceProduct(@Nullable String referenceProduct) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ReferenceProduct
- Returns:
this.
-
serviceRefFunctionalLocation
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder serviceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceRefFunctionalLocation
- Returns:
this.
-
serviceReferenceEquipment
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder serviceReferenceEquipment(@Nullable String serviceReferenceEquipment) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ServiceReferenceEquipment
- Returns:
this.
-
srvcRefObjIsMainObject
@Nonnull public BusSolnOrdItmReferenceObject.BusSolnOrdItmReferenceObjectBuilder srvcRefObjIsMainObject(@Nullable Boolean srvcRefObjIsMainObject) Constraints: noneOriginal property name from the Odata EDM: SrvcRefObjIsMainObject
- Returns:
this.
-
build
-
toString
-