Class UpdateOwnUserSettingsApiResponse
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.user.response.UpdateOwnUserSettingsApiResponse
Zulip API response class for updating own user settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the ist of parameters sent in the request that are not supported by the target endpoint.Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
getResponseCode, getResponseMessage, isPartiallyCompleted, isSuccess
-
Constructor Details
-
UpdateOwnUserSettingsApiResponse
public UpdateOwnUserSettingsApiResponse()
-
-
Method Details
-
getIgnoredParametersUnsupported
Description copied from class:ZulipApiResponse
Gets the ist of parameters sent in the request that are not supported by the target endpoint. Will be null if no parameters were ignored or if the request was made to a Zulip server with a version less than 7.0.- Overrides:
getIgnoredParametersUnsupported
in classZulipApiResponse
- Returns:
- The list of ignored parameters that are not supported by the request target endpoint
-