@Immutable @PublicApi public class IssueIndexingParams extends Object
INDEX_NONE
to set all values to false.
Use INDEX_ISSUE_ONLY
to set all values to false except indexIssues
.
Use INDEX_ALL
to set all values to true.
IssueIndexingParams.Builder
to construct an instance of this class.Modifier and Type | Class and Description |
---|---|
static class |
IssueIndexingParams.Builder |
Modifier and Type | Field and Description |
---|---|
static IssueIndexingParams |
INDEX_ALL |
static IssueIndexingParams |
INDEX_ISSUE_ONLY |
static IssueIndexingParams |
INDEX_NONE |
Modifier and Type | Method and Description |
---|---|
static IssueIndexingParams.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isIndex() |
boolean |
isIndexAll() |
boolean |
isIndexChangeHistory() |
boolean |
isIndexComments() |
boolean |
isIndexIssues() |
boolean |
isIndexWorklogs() |
String |
toString() |
public static IssueIndexingParams INDEX_NONE
public static IssueIndexingParams INDEX_ISSUE_ONLY
public static IssueIndexingParams INDEX_ALL
public static IssueIndexingParams.Builder builder()
public boolean isIndexIssues()
public boolean isIndexChangeHistory()
public boolean isIndexComments()
public boolean isIndexWorklogs()
public boolean isIndex()
public boolean isIndexAll()
Copyright © 2002-2015 Atlassian. All Rights Reserved.