| Package | Description |
|---|---|
| be.woutschoovaerts.mollie.data.connect |
| Modifier and Type | Method and Description |
|---|---|
LandingPageType |
AuthorizeRequest.getLandingPage() |
static LandingPageType |
LandingPageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LandingPageType[] |
LandingPageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeRequest.AuthorizeRequestBuilder |
AuthorizeRequest.AuthorizeRequestBuilder.landingPage(LandingPageType landingPage) |
void |
AuthorizeRequest.setLandingPage(LandingPageType landingPage) |
| Constructor and Description |
|---|
AuthorizeRequest(String clientId,
Optional<String> redirectUri,
String state,
String[] scope,
ResponseType responseType,
ApprovalPrompt approvalPrompt,
Locale locale,
LandingPageType landingPage) |
Copyright © 2022. All rights reserved.