Class SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder
- Enclosing class:
- SrvcContrItmFUPSrvcOrd
Helper class to allow for fluent creation of SrvcContrItmFUPSrvcOrd instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()item(ServiceContractItem value) Navigation property _Item for SrvcContrItmFUPSrvcOrd to single ServiceContractItem.serviceContract(ServiceContract value) Navigation property _ServiceContract for SrvcContrItmFUPSrvcOrd to single ServiceContract.serviceContract(String value) (Key Field) Constraints: Not nullable, Maximum length: 10serviceContractItem(String serviceContractItem) (Key Field) Constraints: Not nullable, Maximum length: 6serviceOrder(String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10serviceOrderItem(String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
item
@Nonnull public SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder item(ServiceContractItem value) Navigation property _Item for SrvcContrItmFUPSrvcOrd to single ServiceContractItem.- Parameters:
value- The ServiceContractItem to build this SrvcContrItmFUPSrvcOrd with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContract
@Nonnull public SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder serviceContract(ServiceContract value) Navigation property _ServiceContract for SrvcContrItmFUPSrvcOrd to single ServiceContract.- Parameters:
value- The ServiceContract to build this SrvcContrItmFUPSrvcOrd 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 SrvcContrItmFUPSrvcOrd with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceContractItem
@Nonnull public SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder serviceContractItem(@Nullable String serviceContractItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceContractItem
- Returns:
this.
-
serviceOrder
@Nonnull public SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder serviceOrder(@Nullable String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
this.
-
serviceOrderItem
@Nonnull public SrvcContrItmFUPSrvcOrd.SrvcContrItmFUPSrvcOrdBuilder serviceOrderItem(@Nullable String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderItem
- Returns:
this.
-
build
-
toString
-