Package | Description |
---|---|
com.requirementslive.sdk.api.dataimport.model |
Modifier and Type | Method and Description |
---|---|
static ImportAction |
ImportAction.fromValue(java.lang.String v) |
ImportAction |
ImportEntityInfo.getAction() |
ImportAction |
DataListInfo.getAction() |
static ImportAction |
ImportAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImportAction[] |
ImportAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportEntityInfo.setAction(ImportAction action) |
void |
DataListInfo.setAction(ImportAction action) |