Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.serialization |
Modifier and Type | Field and Description |
---|---|
static ControllingArea |
ControllingArea.EMPTY |
Modifier and Type | Method and Description |
---|---|
static ControllingArea |
ControllingArea.of(String value) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<ControllingArea> |
ControllingAreaConverter.fromDomainNonNull(String domainObject) |
com.google.common.base.Optional<ControllingArea> |
ObjectNumber.getControllingArea()
Getter wrapping the contained
ControllingArea into an Optional . |
Class<ControllingArea> |
ControllingAreaConverter.getType() |
Class<ControllingArea> |
ControllingArea.getType() |
ErpTypeConverter<ControllingArea> |
ControllingArea.getTypeConverter() |
static Set<ControllingArea> |
ControllingArea.toControllingAreas(Collection<String> values) |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
ControllingAreaConverter.toDomainNonNull(ControllingArea object) |
ObjectNumberBuilder |
ObjectNumberBuilder.withCostCenters(ControllingArea controllingArea,
Collection<CostCenter> costCenters) |
ObjectNumberBuilder |
ObjectNumberBuilder.withProfitCenters(ControllingArea controllingArea,
Collection<ProfitCenter> profitCenters) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
ExchangeRateType.toStrings(Collection<ControllingArea> values) |
static Set<String> |
ControllingArea.toStrings(Collection<ControllingArea> values) |
Constructor and Description |
---|
ObjectNumber(ControllingArea controllingArea,
CostCenter costCenter)
Constructs an object number for a controlling area and cost center.
|
ObjectNumber(ControllingArea controllingArea,
ProfitCenter profitCenter)
Constructs an object number for a profit center.
|
Copyright © 2018 SAP SE. All rights reserved.