Uses of Enum
com.atlassian.jira.rest.client.api.domain.StandardOperation
Packages that use StandardOperation
-
Uses of StandardOperation in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return StandardOperationModifier and TypeMethodDescriptionstatic StandardOperationReturns 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.Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type StandardOperationModifier and TypeMethodDescriptionCimFieldInfo.getOperations()Returns set of operations allowed for this field.Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type StandardOperationModifierConstructorDescriptionCimFieldInfo(String id, boolean required, String name, FieldSchema schema, Set<StandardOperation> operations, Iterable<Object> allowedValues, URI autoCompleteUri)