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