Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.ServiceQtanRefObject
Packages that use ServiceQtanRefObject
Package
Description
-
Uses of ServiceQtanRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with type parameters of type ServiceQtanRefObjectModifier and TypeFieldDescriptionstatic final ServiceQuotationLink<ServiceQtanRefObject>ServiceQuotation.TO_REFERENCE_OBJECTUse with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation that return ServiceQtanRefObjectModifier and TypeMethodDescriptionServiceQtanRefObject.ServiceQtanRefObjectBuilder.build()protected ServiceQtanRefObjectServiceQtanRefObjectCreateFluentHelper.getEntity()protected ServiceQtanRefObjectServiceQtanRefObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation that return types with arguments of type ServiceQtanRefObjectModifier and TypeMethodDescriptionServiceQuotation.fetchReferenceObject()Fetches the ServiceQtanRefObject entities (one to many) associated with this entity.protected Class<ServiceQtanRefObject>ServiceQtanRefObjectByKeyFluentHelper.getEntityClass()protected Class<ServiceQtanRefObject>ServiceQtanRefObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceQtanRefObject>>ServiceQuotation.getReferenceObjectIfPresent()Retrieval of associated ServiceQtanRefObject entities (one to many).ServiceQuotation.getReferenceObjectOrFetch()Retrieval of associated ServiceQtanRefObject entities (one to many).ServiceQtanRefObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with parameters of type ServiceQtanRefObjectModifier and TypeMethodDescriptionvoidServiceQuotation.addReferenceObject(ServiceQtanRefObject... entity) Adds elements to the list of associated ServiceQtanRefObject entities.ServiceQuotation.ServiceQuotationBuilder.referenceObject(ServiceQtanRefObject... value) Navigation property to_ReferenceObject for ServiceQuotation to multiple ServiceQtanRefObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with type arguments of type ServiceQtanRefObjectModifier and TypeMethodDescriptionvoidServiceQuotation.setReferenceObject(List<ServiceQtanRefObject> value) Overwrites the list of associated ServiceQtanRefObject entities for the loaded navigation property to_ReferenceObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation with parameters of type ServiceQtanRefObjectModifierConstructorDescriptionServiceQtanRefObjectCreateFluentHelper(String servicePath, ServiceQtanRefObject entity, String entityCollection) Creates a fluent helper object that will create aServiceQtanRefObjectentity on the OData endpoint.ServiceQtanRefObjectDeleteFluentHelper(String servicePath, ServiceQtanRefObject entity, String entityCollection) Creates a fluent helper object that will delete aServiceQtanRefObjectentity on the OData endpoint. -
Uses of ServiceQtanRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.batch with parameters of type ServiceQtanRefObjectModifier and TypeMethodDescriptionDefaultServiceQuotationServiceBatchChangeSet.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) ServiceQuotationServiceBatchChangeSet.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Create a newServiceQtanRefObjectentity and save it to the S/4HANA system.DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) ServiceQuotationServiceBatchChangeSet.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deletes an existingServiceQtanRefObjectentity in the S/4HANA system. -
Uses of ServiceQtanRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.link that return types with arguments of type ServiceQtanRefObjectModifier and TypeMethodDescriptionServiceQtanRefObjectOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotation.link with type arguments of type ServiceQtanRefObjectModifier and TypeMethodDescriptionprotected ServiceQtanRefObjectLink<ObjectT>ServiceQtanRefObjectLink.translateLinkType(EntityLink<ServiceQtanRefObjectLink<ObjectT>, ServiceQtanRefObject, ObjectT> link) -
Uses of ServiceQtanRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceQtanRefObjectModifier and TypeMethodDescriptionDefaultServiceQuotationService.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deprecated.ServiceQuotationService.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deprecated.Create a newServiceQtanRefObjectentity and save it to the S/4HANA system.DefaultServiceQuotationService.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deprecated.ServiceQuotationService.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deprecated.Deletes an existingServiceQtanRefObjectentity in the S/4HANA system.