Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
static PaymentAdviceItem |
PaymentAdviceItem.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<PaymentAdviceItem> |
PaymentAdviceItemConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<PaymentAdviceItem> |
PaymentAdviceItem.getType() |
Class<PaymentAdviceItem> |
PaymentAdviceItemConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<PaymentAdviceItem> |
PaymentAdviceItem.getTypeConverter() |
static Set<PaymentAdviceItem> |
PaymentAdviceItem.toPaymentAdviceItems(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
PaymentAdviceItemConverter.toDomainNonNull(PaymentAdviceItem object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
PaymentAdviceItem.toStrings(Collection<PaymentAdviceItem> values) |
Copyright © 2018 SAP SE. All rights reserved.