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