-
public class DeviceDetailsContains the properties of a device registered for push notifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeviceDetails.PushContains the details of the push registration of a device.
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic Stringplatformpublic StringformFactorpublic StringclientIdpublic JsonObjectmetadatapublic DeviceDetails.Pushpushpublic static HttpCore.ResponseHandler<DeviceDetails>httpResponseHandlerpublic static HttpCore.BodyHandler<DeviceDetails>httpBodyHandler
-
Method Summary
Modifier and Type Method Description JsonObjecttoJsonObject()JsonObjectpushRecipientJsonObject()booleanequals(Object o)StringtoString()static DeviceDetailsfromJsonObject(JsonObject o)-
-
Method Detail
-
toJsonObject
JsonObject toJsonObject()
-
pushRecipientJsonObject
JsonObject pushRecipientJsonObject()
-
fromJsonObject
static DeviceDetails fromJsonObject(JsonObject o)
-
-
-
-