Interface FieldParams

All Known Subinterfaces:
ActionParams, CollectionParams, CustomFieldParams, FieldTransportParams, StringParams
All Known Implementing Classes:
ActionParamsImpl, CustomFieldAdditionalParamsImpl, 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
  • Method Details

    • getAllKeys

      Set<String> getAllKeys()
    • getKeysAndValues

      Map<String,?> getKeysAndValues()
    • containsKey

      boolean containsKey(String key)
    • isEmpty

      boolean isEmpty()