Class SrvcContrItemProduct.SrvcContrItemProductBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.SrvcContrItemProduct.SrvcContrItemProductBuilder
- Enclosing class:
- SrvcContrItemProduct
Helper class to allow for fluent creation of SrvcContrItemProduct instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()item(ServiceContractItem value) Navigation property _Item for SrvcContrItemProduct to single ServiceContractItem.serviceContract(ServiceContract value) Navigation property _ServiceContract for SrvcContrItemProduct to single ServiceContract.serviceContract(String value) (Key Field) Constraints: Not nullable, Maximum length: 10serviceContractItem(String serviceContractItem) (Key Field) Constraints: Not nullable, Maximum length: 6serviceProductListItem(String serviceProductListItem) (Key Field) Constraints: Not nullable, Maximum length: 6srvcContrProdListProduct(String srvcContrProdListProduct) Constraints: Not nullable, Maximum length: 18toString()
-
Method Details
-
item
Navigation property _Item for SrvcContrItemProduct to single ServiceContractItem.- Parameters:
value- The ServiceContractItem to build this SrvcContrItemProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContract
@Nonnull public SrvcContrItemProduct.SrvcContrItemProductBuilder serviceContract(ServiceContract value) Navigation property _ServiceContract for SrvcContrItemProduct to single ServiceContract.- Parameters:
value- The ServiceContract to build this SrvcContrItemProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContract
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceContract
- Parameters:
value- The serviceContract to build this SrvcContrItemProduct with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractItem
@Nonnull public SrvcContrItemProduct.SrvcContrItemProductBuilder serviceContractItem(@Nullable String serviceContractItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceContractItem
- Returns:
this.
-
serviceProductListItem
@Nonnull public SrvcContrItemProduct.SrvcContrItemProductBuilder serviceProductListItem(@Nullable String serviceProductListItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceProductListItem
- Returns:
this.
-
srvcContrProdListProduct
@Nonnull public SrvcContrItemProduct.SrvcContrItemProductBuilder srvcContrProdListProduct(@Nullable String srvcContrProdListProduct) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SrvcContrProdListProduct
- Returns:
this.
-
build
-
toString
-