| Package | Description |
|---|---|
| jp.gopay.sdk | |
| jp.gopay.sdk.settings | |
| jp.gopay.sdk.utils |
| Modifier and Type | Field | Description |
|---|---|---|
protected AbstractSDKSettings |
AbstractSDK.settings |
| Modifier and Type | Method | Description |
|---|---|---|
GoPaySDK |
GoPaySDK.copy(AbstractSDKSettings settings) |
|
T |
SDKMethods.copy(AbstractSDKSettings settings) |
Create a new instance of the client with new settings, but keeping the same authentication strategy.
|
static GoPaySDK |
GoPaySDK.create(AuthStrategy authStrategy,
AbstractSDKSettings settings) |
Create a GoPaySDK instance using an authentication strategy.
|
static GoPaySDK |
GoPaySDK.create(UserCredentials userCredentials,
AbstractSDKSettings settings) |
Asynchronously creates a GoPaySDK instance requesting a JWT for authentication.
|
static GoPaySDK |
GoPaySDK.create(AbstractSDKSettings settings) |
Create an unauthenticated GoPaySDK instance.
|
| Constructor | Description |
|---|---|
AbstractSDK(AuthStrategy authStrategy,
AbstractSDKSettings settings) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSDKSettings<T extends AbstractSDKSettings> |
SDK settings, including the following:
endpoint: Endpoint to where requests are directed.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GoPaySettings |
| Modifier and Type | Method | Description |
|---|---|---|
static retrofit2.Retrofit |
RequestUtils.createClient(AuthStrategy authStrategy,
AbstractSDKSettings settings) |
|
static okhttp3.OkHttpClient.Builder |
GoPayClient.getDefaultClientBuilder(AuthStrategy authStrategy,
AbstractSDKSettings settings) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.