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

S

save() - Method in interface com.parse4cn1.Parse.IPersistable
Saves the object.
save() - Method in class com.parse4cn1.ParseFile
 
save(ProgressCallback) - Method in class com.parse4cn1.ParseFile
Synchronously saves the file to the Parse cloud with progress notifications sent to the provided progressCallback.
save() - Method in class com.parse4cn1.ParseObject
 
SaveCallback - Class in com.parse4cn1.callback
 
SaveCallback() - Constructor for class com.parse4cn1.callback.SaveCallback
 
selectKeys(Collection<String>) - Method in class com.parse4cn1.ParseQuery
Restrict the fields of returned ParseObjects to only include the provided keys.
send() - Method in class com.parse4cn1.ParsePush
Sends this push notification while blocking this thread until the push notification has successfully reached the Parse servers.
SendCallback - Class in com.parse4cn1.callback
 
SendCallback() - Constructor for class com.parse4cn1.callback.SendCallback
 
SESSION_MISSING - Static variable in exception com.parse4cn1.ParseException
 
setBadge(int) - Method in interface com.parse4cn1.nativeinterface.ParsePushNative
Sets the value of the icon badge for iOS apps.
setBadge(int) - Method in class com.parse4cn1.ParseInstallation
(iOS only) Sets the app batch that is shown on the app icon to the specified count for this installation.
setBadge(String) - Method in class com.parse4cn1.ParsePush
(iOS only) Sets the value indicated in the top right corner of the app icon.
setCaseSensitive(boolean) - Method in class com.parse4cn1.ParseQuery
Determines whether string constraints should be case-sensitive (default) or case-insensitive.
setCategory(String) - Method in class com.parse4cn1.ParsePush
(iOS only) Sets the identifier of the UIUserNotificationCategory for this push notification.
setChannel(String) - Method in class com.parse4cn1.ParsePush
Sets the channel on which this push notification will be sent.
setChannels(Collection<String>) - Method in class com.parse4cn1.ParsePush
Sets the collection of channels on which this push notification will be sent.
setConnectionError(int, String) - Method in class com.parse4cn1.command.ParseResponse
Sets the backend error.
setConnectionError(ParseException) - Method in class com.parse4cn1.command.ParseResponse
 
