Class UpdateRealmNewUserDefaultSettingsApiResponse
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.server.response.UpdateRealmNewUserDefaultSettingsApiResponse
Zulip API response class for updating realm level default settings for new users.
- 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
-
UpdateRealmNewUserDefaultSettingsApiResponse
public UpdateRealmNewUserDefaultSettingsApiResponse()
-
-
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
-