Skip navigation links
A B C D E F G I L M N O P R S T U V W 

G

getAlertMessage() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets alert message.
getAlertTitle() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets alert title.
getApplicationId() - Method in class com.eyro.mesosfer.Mesosfer
Gets Mesosfer application id
getAsync(String, GetCallback<T>) - Method in class com.eyro.mesosfer.MesosferQuery
Constructs a MesosferData whose id is already known by fetching data from the source in a background thread.
getBeacon() - Method in class com.eyro.mesosfer.MesosferNotification
Gets the MesosferBeacon that already saved in MesosferNotification.
getBeacons() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets beacons.
getBucket() - Method in class com.eyro.mesosfer.MesosferDataSchema
Gets the bucket name of this MesosferDataSchema
GetCallback<T extends com.eyro.mesosfer.CoreObject> - Interface in com.eyro.mesosfer
A GetCallback is used to run code after a MesosferQuery is used to fetch a MesosferData in a background thread.
getCampaign() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets MesosferStoryline.Campaign.
getClientKey() - Method in class com.eyro.mesosfer.Mesosfer
Gets Mesosfer client key
getCode() - Method in exception com.eyro.mesosfer.MesosferException
Access the code for this error.
getColumn() - Method in class com.eyro.mesosfer.MesosferDataSchema
Gets the list of column for MesosferDataSchema.
getCountry() - Method in class com.eyro.mesosfer.MesosferUser
Gets country code.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferBeacon
This reports time as the server sees it, so that if you create a MesosferBeacon, then wait a while, and then call MesosferBeacon.saveAsync(SaveCallback), the creation time will be the time of the first MesosferBeacon.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferData
This reports time as the server sees it, so that if you create a MesosferData, then wait a while, and then call MesosferData.saveAsync(SaveCallback), the creation time will be the time of the first MesosferData.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferDataSchema
This reports time as the server sees it, so that if you create a MesosferDataSchema, then wait a while, and then call MesosferDataSchema.saveAsync(SaveCallback), the creation time will be the time of the first MesosferDataSchema.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferNotification
This reports time as the server sees it, so that if you create a MesosferNotification, then wait a while, and then call MesosferNotification.saveAsync(SaveCallback), the creation time will be the time of the first MesosferNotification.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferStoryline
This reports time as the server sees it, so that if you create a MesosferStoryline, then wait a while, and then call MesosferStoryline.saveAsync(SaveCallback), the creation time will be the time of the first MesosferStoryline.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
This reports time as the server sees it, so that if you create a MesosferStorylineDetail, then wait a while, and then call MesosferStorylineDetail.saveAsync(SaveCallback), the creation time will be the time of the first MesosferStorylineDetail.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCreatedAt() - Method in class com.eyro.mesosfer.MesosferUser
This reports time as the server sees it, so that if you create a MesosferUser, then wait a while, and then call MesosferUser.saveAsync(SaveCallback), the creation time will be the time of the first MesosferUser.saveAsync(SaveCallback) call rather than the time the object was created locally.
getCurrentUser() - Static method in class com.eyro.mesosfer.MesosferUser
This retrieves the currently logged in MesosferUser with a valid session, either from memory or disk if necessary.
getData() - Method in class com.eyro.mesosfer.MesosferBeacon
Gets the MesosferObject that already saved in MesosferBeacon.
getData() - Method in class com.eyro.mesosfer.MesosferData
Gets the MesosferObject that already saved in MesosferData.
getData() - Method in class com.eyro.mesosfer.MesosferUser
Gets the MesosferObject that already saved in MesosferUser.
getDataArray(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the JSONArray value from the MesosferData.getData() given key string.
getDataArray(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the JSONArray value from the MesosferUser.getData() given key string.
getDataBoolean(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Boolean value from the MesosferData.getData() given key string.
getDataBoolean(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Boolean value from the MesosferUser.getData() given key string.
getDataDate(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Date value from the MesosferData.getData() given key string.
getDataDate(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Date value from the MesosferUser.getData() given key string.
getDataDouble(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Double value from the MesosferData.getData() given key string.
getDataDouble(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Double value from the MesosferUser.getData() given key string.
getDataInteger(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Integer value from the MesosferData.getData() given key string.
getDataInteger(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Integer value from the MesosferUser.getData() given key string.
getDataLong(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Long value from the MesosferData.getData() given key string.
getDataLong(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Long value from the MesosferUser.getData() given key string.
getDataNumber(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the Number value from the MesosferData.getData() given key string.
getDataNumber(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the Number value from the MesosferUser.getData() given key string.
getDataObject(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the JSONObject value from the MesosferData.getData() given key string.
getDataObject(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the JSONObject value from the MesosferUser.getData() given key string.
getDataSchema() - Method in class com.eyro.mesosfer.MesosferData
Gets data MesosferDataSchema of this object.
getDataSchema() - Method in class com.eyro.mesosfer.MesosferUser
Gets data MesosferDataSchema of this object.
getDataString(String) - Method in class com.eyro.mesosfer.MesosferData
Gets the String value from the MesosferData.getData() given key string.
getDataString(String) - Method in class com.eyro.mesosfer.MesosferUser
Gets the String value from the MesosferUser.getData() given key string.
getDate(String) - Method in class com.eyro.mesosfer.MesosferObject
Returns the Date value mapped by name if it exists, coercing it if necessary, or throws if no such mapping exists.
getDay() - Method in enum com.eyro.mesosfer.MesosferStoryline.ShowDay
Gets day.
getDescription() - Method in class com.eyro.mesosfer.MesosferNotification
Gets description of notification.
getEmail() - Method in class com.eyro.mesosfer.MesosferUser
Retrieves the email address.
getEvent() - Method in class com.eyro.mesosfer.MesosferNotification
Gets the MesosferBeacon.Event that already saved in MesosferNotification.
getEvent() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets MesosferBeacon.Event.
getFirstName() - Method in class com.eyro.mesosfer.MesosferUser
Gets first name.
getInstance() - Static method in class com.eyro.mesosfer.Mesosfer
Gets the instance of Mesosfer library
getInstance() - Static method in class com.eyro.mesosfer.MesosferDateFormat
Gets the static instance of MesosferDateFormat
getLastName() - Method in class com.eyro.mesosfer.MesosferUser
Gets last name.
getMajor() - Method in class com.eyro.mesosfer.MesosferBeacon
Gets major number of beacon.
getMessage() - Method in class com.eyro.mesosfer.MesosferNotification
Gets the MesosferObject that already saved in MesosferNotification.
getMinor() - Method in class com.eyro.mesosfer.MesosferBeacon
Gets minor number of beacon.
getName() - Method in class com.eyro.mesosfer.MesosferBeacon
Gets name of beacon.
getName() - Method in class com.eyro.mesosfer.MesosferColumn
Gets the column name
getObjectId() - Method in class com.eyro.mesosfer.MesosferBeacon
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferData
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferDataSchema
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferNotification
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferStoryline
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Accessor to the object id.
getObjectId() - Method in class com.eyro.mesosfer.MesosferUser
Accessor to the object id.
getPhone() - Method in class com.eyro.mesosfer.MesosferUser
Gets phone.
getProximityUUID() - Method in class com.eyro.mesosfer.MesosferBeacon
Gets proximity UUID of beacon.
getQuery() - Static method in class com.eyro.mesosfer.MesosferBeacon
Constructs a query for MesosferBeacon.
getQuery(MesosferDataSchema) - Static method in class com.eyro.mesosfer.MesosferData
Constructs a query for MesosferData.
getQuery(String) - Static method in class com.eyro.mesosfer.MesosferData
Constructs a query for MesosferData.
getQuery() - Static method in class com.eyro.mesosfer.MesosferDataSchema
Constructs a query for MesosferDataSchema.
getQuery(String) - Static method in class com.eyro.mesosfer.MesosferDataSchema
Constructs a query for MesosferData.
getQuery() - Static method in class com.eyro.mesosfer.MesosferNotification
Constructs a query for MesosferNotification.
getQuery() - Static method in class com.eyro.mesosfer.MesosferStoryline
Constructs a query for MesosferStoryline.
getQuery() - Static method in class com.eyro.mesosfer.MesosferStorylineDetail
Constructs a query for MesosferStorylineDetail.
getQuery(MesosferStoryline) - Static method in class com.eyro.mesosfer.MesosferStorylineDetail
Constructs a query for MesosferStorylineDetail.
getQuery() - Static method in class com.eyro.mesosfer.MesosferUser
Constructs a query for MesosferUser.
getShowOn() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets show on.
getStoryline() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets MesosferStoryline object.
getTitle() - Method in class com.eyro.mesosfer.MesosferStoryline
Gets storyline title.
getType() - Method in class com.eyro.mesosfer.MesosferColumn
Gets the column type
getType() - Method in class com.eyro.mesosfer.MesosferNotification
Gets the MesosferNotification.Type that already saved in MesosferNotification.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferBeacon
This reports time as the server sees it, so that if you make changes to a MesosferBeacon, then wait a while, and then call MesosferBeacon.saveAsync(SaveCallback), the updated time will be the time of the MesosferBeacon.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferData
This reports time as the server sees it, so that if you make changes to a MesosferData, then wait a while, and then call MesosferData.saveAsync(SaveCallback), the updated time will be the time of the MesosferData.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferDataSchema
This reports time as the server sees it, so that if you make changes to a MesosferDataSchema, then wait a while, and then call MesosferDataSchema.saveAsync(SaveCallback), the updated time will be the time of the MesosferDataSchema.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferNotification
This reports time as the server sees it, so that if you make changes to a MesosferNotification, then wait a while, and then call MesosferNotification.saveAsync(SaveCallback), the updated time will be the time of the MesosferNotification.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferStoryline
This reports time as the server sees it, so that if you make changes to a MesosferStoryline, then wait a while, and then call MesosferStoryline.saveAsync(SaveCallback), the updated time will be the time of the MesosferStoryline.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
This reports time as the server sees it, so that if you make changes to a MesosferStorylineDetail, then wait a while, and then call MesosferStorylineDetail.saveAsync(SaveCallback), the updated time will be the time of the MesosferStorylineDetail.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUpdatedAt() - Method in class com.eyro.mesosfer.MesosferUser
This reports time as the server sees it, so that if you make changes to a MesosferUser, then wait a while, and then call MesosferUser.saveAsync(SaveCallback), the updated time will be the time of the MesosferUser.saveAsync(SaveCallback) call rather than the time the object was changed locally.
getUrlImageAndroid() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets url image android.
getUrlImageIOS() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets url image ios.
getUrlPage() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets url page.
getUrlVideo() - Method in class com.eyro.mesosfer.MesosferStorylineDetail
Gets url video.
getVersionName() - Method in class com.eyro.mesosfer.Mesosfer
Gets the current Mesosfer version library
A B C D E F G I L M N O P R S T U V W 
Skip navigation links