public static class ListShippingVendorsResponse.Builder extends Object implements BmcResponse.Builder<ListShippingVendorsResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListShippingVendorsResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListShippingVendorsResponse |
build()
Build the response object.
|
ListShippingVendorsResponse.Builder |
copy(ListShippingVendorsResponse o)
Copy method to populate the builder with values from the given instance.
|
ListShippingVendorsResponse.Builder |
headers(Map<String,List<String>> headers) |
ListShippingVendorsResponse.Builder |
opcRequestId(String opcRequestId) |
ListShippingVendorsResponse.Builder |
shippingVendors(ShippingVendors shippingVendors)
The returned
ShippingVendors instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListShippingVendorsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListShippingVendorsResponse>
public ListShippingVendorsResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListShippingVendorsResponse>
public ListShippingVendorsResponse.Builder opcRequestId(String opcRequestId)
opcRequestId
- the value to setpublic ListShippingVendorsResponse.Builder shippingVendors(ShippingVendors shippingVendors)
The returned ShippingVendors
instance.
shippingVendors
- the value to setpublic ListShippingVendorsResponse.Builder copy(ListShippingVendorsResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListShippingVendorsResponse>
o
- other request from which to copy valuespublic ListShippingVendorsResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListShippingVendorsResponse>
Copyright © 2016–2024. All rights reserved.