com.atlassian.greenhopper.web.rapid.issue.fields
Class FieldUpdatedEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.issue.fields.FieldUpdatedEntry

public class FieldUpdatedEntry
extends RestTemplate


Field Summary
 FieldEntry edit
          Edit data of the field.
 java.lang.Long issueId
          Id of the updated issue.
 FieldEntry view
          View data of the field.
 
Constructor Summary
FieldUpdatedEntry()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

issueId

public java.lang.Long issueId
Id of the updated issue.


view

public FieldEntry view
View data of the field.


edit

public FieldEntry edit
Edit data of the field.

Constructor Detail

FieldUpdatedEntry

public FieldUpdatedEntry()


Copyright © 2007-2013 Atlassian. All Rights Reserved.