public static class RetrieveInventoryPhysicalCountResponse.Builder extends Object
RetrieveInventoryPhysicalCountResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryPhysicalCountResponse |
build()
Builds a new
RetrieveInventoryPhysicalCountResponse object using the set fields. |
RetrieveInventoryPhysicalCountResponse.Builder |
count(InventoryPhysicalCount count)
Setter for count.
|
RetrieveInventoryPhysicalCountResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
RetrieveInventoryPhysicalCountResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public RetrieveInventoryPhysicalCountResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public RetrieveInventoryPhysicalCountResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public RetrieveInventoryPhysicalCountResponse.Builder count(InventoryPhysicalCount count)
count - InventoryPhysicalCount value for count.public RetrieveInventoryPhysicalCountResponse build()
RetrieveInventoryPhysicalCountResponse object using the set fields.Copyright © 2022. All rights reserved.