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