setContentAvailable(boolean) - Method in class com.parse4cn1.ParsePush
(iOS only) If you are a writing a Newsstand app, or an app using the Remote Notification Background Mode introduced in iOS7 (a.k.a.
setContentType(String) - Method in class com.parse4cn1.command.ParseUploadCommand
 
setContentType(String) - Method in class com.parse4cn1.ParseFile
Sets the content type associated with this file.
setCreatedAt(Date) - Method in class com.parse4cn1.ParseObject
 
setData(byte[]) - Method in class com.parse4cn1.command.ParseUploadCommand
 
setData(byte[]) - Method in class com.parse4cn1.ParseFile
Sets the data associated with this object which also causes the object to become dirty.
setData(JSONObject) - Method in class com.parse4cn1.ParseObject
Sets the data for this ParseObject.
setData(JSONObject) - Method in class com.parse4cn1.ParsePush
Sets the entire data of the push message.
setData(String, String) - Method in class com.parse4cn1.ParsePush
Sets a data field in the push message.
setData(JSONObject) - Method in class com.parse4cn1.ParseUser
 
setDirty(boolean) - Method in interface com.parse4cn1.Parse.IPersistable
Sets the dirty flag.
setDirty(boolean) - Method in class com.parse4cn1.ParseFile
 
setDirty(boolean) - Method in class com.parse4cn1.ParseObject
 
setEmail(String) - Method in class com.parse4cn1.ParseUser
 
setEndPoint(String) - Method in class com.parse4cn1.ParseObject
 
setExpirationTime(Date) - Method in class com.parse4cn1.ParsePush
Sets a UNIX epoch timestamp at which this notification should expire, in seconds (UTC).
setExpirationTimeInterval(long) - Method in class com.parse4cn1.ParsePush
Sets the time interval after which this notification should expire, in seconds.
SetFieldOperation - Class in com.parse4cn1.operation
This class defines an operation to set the value of a field (key) of a ParseObject.
SetFieldOperation(Object) - Constructor for class com.parse4cn1.operation.SetFieldOperation
 
setInstallationObjectId(String) - Static method in class com.parse4cn1.ParseInstallation
Sets the object ID of the current installation.
setLatitude(double) - Method in class com.parse4cn1.ParseGeoPoint
Set latitude.
setLimit(int) - Method in class com.parse4cn1.ParseQuery
Controls the maximum number of results that are returned.
setLogLevel(int) - Method in class com.parse4cn1.util.Logger
Sets the desired log level.
setLongitude(double) - Method in class com.parse4cn1.ParseGeoPoint
Set longitude.
setMessage(String) - Method in class com.parse4cn1.ParsePush
Sets the message that will be shown in the notification.
setMessageBody(JSONObject) - Method in class com.parse4cn1.command.ParseCommand
Sets the message body data for the HTTP request.
setName(String) - Method in class com.parse4cn1.ParseFile
Sets the file's name.
setName(String) - Method in class com.parse4cn1.ParseRole
 
setObjectId(String) - Method in class com.parse4cn1.ParseObject
Setter for the object id.
setPassword(String) - Method in class com.parse4cn1.ParseUser
 
setProgressCallback(ProgressCallback) - Method in class com.parse4cn1.command.ParseCommand
Sets a callback to be notified of the progress of this command when it is performed.
setPushCallback(ParsePush.IPushCallback) - Static method in class com.parse4cn1.ParsePush
Sets the push callback.
setPushTime(Date) - Method in class com.parse4cn1.ParsePush
Schedules this push message for the specified time.
setQuery(ParseQuery<ParseInstallation>) - Method in class com.parse4cn1.ParsePush
Sets the query for this push for which this push notification will be sent.
setReservedKey(String, Object) - Method in class com.parse4cn1.ParseObject
 
setSessionToken(String) - Method in class com.parse4cn1.ParseUser
 
setSkip(int) - Method in class com.parse4cn1.ParseQuery
Controls the number of results to setSkip before returning any results.
setSound(String) - Method in class com.parse4cn1.ParsePush
(iOS only) Sets the name of a sound file in the application bundle.
setTitle(String) - Method in class com.parse4cn1.ParsePush
(Android only) Sets the value displayed in the Android system tray notification.
setUpdatedAt(Date) - Method in class com.parse4cn1.ParseObject
 
setupDefaultHeaders() - Method in class com.parse4cn1.command.ParseCommand
Adds the default headers (e.g., ParseConstants.HEADER_APPLICATION_ID and ParseConstants.HEADER_CLIENT_KEY) associated with Parse REST API calls and (@Link ParseConstants#HEADER_SESSION_TOKEN) if there is a current user.
setUri(String) - Method in class com.parse4cn1.ParsePush
(Android only) Sets an optional field that contains a URI.
setUrl(String) - Method in class com.parse4cn1.ParseFile
Sets the URL of the uploaded Parse file.
setUsername(String) - Method in class com.parse4cn1.ParseUser
Sets the username.
showLog() - Method in class com.parse4cn1.util.Logger
Creates and shows a form that contains the log data and an option to refresh it.
signUp() - Method in class com.parse4cn1.ParseUser
Signs up a new user.
SignUpCallback - Class in com.parse4cn1.callback
 
SignUpCallback() - Constructor for class com.parse4cn1.callback.SignUpCallback
 
subscribeToChannel(String) - Method in class com.parse4cn1.ParseInstallation
Subscribes this device to the specified channel.
subscribeToChannels(List<String>) - Method in class com.parse4cn1.ParseInstallation
Subscribes this device to the specified channels.
A C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links