Uses of Class
net.authorize.Environment
-
Packages that use Environment Package Description net.authorize net.authorize.api.controller.base net.authorize.util -
-
Uses of Environment in net.authorize
Methods in net.authorize that return Environment Modifier and Type Method Description static EnvironmentEnvironment. 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 EnvironmentEnvironment. 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 EnvironmentEnvironment. 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. -
Uses of Environment in net.authorize.api.controller.base
Methods in net.authorize.api.controller.base that return Environment Modifier and Type Method Description static EnvironmentApiOperationBase. getEnvironment()Methods in net.authorize.api.controller.base with parameters of type Environment Modifier and Type Method Description voidApiOperationBase. execute(Environment environment)voidIApiOperation. execute(Environment environment)SApiOperationBase. executeWithApiResponse(Environment environment)SIApiOperation. executeWithApiResponse(Environment environment)static voidApiOperationBase. setEnvironment(Environment environment) -
Uses of Environment in net.authorize.util
Methods in net.authorize.util with parameters of type Environment Modifier and Type Method Description static <T> ANetApiResponseHttpUtility. postData(Environment env, ANetApiRequest request, Class<T> classType)Posts a http requestConstructors in net.authorize.util with parameters of type Environment Constructor Description HttpCallTask(Environment env, ANetApiRequest request, Class<T> classType)Creates task to be called in future for making http call
-