Class UpdateStreamSubscriptionSettingsApiResponse

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiResponse
com.github.jamesnetherton.zulip.client.api.stream.response.UpdateStreamSubscriptionSettingsApiResponse

public class UpdateStreamSubscriptionSettingsApiResponse extends ZulipApiResponse
Zulip API response class for updating stream subscription settings.
See Also:
  • Constructor Details

    • UpdateStreamSubscriptionSettingsApiResponse

      public UpdateStreamSubscriptionSettingsApiResponse()
  • 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