Class SEPAMandateUsageByKeyFluentHelper
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey<SEPAMandateUsageByKeyFluentHelper,SEPAMandateUsage,SEPAMandateUsageSelectable>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.contractaccountingsepamandate.SEPAMandateUsageByKeyFluentHelper
- All Implemented Interfaces:
FluentHelperExecutable<Object>
public class SEPAMandateUsageByKeyFluentHelper
extends FluentHelperByKey<SEPAMandateUsageByKeyFluentHelper,SEPAMandateUsage,SEPAMandateUsageSelectable>
Fluent helper to fetch a single
SEPAMandateUsage entity using key fields. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself.-
Field Summary
Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
csrfTokenRetriever, entityCollection -
Constructor Summary
ConstructorsConstructorDescriptionSEPAMandateUsageByKeyFluentHelper(String servicePath, String entityCollection, String creditor, String sEPAMandate, LocalDateTime sEPAMandateUseDate, String sEPAMandateUseObjectType, String sEPAMandateUsePaymentDoc) Creates a fluent helper object that will fetch a singleSEPAMandateUsageentity with the provided key field values. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
executeRequest, select, toRequest, withCsrfToken, withQueryParameterMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
getCsrfTokenRetriever, getHeaders, getParametersForRequestOnly, getServicePath, getThis, withHeader, withHeaders
-
Constructor Details
-
SEPAMandateUsageByKeyFluentHelper
public SEPAMandateUsageByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String creditor, String sEPAMandate, LocalDateTime sEPAMandateUseDate, String sEPAMandateUseObjectType, String sEPAMandateUsePaymentDoc) Creates a fluent helper object that will fetch a singleSEPAMandateUsageentity with the provided key field values. To perform execution, call theexecuteRequestmethod on the fluent helper object.- Parameters:
entityCollection- Entity Collection to be used to fetch a singleSEPAMandateUsagesEPAMandateUsePaymentDoc- KeyConstraints: Not nullable, Maximum length: 70
servicePath- Service path to be used to fetch a singleSEPAMandateUsagesEPAMandateUseObjectType- Object TypeConstraints: Not nullable, Maximum length: 10
creditor- Creditor IDConstraints: Not nullable, Maximum length: 35
sEPAMandate- Mandate RefeferenceConstraints: Not nullable, Maximum length: 35
sEPAMandateUseDate- DateConstraints: Not nullable, Precision: 7
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClassin classFluentHelperBasic<SEPAMandateUsageByKeyFluentHelper,SEPAMandateUsage, SEPAMandateUsage>
-
getKey
- Specified by:
getKeyin classFluentHelperByKey<SEPAMandateUsageByKeyFluentHelper,SEPAMandateUsage, SEPAMandateUsageSelectable>
-