Class GetAllAlertWordsApiRequest

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.user.request.GetAllAlertWordsApiRequest
All Implemented Interfaces:
ExecutableApiRequest<List<String>>

public class GetAllAlertWordsApiRequest extends ZulipApiRequest implements ExecutableApiRequest<List<String>>
Zulip API request builder for getting all user alert words.
See Also: