Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaIdentification
Packages that use BuPaIdentification
Package
Description
-
Uses of BuPaIdentification 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 BuPaIdentificationModifier and TypeFieldDescriptionstatic final BusinessPartnerLink<BuPaIdentification>BusinessPartner.TO_BU_PA_IDENTIFICATIONUse with available fluent helpers to apply the to_BuPaIdentification navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BuPaIdentificationModifier and TypeMethodDescriptionBuPaIdentification.BuPaIdentificationBuilder.build()protected BuPaIdentificationBuPaIdentificationCreateFluentHelper.getEntity()protected BuPaIdentificationBuPaIdentificationDeleteFluentHelper.getEntity()protected BuPaIdentificationBuPaIdentificationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BuPaIdentificationModifier and TypeMethodDescriptionBusinessPartner.fetchBuPaIdentification()Fetches the BuPaIdentification entities (one to many) associated with this entity.io.vavr.control.Option<List<BuPaIdentification>>BusinessPartner.getBuPaIdentificationIfPresent()Retrieval of associated BuPaIdentification entities (one to many).BusinessPartner.getBuPaIdentificationOrFetch()Retrieval of associated BuPaIdentification entities (one to many).protected Class<BuPaIdentification>BuPaIdentificationByKeyFluentHelper.getEntityClass()protected Class<BuPaIdentification>BuPaIdentificationFluentHelper.getEntityClass()BuPaIdentification.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaIdentificationModifier and TypeMethodDescriptionvoidBusinessPartner.addBuPaIdentification(BuPaIdentification... entity) Adds elements to the list of associated BuPaIdentification entities.BusinessPartner.BusinessPartnerBuilder.buPaIdentification(BuPaIdentification... value) Navigation property to_BuPaIdentification for BusinessPartner to multiple BuPaIdentification.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BuPaIdentificationModifier and TypeMethodDescriptionvoidBusinessPartner.setBuPaIdentification(List<BuPaIdentification> value) Overwrites the list of associated BuPaIdentification entities for the loaded navigation property to_BuPaIdentification.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaIdentificationModifierConstructorDescriptionBuPaIdentificationCreateFluentHelper(String servicePath, BuPaIdentification entity, String entityCollection) Creates a fluent helper object that will create aBuPaIdentificationentity on the OData endpoint.BuPaIdentificationDeleteFluentHelper(String servicePath, BuPaIdentification entity, String entityCollection) Creates a fluent helper object that will delete aBuPaIdentificationentity on the OData endpoint.BuPaIdentificationUpdateFluentHelper(String servicePath, BuPaIdentification entity, String entityCollection) Creates a fluent helper object that will update aBuPaIdentificationentity on the OData endpoint. -
Uses of BuPaIdentification 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 BuPaIdentificationModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBuPaIdentification(BuPaIdentification buPaIdentification) Create a newBuPaIdentificationentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBuPaIdentification(BuPaIdentification buPaIdentification) BusinessPartnerServiceBatchChangeSet.deleteBuPaIdentification(BuPaIdentification buPaIdentification) Deletes an existingBuPaIdentificationentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaIdentification(BuPaIdentification buPaIdentification) BusinessPartnerServiceBatchChangeSet.updateBuPaIdentification(BuPaIdentification buPaIdentification) Update an existingBuPaIdentificationentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaIdentification(BuPaIdentification buPaIdentification) -
Uses of BuPaIdentification 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 BuPaIdentificationModifier and TypeMethodDescriptionBuPaIdentificationOneToOneLink.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 BuPaIdentificationModifier and TypeMethodDescriptionprotected BuPaIdentificationLink<ObjectT>BuPaIdentificationLink.translateLinkType(EntityLink<BuPaIdentificationLink<ObjectT>, BuPaIdentification, ObjectT> link) -
Uses of BuPaIdentification in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BuPaIdentificationModifier and TypeMethodDescriptionBusinessPartnerService.createBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.Create a newBuPaIdentificationentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.BusinessPartnerService.deleteBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.Deletes an existingBuPaIdentificationentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.BusinessPartnerService.updateBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.Update an existingBuPaIdentificationentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBuPaIdentification(BuPaIdentification buPaIdentification) Deprecated.