public class BulkRetrieveVendorsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkRetrieveVendorsRequest.Builder
Class to build instances of
BulkRetrieveVendorsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
BulkRetrieveVendorsRequest(List<String> vendorIds)
Initialization constructor.
|
protected |
BulkRetrieveVendorsRequest(io.apimatic.core.types.OptionalNullable<List<String>> vendorIds)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getVendorIds()
Getter for VendorIds.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetVendorIds()
Internal Getter for VendorIds.
|
BulkRetrieveVendorsRequest.Builder |
toBuilder()
Builds a new
BulkRetrieveVendorsRequest.Builder object. |
String |
toString()
Converts this BulkRetrieveVendorsRequest into string format.
|
public BulkRetrieveVendorsRequest(List<String> vendorIds)
vendorIds - List of String value for vendorIds.protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetVendorIds()
public List<String> getVendorIds()
public String toString()
public BulkRetrieveVendorsRequest.Builder toBuilder()
BulkRetrieveVendorsRequest.Builder object.
Creates the instance with the state of the current model.BulkRetrieveVendorsRequest.Builder objectCopyright © 2023. All rights reserved.