net.rim.pushsdk.subscription.web
Class SuspendRequest
java.lang.Object
net.rim.pushsdk.subscription.web.BaseRequest
net.rim.pushsdk.subscription.web.SuspendRequest
- All Implemented Interfaces:
- Serializable
public class SuspendRequest
- extends BaseRequest
Represents the details of an HTTP request from a suspend subscription.
- Author:
- mdandrea
- See Also:
- Serialized Form
SuspendRequest
public SuspendRequest()
- Constructs a suspend request.
SuspendRequest
public SuspendRequest(String pushApplicationId,
String subscriberId)
- Constructs a suspend request with the given app id and subscriber id.
- Parameters:
pushApplicationId - the app id of a push applicationsubscriberId - the id of a subscriber to a push application
Copyright © 2011 Research In Motion. All Rights Reserved.