| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveVendorResponse |
VendorsApi.retrieveVendor(String vendorId)
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
|
RetrieveVendorResponse |
DefaultVendorsApi.retrieveVendor(String vendorId)
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveVendorResponse> |
VendorsApi.retrieveVendorAsync(String vendorId)
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
|
CompletableFuture<RetrieveVendorResponse> |
DefaultVendorsApi.retrieveVendorAsync(String vendorId)
Retrieves the vendor of a specified [Vendor]($m/Vendor) ID.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveVendorResponse |
RetrieveVendorResponse.Builder.build()
Builds a new
RetrieveVendorResponse object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RetrieveVendorResponse> |
BulkRetrieveVendorsResponse.getResponses()
Getter for Responses.
|
| Modifier and Type | Method and Description |
|---|---|
BulkRetrieveVendorsResponse.Builder |
BulkRetrieveVendorsResponse.Builder.responses(Map<String,RetrieveVendorResponse> responses)
Setter for responses.
|
| Constructor and Description |
|---|
BulkRetrieveVendorsResponse(List<Error> errors,
Map<String,RetrieveVendorResponse> responses)
Initialization constructor.
|
Copyright © 2022. All rights reserved.