|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.mywork.rest.Position
public class Position
This class describes a position in a list of entities.
| Constructor Summary | |
|---|---|
Position(java.lang.Long before)
Creates a new position that is before an entity with the given id, or the last position if the given id is null. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getBefore()
Returns id of an entity immediately after this position or null if this is the last position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Position(java.lang.Long before)
before - id of an entity immediately after this position or null
if this is the last position| Method Detail |
|---|
public java.lang.Long getBefore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||