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