Class ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder
- Enclosing class:
- ServiceQtanItemRefObject
Helper class to allow for fluent creation of ServiceQtanItemRefObject instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceQuotation(ServiceQuotation value) Navigation property to_ServiceQuotation for ServiceQtanItemRefObject to single ServiceQuotation.serviceQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10serviceQuotationItem(String serviceQuotationItem) (Key Field) Constraints: Not nullable, Maximum length: 6serviceReferenceEquipment(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
-
serviceQuotation
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder serviceQuotation(ServiceQuotation value) Navigation property to_ServiceQuotation for ServiceQtanItemRefObject to single ServiceQuotation.- Parameters:
value- The ServiceQuotation to build this ServiceQtanItemRefObject with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceQuotation
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder serviceQuotation(String value) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceQuotation
- Parameters:
value- The serviceQuotation to build this ServiceQtanItemRefObject with.- Returns:
- This Builder to allow for a fluent interface.
-
serviceQuotationItem
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder serviceQuotationItem(@Nullable String serviceQuotationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceQuotationItem
- Returns:
this.
-
serviceReferenceEquipment
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder serviceReferenceEquipment(@Nullable String serviceReferenceEquipment) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ServiceReferenceEquipment
- Returns:
this.
-
serviceRefFunctionalLocation
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder serviceRefFunctionalLocation(@Nullable String serviceRefFunctionalLocation) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ServiceRefFunctionalLocation
- Returns:
this.
-
srvcRefObjIsMainObject
@Nonnull public ServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder srvcRefObjIsMainObject(@Nullable Boolean srvcRefObjIsMainObject) Constraints: noneOriginal property name from the Odata EDM: SrvcRefObjIsMainObject
- Returns:
this.
-
build
-
toString
-