| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.Builder.build()
Builds a new
Location object using the set fields. |
Location |
RetrieveLocationResponse.getLocation()
Getter for Location.
|
Location |
CreateLocationRequest.getLocation()
Getter for Location.
|
Location |
UpdateLocationResponse.getLocation()
Getter for Location.
|
Location |
UpdateLocationRequest.getLocation()
Getter for Location.
|
Location |
CreateLocationResponse.getLocation()
Getter for Location.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
ListLocationsResponse.getLocations()
Getter for Locations.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationResponse.Builder |
RetrieveLocationResponse.Builder.location(Location location)
Setter for location.
|
CreateLocationRequest.Builder |
CreateLocationRequest.Builder.location(Location location)
Setter for location.
|
UpdateLocationResponse.Builder |
UpdateLocationResponse.Builder.location(Location location)
Setter for location.
|
UpdateLocationRequest.Builder |
UpdateLocationRequest.Builder.location(Location location)
Setter for location.
|
CreateLocationResponse.Builder |
CreateLocationResponse.Builder.location(Location location)
Setter for location.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse.Builder |
ListLocationsResponse.Builder.locations(List<Location> locations)
Setter for locations.
|
| Constructor and Description |
|---|
CreateLocationRequest(Location location)
Initialization constructor.
|
CreateLocationResponse(List<Error> errors,
Location location)
Initialization constructor.
|
RetrieveLocationResponse(List<Error> errors,
Location location)
Initialization constructor.
|
UpdateLocationRequest(Location location)
Initialization constructor.
|
UpdateLocationResponse(List<Error> errors,
Location location)
Initialization constructor.
|
| Constructor and Description |
|---|
ListLocationsResponse(List<Error> errors,
List<Location> locations)
Initialization constructor.
|
Copyright © 2022. All rights reserved.