Button DLC SDK for Android v5.13.0
Package Index
|
Class Index
com.usebutton.sdk
com.usebutton.sdk.context
com.usebutton.sdk.models
com.usebutton.sdk.util
Classes
Event
Identifiers
Item
Journey
Location
MusicArtist
Annotations
Identifiers.IdentifierName
Enums
Journey.Type
Package Index
|
Class Index
Summary:
Nested Classes
|
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
Journey
extends BaseEntity
java.lang.Object
↳
BaseEntity
↳
com.usebutton.sdk.context.Journey
Summary
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
Journey
()
public
Journey
(JSONObject json)
For internal use only.
Public Methods
public
Journey
setDestination
(
Location
destination)
public
Journey
setEnd
(Date date)
public
Journey
setName
(String name)
public
Journey
setSku
(String sku)
public
Journey
setStart
(
Location
start)
public
Journey
setStart
(Date date)
public
Journey
setType
(
Journey.Type
type)
public
Journey
setUrl
(Uri url)
Protected Methods
protected String
getType
()