public interface ActionParams extends FieldParams
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAllValues() |
String |
getFirstValueForKey(String key) |
String |
getFirstValueForNullKey() |
Map<String,String[]> |
getKeysAndValues() |
String[] |
getValuesForKey(String key) |
String[] |
getValuesForNullKey() |
void |
put(String id,
String[] values) |
containsKey, getAllKeys, isEmptyMap<String,String[]> getKeysAndValues()
getKeysAndValues in interface FieldParamsString[] getAllValues()
String[] getValuesForNullKey()
String getFirstValueForNullKey()
Copyright © 2002-2018 Atlassian. All Rights Reserved.