Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIndustry
Packages that use BuPaIndustry
Package
Description
-
Uses of BuPaIndustry 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 BuPaIndustryModifier and TypeFieldDescriptionstatic final BusinessPartnerLink<BuPaIndustry>BusinessPartner.TO_BU_PA_INDUSTRYUse with available fluent helpers to apply the to_BuPaIndustry navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BuPaIndustryModifier and TypeMethodDescriptionBuPaIndustry.BuPaIndustryBuilder.build()protected BuPaIndustryBuPaIndustryCreateFluentHelper.getEntity()protected BuPaIndustryBuPaIndustryDeleteFluentHelper.getEntity()protected BuPaIndustryBuPaIndustryUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BuPaIndustryModifier and TypeMethodDescriptionBusinessPartner.fetchBuPaIndustry()Fetches the BuPaIndustry entities (one to many) associated with this entity.io.vavr.control.Option<List<BuPaIndustry>>BusinessPartner.getBuPaIndustryIfPresent()Retrieval of associated BuPaIndustry entities (one to many).BusinessPartner.getBuPaIndustryOrFetch()Retrieval of associated BuPaIndustry entities (one to many).protected Class<BuPaIndustry>BuPaIndustryByKeyFluentHelper.getEntityClass()protected Class<BuPaIndustry>BuPaIndustryFluentHelper.getEntityClass()BuPaIndustry.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaIndustryModifier and TypeMethodDescriptionvoidBusinessPartner.addBuPaIndustry(BuPaIndustry... entity) Adds elements to the list of associated BuPaIndustry entities.BusinessPartner.BusinessPartnerBuilder.buPaIndustry(BuPaIndustry... value) Navigation property to_BuPaIndustry for BusinessPartner to multiple BuPaIndustry.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BuPaIndustryModifier and TypeMethodDescriptionvoidBusinessPartner.setBuPaIndustry(List<BuPaIndustry> value) Overwrites the list of associated BuPaIndustry entities for the loaded navigation property to_BuPaIndustry.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaIndustryModifierConstructorDescriptionBuPaIndustryCreateFluentHelper(String servicePath, BuPaIndustry entity, String entityCollection) Creates a fluent helper object that will create aBuPaIndustryentity on the OData endpoint.BuPaIndustryDeleteFluentHelper(String servicePath, BuPaIndustry entity, String entityCollection) Creates a fluent helper object that will delete aBuPaIndustryentity on the OData endpoint.BuPaIndustryUpdateFluentHelper(String servicePath, BuPaIndustry entity, String entityCollection) Creates a fluent helper object that will update aBuPaIndustryentity on the OData endpoint. -
Uses of BuPaIndustry 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 BuPaIndustryModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBuPaIndustry(BuPaIndustry buPaIndustry) Create a newBuPaIndustryentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBuPaIndustry(BuPaIndustry buPaIndustry) BusinessPartnerServiceBatchChangeSet.deleteBuPaIndustry(BuPaIndustry buPaIndustry) Deletes an existingBuPaIndustryentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaIndustry(BuPaIndustry buPaIndustry) BusinessPartnerServiceBatchChangeSet.updateBuPaIndustry(BuPaIndustry buPaIndustry) Update an existingBuPaIndustryentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaIndustry(BuPaIndustry buPaIndustry) -
Uses of BuPaIndustry 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 BuPaIndustryModifier and TypeMethodDescriptionBuPaIndustryOneToOneLink.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 BuPaIndustryModifier and TypeMethodDescriptionprotected BuPaIndustryLink<ObjectT>BuPaIndustryLink.translateLinkType(EntityLink<BuPaIndustryLink<ObjectT>, BuPaIndustry, ObjectT> link) -
Uses of BuPaIndustry in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BuPaIndustryModifier and TypeMethodDescriptionBusinessPartnerService.createBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.Create a newBuPaIndustryentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.BusinessPartnerService.deleteBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.Deletes an existingBuPaIndustryentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.BusinessPartnerService.updateBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.Update an existingBuPaIndustryentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBuPaIndustry(BuPaIndustry buPaIndustry) Deprecated.