| java.lang.Object | ||
| ↳ | BaseEntity | |
| ↳ | com.usebutton.sdk.context.Journey | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | Journey.Type | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Journey() | |||||||||||
|
Journey(JSONObject json)
For internal use only.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Journey | setDestination(Location destination) | ||||||||||
| Journey | setEnd(Date date) | ||||||||||
| Journey | setName(String name) | ||||||||||
| Journey | setSku(String sku) | ||||||||||
| Journey | setStart(Location start) | ||||||||||
| Journey | setStart(Date date) | ||||||||||
| Journey | setType(Journey.Type type) | ||||||||||
| Journey | setUrl(Uri url) | ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getType() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
For internal use only.