|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.InAppSDK.purchasing.Offset
public final class Offset
Represents a position in a set of paginated results. Operations that take an Offset
as input will ultimately
provide an Offset
as output that you can use to get the next set of results, if more results are available.
Field Summary | |
---|---|
static Offset |
BEGINNING
Represents the beginning of a data set. |
Method Summary | |
---|---|
static Offset |
fromString(java.lang.String encodedOffset)
Create an Offset from its encoded String form. |
java.lang.String |
toString()
Returns the encoded String form of the Offset. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Offset BEGINNING
Method Detail |
---|
public static Offset fromString(java.lang.String encodedOffset)
encodedOffset
- The encoded string form retrieved from toString()
.
Offset
built from the provided String formpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |