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