- includeInlineCount() - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
The inlinecount property specifies whether or not to retrieve a property
with the number of records returned.
- indexOf(MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
- indexOf(String, String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
- indexOf(MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
- indexOf(String, String) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Index of the first occurrence of the second parameter value in the first
parameter value or -1 otherwise.
- insert(JsonObject, TableJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceJsonTable
-
Inserts a JsonObject into a Mobile Service table
- insert(JsonObject, List<<any>>, TableJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceJsonTable
-
Inserts a JsonObject into a Mobile Service Table
- insert(E, TableOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceTable
-
Inserts an entity into a Mobile Service Table
- insert(E, List<<any>>, TableOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceTable
-
Inserts an entity into a Mobile Service Table
- invokeApi(String, Class<E>, ApiOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API using POST HTTP method
- invokeApi(String, Object, Class<E>, ApiOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API using POST HTTP method
- invokeApi(String, String, List<<any>>, Class<E>, ApiOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API
- invokeApi(String, Object, String, List<<any>>, Class<E>, ApiOperationCallback<E>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API
- invokeApi(String, ApiJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API using POST HTTP method
- invokeApi(String, JsonElement, ApiJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API using POST HTTP method
- invokeApi(String, String, List<<any>>, ApiJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API
- invokeApi(String, JsonElement, String, List<<any>>, ApiJsonOperationCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Invokes a custom API
- invokeApi(String, byte[], String, List<<any>>, List<<any>>, ServiceFilterResponseCallback) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
- isLoginInProgress() - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Indicates if a login operation is in progress