Class SendE2EMobilePushTestNotification
java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.server.request.SendE2EMobilePushTestNotification
- All Implemented Interfaces:
VoidExecutableApiRequest
public class SendE2EMobilePushTestNotification
extends ZulipApiRequest
implements VoidExecutableApiRequest
Zulip API request builder for sending E2E mobile push test notifications.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executes the Zulip API request for sending E2E mobile push test notifications.pushAccountId
(String pushAccountId) Sets the push account id for the device to send the test notification.Methods inherited from class com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
client, getParam, getParam, getParams, putParam, putParamAsJsonString, putParamAsWrappedObject
-
Field Details
-
PUSH_ACCOUNT_ID
- See Also:
-
-
Constructor Details
-
SendE2EMobilePushTestNotification
Constructs aSendE2EMobilePushTestNotification
.- Parameters:
client
- The Zulip HTTP client
-
-
Method Details
-
pushAccountId
Sets the push account id for the device to send the test notification.- Parameters:
pushAccountId
- The push account id- Returns:
- This
SendE2EMobilePushTestNotification
instance - See Also:
-
execute
Executes the Zulip API request for sending E2E mobile push test notifications.- Specified by:
execute
in interfaceVoidExecutableApiRequest
- Throws:
ZulipClientException
- if the request was not successful
-