Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.SupplierText
Packages that use SupplierText
Package
Description
-
Uses of SupplierText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type SupplierTextModifier and TypeFieldDescriptionstatic final SupplierLink<SupplierText>Supplier.TO_SUPPLIER_TEXTUse with available fluent helpers to apply the to_SupplierText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return SupplierTextModifier and TypeMethodDescriptionSupplierText.SupplierTextBuilder.build()protected SupplierTextSupplierTextCreateFluentHelper.getEntity()protected SupplierTextSupplierTextDeleteFluentHelper.getEntity()protected SupplierTextSupplierTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type SupplierTextModifier and TypeMethodDescriptionSupplier.fetchSupplierText()Fetches the SupplierText entities (one to many) associated with this entity.protected Class<SupplierText>SupplierTextByKeyFluentHelper.getEntityClass()protected Class<SupplierText>SupplierTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SupplierText>>Supplier.getSupplierTextIfPresent()Retrieval of associated SupplierText entities (one to many).Supplier.getSupplierTextOrFetch()Retrieval of associated SupplierText entities (one to many).SupplierText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierTextModifier and TypeMethodDescriptionvoidSupplier.addSupplierText(SupplierText... entity) Adds elements to the list of associated SupplierText entities.Supplier.SupplierBuilder.supplierText(SupplierText... value) Navigation property to_SupplierText for Supplier to multiple SupplierText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type SupplierTextModifier and TypeMethodDescriptionvoidSupplier.setSupplierText(List<SupplierText> value) Overwrites the list of associated SupplierText entities for the loaded navigation property to_SupplierText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierTextModifierConstructorDescriptionSupplierTextCreateFluentHelper(String servicePath, SupplierText entity, String entityCollection) Creates a fluent helper object that will create aSupplierTextentity on the OData endpoint.SupplierTextDeleteFluentHelper(String servicePath, SupplierText entity, String entityCollection) Creates a fluent helper object that will delete aSupplierTextentity on the OData endpoint.SupplierTextUpdateFluentHelper(String servicePath, SupplierText entity, String entityCollection) Creates a fluent helper object that will update aSupplierTextentity on the OData endpoint. -
Uses of SupplierText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type SupplierTextModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createSupplierText(SupplierText supplierText) Create a newSupplierTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createSupplierText(SupplierText supplierText) BusinessPartnerServiceBatchChangeSet.deleteSupplierText(SupplierText supplierText) Deletes an existingSupplierTextentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteSupplierText(SupplierText supplierText) BusinessPartnerServiceBatchChangeSet.updateSupplierText(SupplierText supplierText) Update an existingSupplierTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateSupplierText(SupplierText supplierText) -
Uses of SupplierText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type SupplierTextModifier and TypeMethodDescriptionSupplierTextOneToOneLink.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.businesspartner.link with type arguments of type SupplierTextModifier and TypeMethodDescriptionprotected SupplierTextLink<ObjectT>SupplierTextLink.translateLinkType(EntityLink<SupplierTextLink<ObjectT>, SupplierText, ObjectT> link) -
Uses of SupplierText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierTextModifier and TypeMethodDescriptionBusinessPartnerService.createSupplierText(SupplierText supplierText) Deprecated.Create a newSupplierTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createSupplierText(SupplierText supplierText) Deprecated.BusinessPartnerService.deleteSupplierText(SupplierText supplierText) Deprecated.Deletes an existingSupplierTextentity in the S/4HANA system.DefaultBusinessPartnerService.deleteSupplierText(SupplierText supplierText) Deprecated.BusinessPartnerService.updateSupplierText(SupplierText supplierText) Deprecated.Update an existingSupplierTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateSupplierText(SupplierText supplierText) Deprecated.