public enum ApiCommands extends Enum<ApiCommands>
| Enum Constant and Description |
|---|
GRADE_DISTRIBUTION |
INVOKE_ASSESSMENT |
RECENT_SCANS |
RETRIEVE_ASSESSMENT |
RETRIEVE_TEST_RESULT |
SCANNER_STATES |
| Modifier and Type | Method and Description |
|---|---|
ApiCommand |
getCommand() |
static ApiCommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiCommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiCommands GRADE_DISTRIBUTION
public static final ApiCommands SCANNER_STATES
public static final ApiCommands RECENT_SCANS
public static final ApiCommands INVOKE_ASSESSMENT
public static final ApiCommands RETRIEVE_ASSESSMENT
public static final ApiCommands RETRIEVE_TEST_RESULT
public static ApiCommands[] values()
for (ApiCommands c : ApiCommands.values()) System.out.println(c);
public static ApiCommands valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ApiCommand getCommand()
Copyright © 2016. All rights reserved.