Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerUnloadingPoint
Packages that use CustomerUnloadingPoint
Package
Description
-
Uses of CustomerUnloadingPoint 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 CustomerUnloadingPointModifier and TypeFieldDescriptionstatic final CustomerLink<CustomerUnloadingPoint>Customer.TO_CUSTOMER_UNLOADING_POINTUse with available fluent helpers to apply the to_CustomerUnloadingPoint navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerUnloadingPointModifier and TypeMethodDescriptionCustomerUnloadingPoint.CustomerUnloadingPointBuilder.build()protected CustomerUnloadingPointCustomerUnloadingPointCreateFluentHelper.getEntity()protected CustomerUnloadingPointCustomerUnloadingPointDeleteFluentHelper.getEntity()protected CustomerUnloadingPointCustomerUnloadingPointUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerUnloadingPointModifier and TypeMethodDescriptionCustomer.fetchCustomerUnloadingPoint()Fetches the CustomerUnloadingPoint entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerUnloadingPoint>>Customer.getCustomerUnloadingPointIfPresent()Retrieval of associated CustomerUnloadingPoint entities (one to many).Customer.getCustomerUnloadingPointOrFetch()Retrieval of associated CustomerUnloadingPoint entities (one to many).protected Class<CustomerUnloadingPoint>CustomerUnloadingPointByKeyFluentHelper.getEntityClass()protected Class<CustomerUnloadingPoint>CustomerUnloadingPointFluentHelper.getEntityClass()CustomerUnloadingPoint.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerUnloadingPointModifier and TypeMethodDescriptionvoidCustomer.addCustomerUnloadingPoint(CustomerUnloadingPoint... entity) Adds elements to the list of associated CustomerUnloadingPoint entities.Customer.CustomerBuilder.customerUnloadingPoint(CustomerUnloadingPoint... value) Navigation property to_CustomerUnloadingPoint for Customer to multiple CustomerUnloadingPoint.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerUnloadingPointModifier and TypeMethodDescriptionvoidCustomer.setCustomerUnloadingPoint(List<CustomerUnloadingPoint> value) Overwrites the list of associated CustomerUnloadingPoint entities for the loaded navigation property to_CustomerUnloadingPoint.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerUnloadingPointModifierConstructorDescriptionCustomerUnloadingPointCreateFluentHelper(String servicePath, CustomerUnloadingPoint entity, String entityCollection) Creates a fluent helper object that will create aCustomerUnloadingPointentity on the OData endpoint.CustomerUnloadingPointDeleteFluentHelper(String servicePath, CustomerUnloadingPoint entity, String entityCollection) Creates a fluent helper object that will delete aCustomerUnloadingPointentity on the OData endpoint.CustomerUnloadingPointUpdateFluentHelper(String servicePath, CustomerUnloadingPoint entity, String entityCollection) Creates a fluent helper object that will update aCustomerUnloadingPointentity on the OData endpoint. -
Uses of CustomerUnloadingPoint 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 CustomerUnloadingPointModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Create a newCustomerUnloadingPointentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) BusinessPartnerServiceBatchChangeSet.deleteCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deletes an existingCustomerUnloadingPointentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) BusinessPartnerServiceBatchChangeSet.updateCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Update an existingCustomerUnloadingPointentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) -
Uses of CustomerUnloadingPoint 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 CustomerUnloadingPointModifier and TypeMethodDescriptionCustomerUnloadingPointOneToOneLink.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 CustomerUnloadingPointModifier and TypeMethodDescriptionprotected CustomerUnloadingPointLink<ObjectT>CustomerUnloadingPointLink.translateLinkType(EntityLink<CustomerUnloadingPointLink<ObjectT>, CustomerUnloadingPoint, ObjectT> link) -
Uses of CustomerUnloadingPoint in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerUnloadingPointModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.Create a newCustomerUnloadingPointentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.BusinessPartnerService.deleteCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.Deletes an existingCustomerUnloadingPointentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.BusinessPartnerService.updateCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.Update an existingCustomerUnloadingPointentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerUnloadingPoint(CustomerUnloadingPoint customerUnloadingPoint) Deprecated.