|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.api.rank.web.RankBeforeRequest
public class RankBeforeRequest
Encapsulates the JSON data transmitted for a Rank Before request.
| 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 |
|---|
public static final RankBeforeRequest DOC_EXAMPLE
public java.util.List<java.lang.Long> issueIds
null if keys (or marker IDs) were specified instead.
public java.util.List<java.lang.String> issueKeys
null if IDs (or marker IDs) were specified instead.
public java.util.List<Rankable> rankables
null if issues were specified instead
public java.lang.Long customFieldId
public java.lang.Long rankBeforeId
null if a key (or marker ID) was specified instead.
public java.lang.String rankBeforeKey
null if an ID (or marker ID) was specified instead.
public Rankable rankBeforeRankable
null if an issue was specified instead
| Constructor Detail |
|---|
public RankBeforeRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||