public class ObjectNumberBuilder extends Object
Constructor and Description |
---|
ObjectNumberBuilder() |
Modifier and Type | Method and Description |
---|---|
Set<ObjectNumber> |
build() |
ObjectNumberBuilder |
withCostCenters(ControllingArea controllingArea,
Collection<CostCenter> costCenters) |
ObjectNumberBuilder |
withInternalOrders(Collection<InternalOrder> internalOrders) |
ObjectNumberBuilder |
withProfitCenters(ControllingArea controllingArea,
Collection<ProfitCenter> profitCenters) |
public ObjectNumberBuilder withCostCenters(ControllingArea controllingArea, Collection<CostCenter> costCenters)
public ObjectNumberBuilder withProfitCenters(ControllingArea controllingArea, Collection<ProfitCenter> profitCenters)
public ObjectNumberBuilder withInternalOrders(Collection<InternalOrder> internalOrders)
public Set<ObjectNumber> build()
Copyright © 2018 SAP SE. All rights reserved.