Modifier and Type | Field and Description |
---|---|
static SimpleProperty<BusPartPaymentParameters> |
BusPartPaymentParameters.ALL_FIELDS
Selector for all available fields of BusPartPaymentParameters.
|
static SimpleProperty.String<BusPartPaymentParameters> |
BusPartPaymentParameters.P_DISPLAY_CURRENCY |
static NavigationProperty.Single<BusPartPayment,BusPartPaymentParameters> |
BusPartPayment.TO_PARAMETERS
Use with available request builders to apply the Parameters navigation property to query operations.
|
static NavigationProperty.Collection<BusPartPaymentParameters,BusPartPayment> |
BusPartPaymentParameters.TO_SET
Use with available request builders to apply the Set navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusPartPaymentParameters |
BusPartPaymentParameters.BusPartPaymentParametersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BusPartPaymentParameters> |
BusPartPayment.getParametersIfPresent()
Retrieval of associated BusPartPaymentParameters entity (one to one).
|
Class<BusPartPaymentParameters> |
BusPartPaymentParameters.getType() |
Modifier and Type | Method and Description |
---|---|
BusPartPayment.BusPartPaymentBuilder |
BusPartPayment.BusPartPaymentBuilder.parameters(BusPartPaymentParameters value)
Navigation property Parameters for BusPartPayment to single BusPartPaymentParameters.
|
void |
BusPartPayment.setParameters(BusPartPaymentParameters value)
Overwrites the associated BusPartPaymentParameters entity for the loaded navigation property
Parameters.
|
Constructor and Description |
---|
BusPartPayment(UUID cADocumentContainerUUID,
String cAPaymentDocument,
String cADocumentOriginCode,
String cADocumentOriginCodeName,
String cADocumentContainerRefType,
String cADocumentContainerRefTypeText,
LocalDate creationDate,
LocalTime creationTime,
String displayCurrency,
BigDecimal cAPaymentAmountInDC,
BusPartPaymentParameters toParameters) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<BusPartPaymentParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.countBusPartPayment() |
CountRequestBuilder<BusPartPaymentParameters> |
ContractAccountingBusinessPartnerPaymentService.countBusPartPayment()
Fetch the number of entries from the
BusPartPaymentParameters entity collection matching the filter and search expressions. |
GetAllRequestBuilder<BusPartPaymentParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.getAllBusPartPayment() |
GetAllRequestBuilder<BusPartPaymentParameters> |
ContractAccountingBusinessPartnerPaymentService.getAllBusPartPayment()
Fetch multiple
BusPartPaymentParameters entities. |
GetByKeyRequestBuilder<BusPartPaymentParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.getBusPartPaymentByKey(String p_DisplayCurrency) |
GetByKeyRequestBuilder<BusPartPaymentParameters> |
ContractAccountingBusinessPartnerPaymentService.getBusPartPaymentByKey(String p_DisplayCurrency)
Fetch a single
BusPartPaymentParameters entity using key fields. |
Copyright © 2021 SAP SE. All rights reserved.