| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LocationBookingProfile |
LocationBookingProfile.Builder.build()
Builds a new
LocationBookingProfile object using the set fields. |
LocationBookingProfile |
RetrieveLocationBookingProfileResponse.getLocationBookingProfile()
Getter for LocationBookingProfile.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationBookingProfile> |
ListLocationBookingProfilesResponse.getLocationBookingProfiles()
Getter for LocationBookingProfiles.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLocationBookingProfileResponse.Builder |
RetrieveLocationBookingProfileResponse.Builder.locationBookingProfile(LocationBookingProfile locationBookingProfile)
Setter for locationBookingProfile.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationBookingProfilesResponse.Builder |
ListLocationBookingProfilesResponse.Builder.locationBookingProfiles(List<LocationBookingProfile> locationBookingProfiles)
Setter for locationBookingProfiles.
|
| Constructor and Description |
|---|
RetrieveLocationBookingProfileResponse(LocationBookingProfile locationBookingProfile,
List<Error> errors)
Initialization constructor.
|
| Constructor and Description |
|---|
ListLocationBookingProfilesResponse(List<LocationBookingProfile> locationBookingProfiles,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2024. All rights reserved.