public class Client
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
API_URL |
protected static java.text.DateFormat |
dateFormat |
static okhttp3.MediaType |
MEDIA_TYPE_JSON |
protected static com.squareup.moshi.Moshi |
moshi |
static java.lang.String |
MQTT_BROKER |
protected static com.squareup.moshi.JsonAdapter<SearchParameters> |
paramsJsonAdapter |
| Constructor and Description |
|---|
Client(java.lang.String accountId,
java.lang.String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email() |
Log |
Log() |
Mqtt |
Mqtt() |
Store |
Store() |
protected static com.squareup.moshi.Moshi moshi
protected static com.squareup.moshi.JsonAdapter<SearchParameters> paramsJsonAdapter
protected static final java.text.DateFormat dateFormat
public static final java.lang.String API_URL
public static final okhttp3.MediaType MEDIA_TYPE_JSON
public static final java.lang.String MQTT_BROKER
public Email Email()
public Log Log()
public Mqtt Mqtt() throws MqttException
MqttExceptionpublic Store Store()