Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.SalesQuotationRelatedObject
Packages that use SalesQuotationRelatedObject
Package
Description
-
Uses of SalesQuotationRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type parameters of type SalesQuotationRelatedObjectModifier and TypeFieldDescriptionstatic final SalesQuotationLink<SalesQuotationRelatedObject>SalesQuotation.TO_RELATED_OBJECTUse with available fluent helpers to apply the to_RelatedObject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return SalesQuotationRelatedObjectModifier and TypeMethodDescriptionSalesQuotationRelatedObject.SalesQuotationRelatedObjectBuilder.build()protected SalesQuotationRelatedObjectSalesQuotationRelatedObjectCreateFluentHelper.getEntity()protected SalesQuotationRelatedObjectSalesQuotationRelatedObjectDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation that return types with arguments of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionSalesQuotation.fetchRelatedObject()Fetches the SalesQuotationRelatedObject entities (one to many) associated with this entity.protected Class<SalesQuotationRelatedObject>SalesQuotationRelatedObjectByKeyFluentHelper.getEntityClass()protected Class<SalesQuotationRelatedObject>SalesQuotationRelatedObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesQuotationRelatedObject>>SalesQuotation.getRelatedObjectIfPresent()Retrieval of associated SalesQuotationRelatedObject entities (one to many).SalesQuotation.getRelatedObjectOrFetch()Retrieval of associated SalesQuotationRelatedObject entities (one to many).SalesQuotationRelatedObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionvoidSalesQuotation.addRelatedObject(SalesQuotationRelatedObject... entity) Adds elements to the list of associated SalesQuotationRelatedObject entities.SalesQuotation.SalesQuotationBuilder.relatedObject(SalesQuotationRelatedObject... value) Navigation property to_RelatedObject for SalesQuotation to multiple SalesQuotationRelatedObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with type arguments of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionvoidSalesQuotation.setRelatedObject(List<SalesQuotationRelatedObject> value) Overwrites the list of associated SalesQuotationRelatedObject entities for the loaded navigation property to_RelatedObject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation with parameters of type SalesQuotationRelatedObjectModifierConstructorDescriptionSalesQuotationRelatedObjectCreateFluentHelper(String servicePath, SalesQuotationRelatedObject entity, String entityCollection) Creates a fluent helper object that will create aSalesQuotationRelatedObjectentity on the OData endpoint.SalesQuotationRelatedObjectDeleteFluentHelper(String servicePath, SalesQuotationRelatedObject entity, String entityCollection) Creates a fluent helper object that will delete aSalesQuotationRelatedObjectentity on the OData endpoint. -
Uses of SalesQuotationRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch with parameters of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionDefaultSalesQuotationServiceBatchChangeSet.createSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) SalesQuotationServiceBatchChangeSet.createSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Create a newSalesQuotationRelatedObjectentity and save it to the S/4HANA system.DefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) SalesQuotationServiceBatchChangeSet.deleteSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deletes an existingSalesQuotationRelatedObjectentity in the S/4HANA system. -
Uses of SalesQuotationRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.link that return types with arguments of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionSalesQuotationRelatedObjectOneToOneLink.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.salesquotation.link with type arguments of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionprotected SalesQuotationRelatedObjectLink<ObjectT>SalesQuotationRelatedObjectLink.translateLinkType(EntityLink<SalesQuotationRelatedObjectLink<ObjectT>, SalesQuotationRelatedObject, ObjectT> link) -
Uses of SalesQuotationRelatedObject in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesQuotationRelatedObjectModifier and TypeMethodDescriptionDefaultSalesQuotationService.createSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deprecated.SalesQuotationService.createSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deprecated.Create a newSalesQuotationRelatedObjectentity and save it to the S/4HANA system.DefaultSalesQuotationService.deleteSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deprecated.SalesQuotationService.deleteSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deprecated.Deletes an existingSalesQuotationRelatedObjectentity in the S/4HANA system.