| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyProgram |
LoyaltyProgram.Builder.build()
Builds a new
LoyaltyProgram object using the set fields. |
LoyaltyProgram |
RetrieveLoyaltyProgramResponse.getProgram()
Getter for Program.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyProgram> |
ListLoyaltyProgramsResponse.getPrograms()
Getter for Programs.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLoyaltyProgramResponse.Builder |
RetrieveLoyaltyProgramResponse.Builder.program(LoyaltyProgram program)
Setter for program.
|
| Modifier and Type | Method and Description |
|---|---|
ListLoyaltyProgramsResponse.Builder |
ListLoyaltyProgramsResponse.Builder.programs(List<LoyaltyProgram> programs)
Setter for programs.
|
| Constructor and Description |
|---|
RetrieveLoyaltyProgramResponse(List<Error> errors,
LoyaltyProgram program)
Initialization constructor.
|
| Constructor and Description |
|---|
ListLoyaltyProgramsResponse(List<Error> errors,
List<LoyaltyProgram> programs)
Initialization constructor.
|
Copyright © 2022. All rights reserved.