public static interface LineItem.Builder extends SdkPojo, CopyableBuilder<LineItem.Builder,LineItem>
| Modifier and Type | Method and Description |
|---|---|
LineItem.Builder |
catalogItemId(String catalogItemId)
The ID of the catalog item.
|
LineItem.Builder |
lineItemId(String lineItemId)
The ID of the line item.
|
LineItem.Builder |
quantity(Integer quantity)
The quantity of the line item.
|
LineItem.Builder |
status(String status)
The status of the line item.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineItem.Builder catalogItemId(String catalogItemId)
The ID of the catalog item.
catalogItemId - The ID of the catalog item.LineItem.Builder lineItemId(String lineItemId)
The ID of the line item.
lineItemId - The ID of the line item.LineItem.Builder quantity(Integer quantity)
The quantity of the line item.
quantity - The quantity of the line item.LineItem.Builder status(String status)
The status of the line item.
status - The status of the line item.Copyright © 2021. All rights reserved.