@ExperimentalApi public class SearchContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchContext.Builder |
Modifier and Type | Field and Description |
---|---|
static SearchContext |
EMPTY |
Modifier and Type | Method and Description |
---|---|
static SearchContext.Builder |
builder() |
static SearchContext |
deserialize(String searchContextJson,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
com.atlassian.fugue.Option<ContentId> |
getContentId() |
com.atlassian.fugue.Option<List<ContentStatus>> |
getContentStatuses() |
com.atlassian.fugue.Option<String> |
getSpaceKey() |
public static final SearchContext EMPTY
public com.atlassian.fugue.Option<ContentId> getContentId()
public com.atlassian.fugue.Option<String> getSpaceKey()
public com.atlassian.fugue.Option<List<ContentStatus>> getContentStatuses()
public static SearchContext.Builder builder()
public static SearchContext deserialize(String searchContextJson, org.codehaus.jackson.map.ObjectMapper objectMapper)
Copyright © 2003–2018 Atlassian. All rights reserved.