com.atlassian.jira.issue.transport
Interface CollectionParams
- All Superinterfaces:
- FieldParams
- All Known Subinterfaces:
- CustomFieldParams, FieldTransportParams
public interface CollectionParams
- extends FieldParams
This is a field params with Lists as the value
getAllValues
Collection getAllValues()
getValuesForNullKey
Collection getValuesForNullKey()
getValuesForKey
Collection getValuesForKey(String key)
put
void put(String key,
Collection<String> value)
- Put the values in.
- Parameters:
key - for mappingvalue - a Collection of Strings.
Copyright © 2002-2011 Atlassian. All Rights Reserved.