- second(MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
The second component value of the parameter value.
- second(String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
The second component value of the parameter value.
- second(MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
The second component value of the parameter value.
- second(String) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
The second component value of the parameter value.
- select(String...) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Specifies the fields to retrieve
- ServiceFilter - Interface in com.microsoft.windowsazure.mobileservices
-
The service filter can be used to manipulate requests and responses in the
HTTP pipeline used by the MobileServiceClient.
- ServiceFilterRequest - Interface in com.microsoft.windowsazure.mobileservices
-
Represents an HTTP request that can be manipulated by ServiceFilters
- ServiceFilterResponse - Interface in com.microsoft.windowsazure.mobileservices
-
Represents an HTTP response that can be manipulated by ServiceFilters
- ServiceFilterResponseCallback - Interface in com.microsoft.windowsazure.mobileservices
-
Callback to invoke after processing the ServiceFilters and executing the
request
- ServiceFilterResponseImpl - Class in com.microsoft.windowsazure.mobileservices
-
ServiceFilterResponse implementation
- ServiceFilterResponseImpl(HttpResponse) - Constructor for class com.microsoft.windowsazure.mobileservices.ServiceFilterResponseImpl
-
Constructor
- setAndroidHttpClientFactory(AndroidHttpClientFactory) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Sets the AndroidHttpClientFactory
- setAuthenticationToken(String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceUser
-
Sets the authentication token for the user
- setContent(String) - Method in interface com.microsoft.windowsazure.mobileservices.ServiceFilterRequest
-
Sets request content
- setContent(byte[]) - Method in interface com.microsoft.windowsazure.mobileservices.ServiceFilterRequest
-
Sets request content
- setContext(Context) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Sets the Context object for the MobileServiceClient
- setCurrentUser(MobileServiceUser) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Sets a user to authenticate the Mobile Service operations
- setGsonBuilder(GsonBuilder) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Sets the GsonBuilder used to in JSON Serialization/Deserialization
- setItem(Object) - Method in exception com.microsoft.windowsazure.mobileservices.MobileServicePreconditionFailedException
-
- setQueryText(String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Sets the main text of the query
- setSystemProperties(EnumSet<MobileServiceSystemProperty>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceTable
-
- setUrl(String) - Method in interface com.microsoft.windowsazure.mobileservices.ServiceFilterRequest
-
Sets the request's URL
- setUserId(String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceUser
-
Sets the user's id
- setValue(JsonObject) - Method in exception com.microsoft.windowsazure.mobileservices.MobileServicePreconditionFailedExceptionBase
-
- skip(int) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Sets the number of records to skip over a given number of elements in a
sequence and then return the remainder.
- startsWith(MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Whether the beginning of the first parameter values matches the second
parameter value.
- startsWith(String, String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Whether the beginning of the first parameter values matches the second
parameter value.
- startsWith(MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Whether the beginning of the first parameter values matches the second
parameter value.
- startsWith(String, String) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Whether the beginning of the first parameter values matches the second
parameter value.
- sub() - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Subtract operator.
- sub(MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Subtract operator.
- sub(Number) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Subtract operator.
- sub() - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Subtract operator.
- sub(MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Subtract operator.
- sub(Number) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Subtract operator.
- subString(MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(String, int) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(MobileServiceQuery<?>, MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(String, int, int) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(String, int) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(MobileServiceQuery<?>, MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subString(String, int, int) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
String value starting at the character index specified by the second
parameter value in the first parameter string value.
- subStringOf(MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Whether the first parameter string value occurs in the second parameter
string value.
- subStringOf(String, String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Whether the string parameter occurs in the field
- subStringOf(MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Whether the first parameter string value occurs in the second parameter
string value.
- subStringOf(String, String) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Whether the string parameter occurs in the field