public class UpdateLocationSettingsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateLocationSettingsResponse.Builder
Class to build instances of
UpdateLocationSettingsResponse. |
| Constructor and Description |
|---|
UpdateLocationSettingsResponse(List<Error> errors,
CheckoutLocationSettings locationSettings)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
CheckoutLocationSettings |
getLocationSettings()
Getter for LocationSettings.
|
int |
hashCode() |
UpdateLocationSettingsResponse.Builder |
toBuilder()
Builds a new
UpdateLocationSettingsResponse.Builder object. |
String |
toString()
Converts this UpdateLocationSettingsResponse into string format.
|
public UpdateLocationSettingsResponse(List<Error> errors, CheckoutLocationSettings locationSettings)
errors - List of Error value for errors.locationSettings - CheckoutLocationSettings value for locationSettings.public HttpContext getContext()
public List<Error> getErrors()
public CheckoutLocationSettings getLocationSettings()
public String toString()
public UpdateLocationSettingsResponse.Builder toBuilder()
UpdateLocationSettingsResponse.Builder object.
Creates the instance with the state of the current model.UpdateLocationSettingsResponse.Builder objectCopyright © 2024. All rights reserved.