| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
static StandardOperation |
StandardOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardOperation[] |
StandardOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<StandardOperation> |
CimFieldInfo.getOperations()
Returns set of operations allowed for this field.
|
| Constructor and Description |
|---|
CimFieldInfo(String id,
boolean required,
String name,
FieldSchema schema,
Set<StandardOperation> operations,
Iterable<Object> allowedValues,
URI autoCompleteUri) |
Copyright © 2018 Atlassian. All rights reserved.