
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DeliveryDocumentWithCreditBlocksService Maven / Gradle / Ivy
/*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.sap.cloud.sdk.s4hana.datamodel.odata.services;
import javax.annotation.Nonnull;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CheckCreditBlockFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDocByKeyFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDocFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.RejectCreditBlockFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.ReleaseCreditBlockFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReasonByKeyFluentHelper;
import com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReasonFluentHelper;
/**
*
* This synchronous inbound service enables you to read delivery documents that contain credit blocks, and check,
* release and reject the blocked delivery documents. It is based on the OData protocol and can be consumed in Fiori
* apps and on other user interfaces.
*
*
*
* Reference: SAP
* API Business Hub
*
* Details:
*
*
* OData Service:
* API_DEL_DOC_WITH_CREDIT_BLOCK
*
*
* API Version:
* 1
*
*
* Communication Scenario:
* Sales Credit Management Integration (SAP_COM_0325)
*
*
* Scope Items:
* Basic Credit Management (BD6)
*
*
* Authentication Methods:
* Basic, x509, OAuth2
*
*
*
*/
public interface DeliveryDocumentWithCreditBlocksService
{
/**
* If no other path was provided via the {@link #withServicePath(String)} method, this is the default service path
* used to access the endpoint.
*
*/
String DEFAULT_SERVICE_PATH = "/sap/opu/odata/sap/API_DEL_DOC_WITH_CREDIT_BLOCK";
/**
* Overrides the default service path and returns a new service instance with the specified service path. Also
* adjusts the respective entity URLs.
*
* @param servicePath
* Service path that will override the default.
* @return A new service instance with the specified service path.
*/
@Nonnull
DeliveryDocumentWithCreditBlocksService withServicePath( @Nonnull final String servicePath );
/**
* Fetch multiple
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDoc
* CreditBlockedDeliveryDoc} entities.
*
* @return A fluent helper to fetch multiple
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDoc
* CreditBlockedDeliveryDoc} entities. This fluent helper allows methods which modify the underlying query
* to be called before executing the query itself. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDocFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
CreditBlockedDeliveryDocFluentHelper getAllCreditBlockedDeliveryDoc();
/**
* Fetch a single
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDoc
* CreditBlockedDeliveryDoc} entity using key fields.
*
* @param deliveryDocument
* The number that uniquely identifies the delivery.
*
* Constraints: Not nullable, Maximum length: 10
*
* @return A fluent helper to fetch a single
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDoc
* CreditBlockedDeliveryDoc} entity using key fields. This fluent helper allows methods which modify the
* underlying query to be called before executing the query itself. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CreditBlockedDeliveryDocByKeyFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
CreditBlockedDeliveryDocByKeyFluentHelper getCreditBlockedDeliveryDocByKey( final String deliveryDocument );
/**
* Fetch multiple
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReason
* SalesDocumentRjcnReason} entities.
*
* @return A fluent helper to fetch multiple
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReason
* SalesDocumentRjcnReason} entities. This fluent helper allows methods which modify the underlying query to
* be called before executing the query itself. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReasonFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
SalesDocumentRjcnReasonFluentHelper getAllSalesDocumentRjcnReason();
/**
* Fetch a single
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReason
* SalesDocumentRjcnReason} entity using key fields.
*
* @param salesDocumentRjcnReason
* The reason for rejecting a sales document (for example, a sales quotation or a sales order).
*
* Constraints: Not nullable, Maximum length: 2
*
* @return A fluent helper to fetch a single
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReason
* SalesDocumentRjcnReason} entity using key fields. This fluent helper allows methods which modify the
* underlying query to be called before executing the query itself. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.SalesDocumentRjcnReasonByKeyFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
SalesDocumentRjcnReasonByKeyFluentHelper getSalesDocumentRjcnReasonByKey( final String salesDocumentRjcnReason );
/**
* Check
*
*
*
* Creates a fluent helper for the CheckCreditBlock OData function import.
*
*
* @param deliveryDocument
* Constraints: none
*
* Original parameter name from the Odata EDM: DeliveryDocument
*
* @param sDDocumentCategory
* Constraints: none
*
* Original parameter name from the Odata EDM: SDDocumentCategory
*
* @return A fluent helper object that will execute the CheckCreditBlock OData function import with the
* provided parameters. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.CheckCreditBlockFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
CheckCreditBlockFluentHelper checkCreditBlock( final String deliveryDocument, final String sDDocumentCategory );
/**
* Reject
*
*
*
* Creates a fluent helper for the RejectCreditBlock OData function import.
*
*
* @param deliveryDocument
* Constraints: none
*
* Original parameter name from the Odata EDM: DeliveryDocument
*
* @param sDDocumentCategory
* Constraints: none
*
* Original parameter name from the Odata EDM: SDDocumentCategory
*
* @param salesDocumentRjcnReason
* Constraints: none
*
* Original parameter name from the Odata EDM: SalesDocumentRjcnReason
*
* @return A fluent helper object that will execute the RejectCreditBlock OData function import with the
* provided parameters. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.RejectCreditBlockFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
RejectCreditBlockFluentHelper rejectCreditBlock(
final String deliveryDocument,
final String salesDocumentRjcnReason,
final String sDDocumentCategory );
/**
* Release
*
*
*
* Creates a fluent helper for the ReleaseCreditBlock OData function import.
*
*
* @param deliveryDocument
* Constraints: none
*
* Original parameter name from the Odata EDM: DeliveryDocument
*
* @param sDDocumentCategory
* Constraints: none
*
* Original parameter name from the Odata EDM: SDDocumentCategory
*
* @return A fluent helper object that will execute the ReleaseCreditBlock OData function import with the
* provided parameters. To perform execution, call the
* {@link com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.deliverydocumentwithcreditblocks.ReleaseCreditBlockFluentHelper#execute
* execute} method on the fluent helper object.
*/
@Nonnull
ReleaseCreditBlockFluentHelper releaseCreditBlock( final String sDDocumentCategory, final String deliveryDocument );
}