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