| Package | Description |
|---|---|
| net.authorize | |
| net.authorize.api.controller.base | |
| net.authorize.util |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.createEnvironment(String baseUrl,
String xmlBaseUrl)
If a custom environment needs to be supported, this convenience create
method can be used to pass in a custom baseUrl.
|
static Environment |
Environment.createEnvironment(String baseUrl,
String xmlBaseUrl,
String cardPresentUrl)
If a custom environment needs to be supported, this convenience create
method can be used to pass in a custom baseUrl.
|
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Environment |
ApiOperationBase.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
IApiOperation.execute(Environment environment) |
void |
ApiOperationBase.execute(Environment environment) |
S |
IApiOperation.executeWithApiResponse(Environment environment) |
S |
ApiOperationBase.executeWithApiResponse(Environment environment) |
static void |
ApiOperationBase.setEnvironment(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ANetApiResponse |
HttpUtility.postData(Environment env,
ANetApiRequest request,
Class<T> classType)
Posts a http request
|
| Constructor and Description |
|---|
HttpCallTask(Environment env,
ANetApiRequest request,
Class<T> classType)
Creates task to be called in future for making http call
|
Copyright © 2021. All rights reserved.