Class LineItemDraftOutput.Builder
java.lang.Object
com.commercetools.graphql.api.types.LineItemDraftOutput.Builder
- Enclosing class:
- LineItemDraftOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddedAt(OffsetDateTime addedAt) build()custom(CustomFieldsCommand custom) distributionChannelResId(ResourceIdentifier distributionChannelResId) externalPrice(BaseMoney externalPrice) externalTaxRate(ExternalTaxRateDraftOutput externalTaxRate) externalTotalPrice(ExternalLineItemTotalPrice externalTotalPrice) inventoryMode(InventoryMode inventoryMode) perMethodExternalTaxRate(List<MethodExternalTaxRateDraftOutput> perMethodExternalTaxRate) shippingDetails(ItemShippingDetailsDraftOutput shippingDetails) supplyChannelResId(ResourceIdentifier supplyChannelResId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
productId
-
sku
-
key
-
quantity
-
variantId
-
custom
-
externalTaxRate
-
perMethodExternalTaxRate
public LineItemDraftOutput.Builder perMethodExternalTaxRate(List<MethodExternalTaxRateDraftOutput> perMethodExternalTaxRate) -
externalPrice
-
externalTotalPrice
public LineItemDraftOutput.Builder externalTotalPrice(ExternalLineItemTotalPrice externalTotalPrice) -
inventoryMode
-
shippingDetails
-
addedAt
-
distributionChannelResId
public LineItemDraftOutput.Builder distributionChannelResId(ResourceIdentifier distributionChannelResId) -
supplyChannelResId
-