Class UpdateOwnUserSettingsApiResponse

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.user.response.UpdateOwnUserSettingsApiResponse

public class UpdateOwnUserSettingsApiResponse extends ZulipApiResponse
Zulip API response class for updating own user settings.
See Also:
  • Constructor Details

    • UpdateOwnUserSettingsApiResponse

      public UpdateOwnUserSettingsApiResponse()
  • Method Details

    • getIgnoredParametersUnsupported

      public List<String> 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 class ZulipApiResponse
      Returns:
      The list of ignored parameters that are not supported by the request target endpoint