Uses of Enum
com.coveo.pushapiclient.Environment
-
Uses of Environment in com.coveo.pushapiclient
Fields in com.coveo.pushapiclient declared as EnvironmentMethods in com.coveo.pushapiclient that return EnvironmentModifier and TypeMethodDescriptionstatic EnvironmentReturns 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.Methods in com.coveo.pushapiclient with parameters of type EnvironmentConstructors in com.coveo.pushapiclient with parameters of type EnvironmentModifierConstructorDescriptionPlatformClient(String apiKey, String organizationId, Environment environment) Deprecated.Please now use PlatformUrl to define your Platform environmentPlatformUrl(Environment environment, Region region) Source(String apiKey, String organizationId, Environment environment) Deprecated.Please now use PlatformUrl to define your Platform environment