Uses of Class
io.gs2.gateway.request.SendNotificationRequest
Packages that use SendNotificationRequest
-
Uses of SendNotificationRequest in io.gs2.gateway
Methods in io.gs2.gateway with parameters of type SendNotificationRequestModifier and TypeMethodDescriptionGs2GatewayRestClient.sendNotification(SendNotificationRequest request) Gs2GatewayWebSocketClient.sendNotification(SendNotificationRequest request) voidGs2GatewayRestClient.sendNotificationAsync(SendNotificationRequest request, AsyncAction<AsyncResult<SendNotificationResult>> callback) voidGs2GatewayWebSocketClient.sendNotificationAsync(SendNotificationRequest request, AsyncAction<AsyncResult<SendNotificationResult>> callback) -
Uses of SendNotificationRequest in io.gs2.gateway.request
Methods in io.gs2.gateway.request that return SendNotificationRequestModifier and TypeMethodDescriptionstatic SendNotificationRequestSendNotificationRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) SendNotificationRequest.withDuplicationAvoider(String duplicationAvoider) SendNotificationRequest.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) SendNotificationRequest.withNamespaceName(String namespaceName) SendNotificationRequest.withPayload(String payload) SendNotificationRequest.withSubject(String subject) SendNotificationRequest.withTimeOffsetToken(String timeOffsetToken) SendNotificationRequest.withUserId(String userId)