Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Field and Description |
---|---|
static InternalOrder |
InternalOrder.EMPTY |
Modifier and Type | Method and Description |
---|---|
static InternalOrder |
InternalOrder.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<InternalOrder> |
InternalOrderConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Optional<InternalOrder> |
ObjectNumber.getInternalOrder()
Getter wrapping the contained
InternalOrder into an Optional . |
Class<InternalOrder> |
InternalOrderConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
Class<InternalOrder> |
InternalOrder.getType() |
ErpTypeConverter<InternalOrder> |
InternalOrder.getTypeConverter() |
static Set<InternalOrder> |
InternalOrder.toInternalOrders(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
InternalOrderConverter.toDomainNonNull(InternalOrder object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
InternalOrder.toStrings(Collection<InternalOrder> values) |
ObjectNumberBuilder |
ObjectNumberBuilder.withInternalOrders(Collection<InternalOrder> internalOrders) |
Constructor and Description |
---|
ObjectNumber(InternalOrder internalOrder)
Constructs an object number for an internal order.
|
Copyright © 2018 SAP SE. All rights reserved.