Uses of Class
ar.com.fernandospr.wns.model.WnsRaw

Packages that use WnsRaw
ar.com.fernandospr.wns   
ar.com.fernandospr.wns.model.builders   
 

Uses of WnsRaw in ar.com.fernandospr.wns
 

Methods in ar.com.fernandospr.wns with parameters of type WnsRaw
 List<WnsNotificationResponse> WnsService.pushRaw(List<String> channelUris, WnsNotificationRequestOptional optional, WnsRaw raw)
          Pushes a raw message to channelUris using optional headers
 List<WnsNotificationResponse> WnsService.pushRaw(List<String> channelUris, WnsRaw raw)
          Pushes a raw message to channelUris
 WnsNotificationResponse WnsService.pushRaw(String channelUri, WnsNotificationRequestOptional optional, WnsRaw raw)
          Pushes a raw message to channelUri using optional headers
 WnsNotificationResponse WnsService.pushRaw(String channelUri, WnsRaw raw)
          Pushes a badge to channelUri
 

Uses of WnsRaw in ar.com.fernandospr.wns.model.builders
 

Methods in ar.com.fernandospr.wns.model.builders that return WnsRaw
 WnsRaw WnsRawBuilder.build()
           
 



Copyright © 2016. All Rights Reserved.