public class Category extends Object
Modifier and Type | Field and Description |
---|---|
static Category |
ATTACHMENTS
A category for attachment results.
|
static Category |
BLOGS
A category for blog results.
|
static Category |
COMMENTS
A category for comments.
|
static Category |
CONTENT
A category for page and blog results combined.
|
static Category |
CUSTOM
A category for custom content.
|
static Category |
PAGES
A category for page results.
|
static Category |
PEOPLE
A category for people results.
|
static Category |
PERSONAL_SPACE
A category for personal spaces.
|
static Category |
SPACES
A category for space results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Category |
getCategory(String type)
Return a Category for the supplied type.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
public static final Category PAGES
public static final Category BLOGS
public static final Category CONTENT
public static final Category ATTACHMENTS
public static final Category PEOPLE
public static final Category SPACES
public static final Category COMMENTS
public static final Category PERSONAL_SPACE
public static final Category CUSTOM
public Category(String name)
public static Category getCategory(String type)
type
- must not be nullpublic String getName()
Copyright © 2003–2019 Atlassian. All rights reserved.