Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.ServiceQtanItemRefObject
Packages that use ServiceQtanItemRefObject
Package
Description
-
Uses of ServiceQtanItemRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with type parameters of type ServiceQtanItemRefObjectModifier and TypeFieldDescriptionstatic final ServiceQuotationItemLink<ServiceQtanItemRefObject>ServiceQuotationItem.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.servicequotationv2 that return ServiceQtanItemRefObjectModifier and TypeMethodDescriptionServiceQtanItemRefObject.ServiceQtanItemRefObjectBuilder.build()protected ServiceQtanItemRefObjectServiceQtanItemRefObjectCreateFluentHelper.getEntity()protected ServiceQtanItemRefObjectServiceQtanItemRefObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 that return types with arguments of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionServiceQuotationItem.fetchReferenceObject()Fetches the ServiceQtanItemRefObject entities (one to many) associated with this entity.protected Class<ServiceQtanItemRefObject>ServiceQtanItemRefObjectByKeyFluentHelper.getEntityClass()protected Class<ServiceQtanItemRefObject>ServiceQtanItemRefObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<ServiceQtanItemRefObject>>ServiceQuotationItem.getReferenceObjectIfPresent()Retrieval of associated ServiceQtanItemRefObject entities (one to many).ServiceQuotationItem.getReferenceObjectOrFetch()Retrieval of associated ServiceQtanItemRefObject entities (one to many).ServiceQtanItemRefObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with parameters of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionvoidServiceQuotationItem.addReferenceObject(ServiceQtanItemRefObject... entity) Adds elements to the list of associated ServiceQtanItemRefObject entities.ServiceQuotationItem.ServiceQuotationItemBuilder.referenceObject(ServiceQtanItemRefObject... value) Navigation property to_ReferenceObject for ServiceQuotationItem to multiple ServiceQtanItemRefObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with type arguments of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionvoidServiceQuotationItem.setReferenceObject(List<ServiceQtanItemRefObject> value) Overwrites the list of associated ServiceQtanItemRefObject entities for the loaded navigation property to_ReferenceObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2 with parameters of type ServiceQtanItemRefObjectModifierConstructorDescriptionServiceQtanItemRefObjectCreateFluentHelper(String servicePath, ServiceQtanItemRefObject entity, String entityCollection) Creates a fluent helper object that will create aServiceQtanItemRefObjectentity on the OData endpoint.ServiceQtanItemRefObjectDeleteFluentHelper(String servicePath, ServiceQtanItemRefObject entity, String entityCollection) Creates a fluent helper object that will delete aServiceQtanItemRefObjectentity on the OData endpoint. -
Uses of ServiceQtanItemRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.batch with parameters of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionDefaultServiceQuotationV2ServiceBatchChangeSet.createServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) ServiceQuotationV2ServiceBatchChangeSet.createServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Create a newServiceQtanItemRefObjectentity and save it to the S/4HANA system.DefaultServiceQuotationV2ServiceBatchChangeSet.deleteServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) ServiceQuotationV2ServiceBatchChangeSet.deleteServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deletes an existingServiceQtanItemRefObjectentity in the S/4HANA system. -
Uses of ServiceQtanItemRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicequotationv2.link that return types with arguments of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionServiceQtanItemRefObjectOneToOneLink.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.servicequotationv2.link with type arguments of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionprotected ServiceQtanItemRefObjectLink<ObjectT>ServiceQtanItemRefObjectLink.translateLinkType(EntityLink<ServiceQtanItemRefObjectLink<ObjectT>, ServiceQtanItemRefObject, ObjectT> link) -
Uses of ServiceQtanItemRefObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceQtanItemRefObjectModifier and TypeMethodDescriptionDefaultServiceQuotationV2Service.createServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deprecated.ServiceQuotationV2Service.createServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deprecated.Create a newServiceQtanItemRefObjectentity and save it to the S/4HANA system.DefaultServiceQuotationV2Service.deleteServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deprecated.ServiceQuotationV2Service.deleteServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deprecated.Deletes an existingServiceQtanItemRefObjectentity in the S/4HANA system.