SearchRequestBean class

Constructors

SearchRequestBean({List<String>? expand, List<String>? fields, bool? fieldsByKeys, String? jql, int? maxResults, List<String>? properties, int? startAt, SearchRequestBeanValidateQuery? validateQuery})
SearchRequestBean.fromJson(Map<String, Object?> json)
factory

Properties

expand List<String>
Use expand to include additional information about issues in the response. Note that, unlike the majority of instances where expand is specified, expand is defined as a list of values. The expand options are:
final
fields List<String>
A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include:
final
fieldsByKeys bool
Reference fields by their key (rather than ID). The default is false.
final
hashCode int
The hash code for this object.
no setterinherited
jql String?
A JQL expression.
final
maxResults int?
The maximum number of items to return per page.
final
properties List<String>
A list of up to 5 issue properties to include in the results. This parameter accepts a comma-separated list.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt int?
The index of the first item to return in the page of results (page offset). The base index is 0.
final
validateQuery SearchRequestBeanValidateQuery?
Determines how to validate the JQL query and treat the validation results. Supported values:
final

Methods

copyWith({List<String>? expand, List<String>? fields, bool? fieldsByKeys, String? jql, int? maxResults, List<String>? properties, int? startAt, SearchRequestBeanValidateQuery? validateQuery}) SearchRequestBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited