Uses of Class
invoker.Environment
-
Packages that use Environment Package Description invoker -
-
Uses of Environment in invoker
Methods in invoker that return Environment Modifier and Type Method Description 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.Constructors in invoker with parameters of type Environment Constructor Description FinixClient(String username, String password, Environment environment)EDITED Basic constructor for FinixClient To Set BasePath of server Api Initialization for FinixClient
-