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