- All Known Subinterfaces:
- ActionParams, CollectionParams, CustomFieldParams, FieldTransportParams, StringParams
- All Known Implementing Classes:
- ActionParamsImpl, CustomFieldParamsImpl, IssueNavigatorActionParams, NullCustomFieldParams, StringParamsImpl
@PublicApi
public interface FieldParams
A parent interface for transport objects in JIRA. All FieldParams share the logic of a String key with a
multi-dimensional value. e.g. array, lists, FieldParams. Keys may be null. The interface does not mandate what objects
the multi-dimensional value contain. This is up to the implementers and sub-interfaces to mandate