com.atlassian.greenhopper.api.rank.web
Class RankAfterRequest

java.lang.Object
  extended by com.atlassian.greenhopper.api.rank.web.RankAfterRequest

public class RankAfterRequest
extends java.lang.Object

Encapsulates the JSON data transmitted for a Rank After request.

Since:
v5.8.1
Author:
mtokar

Field Summary
 java.lang.Long customFieldId
          The ID of the custom field to perform ranking on.
static RankAfterRequest DOC_EXAMPLE
          Example RankBeforeRequest instance used for auto-generated REST documentation.
 java.util.List<java.lang.Long> issueIds
          The IDs of the issues to perform ranking operations on; may be null if keys (or rankables) were specified instead.
 java.util.List<java.lang.String> issueKeys
          The keys of the issues to perform ranking operations on; may be null if IDs (or rankables) were specified instead.
 java.util.List<Rankable> rankables
          the rankables to perform ranking ops; may be null if issues were specified instead
 java.lang.Long rankAfterId
          The ID of the issue to rank after; may be null if a key was specified instead.
 java.lang.String rankAfterKey
          The key of the issue to rank after; may be null if an ID was specified instead.
 Rankable rankAfterRankable
          the rankable to rank after; may be null if an issue was specified instead
 
Constructor Summary
RankAfterRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static final RankAfterRequest DOC_EXAMPLE
Example RankBeforeRequest instance used for auto-generated REST documentation.


issueIds

public java.util.List<java.lang.Long> issueIds
The IDs of the issues to perform ranking operations on; may be null if keys (or rankables) were specified instead.


issueKeys

public java.util.List<java.lang.String> issueKeys
The keys of the issues to perform ranking operations on; may be null if IDs (or rankables) were specified instead.


rankables

public java.util.List<Rankable> rankables
the rankables to perform ranking ops; may be null if issues were specified instead


customFieldId

public java.lang.Long customFieldId
The ID of the custom field to perform ranking on.


rankAfterId

public java.lang.Long rankAfterId
The ID of the issue to rank after; may be null if a key was specified instead.


rankAfterKey

public java.lang.String rankAfterKey
The key of the issue to rank after; may be null if an ID was specified instead.


rankAfterRankable

public Rankable rankAfterRankable
the rankable to rank after; may be null if an issue was specified instead

Constructor Detail

RankAfterRequest

public RankAfterRequest()


Copyright © 2007-2012 Atlassian. All Rights Reserved.