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

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

public class RankBeforeRequest
extends java.lang.Object

Encapsulates the JSON data transmitted for a Rank Before request.

Since:
v5.8.1
Author:
mtokar

Field Summary
 java.lang.Long customFieldId
          The ID of the custom field to perform ranking on.
static RankBeforeRequest 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 marker IDs) 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 marker IDs) were specified instead.
 java.util.List<Rankable> rankables
          the IDs of rankables to perform ranking ops; may be null if issues were specified instead
 java.lang.Long rankBeforeId
          The ID of the issue to rank before; may be null if a key (or marker ID) was specified instead.
 java.lang.String rankBeforeKey
          The key of the issue to rank before; may be null if an ID (or marker ID) was specified instead.
 Rankable rankBeforeRankable
          the rankable to rank before; may be null if an issue was specified instead
 
Constructor Summary
RankBeforeRequest()
           
 
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 RankBeforeRequest 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 marker IDs) 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 marker IDs) were specified instead.


rankables

public java.util.List<Rankable> rankables
the IDs of 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.


rankBeforeId

public java.lang.Long rankBeforeId
The ID of the issue to rank before; may be null if a key (or marker ID) was specified instead.


rankBeforeKey

public java.lang.String rankBeforeKey
The key of the issue to rank before; may be null if an ID (or marker ID) was specified instead.


rankBeforeRankable

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

Constructor Detail

RankBeforeRequest

public RankBeforeRequest()


Copyright © 2007-2012 Atlassian. All Rights Reserved.