Uses of Class
com.atlassian.jira.rest.client.api.domain.StandardOperation

Packages that use StandardOperation
com.atlassian.jira.rest.client.api.domain   
 

Uses of StandardOperation in com.atlassian.jira.rest.client.api.domain
 

Methods in com.atlassian.jira.rest.client.api.domain that return StandardOperation
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.
 

Methods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type StandardOperation
 Set<StandardOperation> CimFieldInfo.getOperations()
          Returns set of operations allowed for this field.
 

Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type StandardOperation
CimFieldInfo(String id, boolean required, String name, FieldSchema schema, Set<StandardOperation> operations, Iterable<Object> allowedValues, URI autoCompleteUri)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.