public class ResourceType extends BaseApiEnum
WebResourceDependencies fields.| Modifier and Type | Field and Description |
|---|---|
static ResourceType |
ALL
All to denote all the tags.
|
static com.google.common.collect.ImmutableList<ResourceType> |
BUILT_IN |
static ResourceType |
CSS |
static ResourceType |
DATA |
static ResourceType |
JS |
value| Modifier | Constructor and Description |
|---|---|
protected |
ResourceType(String value) |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
valueOf(String value) |
public static final ResourceType CSS
public static final ResourceType JS
public static final ResourceType DATA
public static final ResourceType ALL
public static final com.google.common.collect.ImmutableList<ResourceType> BUILT_IN
protected ResourceType(String value)
public ResourceType valueOf(String value)
Copyright © 2003–2016 Atlassian. All rights reserved.