Uses of Class
io.gs2.gateway.result.SendMobileNotificationByUserIdResult
Packages that use SendMobileNotificationByUserIdResult
-
Uses of SendMobileNotificationByUserIdResult in io.gs2.gateway
Methods in io.gs2.gateway that return SendMobileNotificationByUserIdResultModifier and TypeMethodDescriptionGs2GatewayRestClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) Gs2GatewayWebSocketClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) Method parameters in io.gs2.gateway with type arguments of type SendMobileNotificationByUserIdResultModifier and TypeMethodDescriptionvoidGs2GatewayRestClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request, AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) voidGs2GatewayWebSocketClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request, AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) -
Uses of SendMobileNotificationByUserIdResult in io.gs2.gateway.result
Methods in io.gs2.gateway.result that return SendMobileNotificationByUserIdResultModifier and TypeMethodDescriptionSendMobileNotificationByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data)