Uses of Class
io.gs2.gateway.request.SendMobileNotificationByUserIdRequest
Packages that use SendMobileNotificationByUserIdRequest
-
Uses of SendMobileNotificationByUserIdRequest in io.gs2.gateway
Methods in io.gs2.gateway with parameters of type SendMobileNotificationByUserIdRequestModifier and TypeMethodDescriptionGs2GatewayRestClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) Gs2GatewayWebSocketClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) voidGs2GatewayRestClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request, AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) voidGs2GatewayWebSocketClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request, AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) -
Uses of SendMobileNotificationByUserIdRequest in io.gs2.gateway.request
Methods in io.gs2.gateway.request that return SendMobileNotificationByUserIdRequestModifier and TypeMethodDescriptionSendMobileNotificationByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) SendMobileNotificationByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) SendMobileNotificationByUserIdRequest.withNamespaceName(String namespaceName) SendMobileNotificationByUserIdRequest.withPayload(String payload) SendMobileNotificationByUserIdRequest.withSubject(String subject) SendMobileNotificationByUserIdRequest.withUserId(String userId)