Uses of Class
mx.wire4.core.EnvironmentEnum
-
Packages that use EnvironmentEnum Package Description mx.wire4.auth mx.wire4.core -
-
Uses of EnvironmentEnum in mx.wire4.auth
Constructors in mx.wire4.auth with parameters of type EnvironmentEnum Constructor Description OAuthWire4(String clientId, String clientSecret, EnvironmentEnum environment) -
Uses of EnvironmentEnum in mx.wire4.core
Methods in mx.wire4.core that return EnvironmentEnum Modifier and Type Method Description static EnvironmentEnumEnvironmentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentEnum[]EnvironmentEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-