public static class ListLoyaltyProgramsResponse.Builder extends Object
ListLoyaltyProgramsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListLoyaltyProgramsResponse |
build()
Builds a new
ListLoyaltyProgramsResponse object using the set fields. |
ListLoyaltyProgramsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListLoyaltyProgramsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
ListLoyaltyProgramsResponse.Builder |
programs(List<LoyaltyProgram> programs)
Setter for programs.
|
public ListLoyaltyProgramsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListLoyaltyProgramsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListLoyaltyProgramsResponse.Builder programs(List<LoyaltyProgram> programs)
programs - List of LoyaltyProgram value for programs.public ListLoyaltyProgramsResponse build()
ListLoyaltyProgramsResponse object using the set fields.ListLoyaltyProgramsResponseCopyright © 2022. All rights reserved.