Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Method and Description |
---|---|
static RequestType |
RequestType.ofIdentifier(String identifier) |
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConvertedObject<RequestType> |
RequestTypeConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<RequestType> |
RequestTypeConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<RequestType> |
RequestType.getTypeConverter() |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
RequestTypeConverter.toDomainNonNull(RequestType object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Copyright © 2019 SAP SE. All rights reserved.