- registerDeserializer(Type, JsonDeserializer<T>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Registers a JsonDeserializer for the specified type
- registerSerializer(Type, JsonSerializer<T>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceClient
-
Registers a JsonSerializer for the specified type
- removeHeader(String) - Method in interface com.microsoft.windowsazure.mobileservices.ServiceFilterRequest
-
Remove Header from the request
- replace(MobileServiceQuery<?>, MobileServiceQuery<?>, MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
- replace(String, String, String) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
- replace(MobileServiceQuery<?>, MobileServiceQuery<?>, MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
- replace(String, String, String) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
Finds the second string parameter in the first parameter string value and
replaces it with the third parameter value.
- round(MobileServiceQuery<?>) - Method in class com.microsoft.windowsazure.mobileservices.MobileServiceQuery
-
The nearest integral value to the parameter value.
- round(MobileServiceQuery<?>) - Static method in class com.microsoft.windowsazure.mobileservices.MobileServiceQueryOperations
-
The nearest integral value to the parameter value.