ar.com.fernandospr.wns.model
Class WnsNotificationRequestOptional

java.lang.Object
  extended by ar.com.fernandospr.wns.model.WnsNotificationRequestOptional

public class WnsNotificationRequestOptional
extends Object

Optional headers from http://msdn.microsoft.com/en-us/library/windows/apps/hh465435.aspx#send_notification_request


Field Summary
 String cachePolicy
          Should be any of WnsCachePolicyType
 String requestForStatus
          Should be any of WnsRequestForStatusType
 String tag
           
 String ttl
           
 
Constructor Summary
WnsNotificationRequestOptional()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachePolicy

public String cachePolicy
Should be any of WnsCachePolicyType


requestForStatus

public String requestForStatus
Should be any of WnsRequestForStatusType


tag

public String tag

ttl

public String ttl
Constructor Detail

WnsNotificationRequestOptional

public WnsNotificationRequestOptional()


Copyright © 2016. All Rights Reserved.