Class ServiceContractItemProductList.ServiceContractItemProductListBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontracttemplate.ServiceContractItemProductList.ServiceContractItemProductListBuilder
- Enclosing class:
- ServiceContractItemProductList
public static final class ServiceContractItemProductList.ServiceContractItemProductListBuilder
extends Object
Helper class to allow for fluent creation of ServiceContractItemProductList instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()item(ServiceContractTemplateItem value) Navigation property _Item for ServiceContractItemProductList to single ServiceContractTemplateItem.Navigation property _ServiceContractTemplate for ServiceContractItemProductList to single ServiceContractTemplate.serviceContractTemplate(String value) (Key Field) Constraints: Not nullable, Maximum length: 10serviceContractTemplateItem(String serviceContractTemplateItem) (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
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder item(ServiceContractTemplateItem value) Navigation property _Item for ServiceContractItemProductList to single ServiceContractTemplateItem.- Parameters:
value- The ServiceContractTemplateItem to build this ServiceContractItemProductList with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractTemplate
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder serviceContractTemplate(ServiceContractTemplate value) Navigation property _ServiceContractTemplate for ServiceContractItemProductList to single ServiceContractTemplate.- Parameters:
value- The ServiceContractTemplate to build this ServiceContractItemProductList with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractTemplate
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder serviceContractTemplate(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceContractTemplate
- Parameters:
value- The serviceContractTemplate to build this ServiceContractItemProductList with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractTemplateItem
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder serviceContractTemplateItem(@Nullable String serviceContractTemplateItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceContractTemplateItem
- Returns:
this.
-
serviceProductListItem
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder serviceProductListItem(@Nullable String serviceProductListItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceProductListItem
- Returns:
this.
-
srvcContrProdListProduct
@Nonnull public ServiceContractItemProductList.ServiceContractItemProductListBuilder srvcContrProdListProduct(@Nullable String srvcContrProdListProduct) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SrvcContrProdListProduct
- Returns:
this.
-
build
-
toString
-