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