public class Subscription
extends java.lang.Object
SubscriptionManager.
Instances of this class are returned by the methods exposed in
SubscriptionManager.SubscriptionManager| Constructor and Description |
|---|
Subscription(java.lang.String scopeGuid,
java.lang.String serviceId,
java.lang.String objectType,
java.lang.String objectId,
java.lang.String objectName,
java.lang.String userId,
java.util.Date creationDate,
java.lang.String scopeName)
Constructor to create an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreationDate()
Returns the creation date of this subscription object.
|
java.lang.String |
getObjectId()
Returns the object ID of this subscription object.
|
java.lang.String |
getObjectName()
Returns the object name of this subscription object.
|
java.lang.String |
getObjectType()
Returns the object type of this subscription object.
|
java.lang.String |
getScopeGuid()
Returns the scope of this subscription object.
|
java.lang.String |
getScopeName()
Returns the scope of this subscription object.
|
java.lang.String |
getServiceId()
Returns the sevice ID of this subscription object.
|
java.lang.String |
getServiceName()
Returns the sevice name of this subscription object.
|
java.lang.String |
getUserId()
Returns the user for this subscription object.
|
public Subscription(java.lang.String scopeGuid,
java.lang.String serviceId,
java.lang.String objectType,
java.lang.String objectId,
java.lang.String objectName,
java.lang.String userId,
java.util.Date creationDate,
java.lang.String scopeName)
public java.lang.String getScopeGuid()
public java.lang.String getScopeName()
public java.lang.String getServiceId()
public java.lang.String getServiceName()
throws NotificationServiceException
NotificationServiceExceptionpublic java.lang.String getObjectType()
throws NotificationServiceException
NotificationServiceExceptionpublic java.lang.String getObjectId()
public java.lang.String getObjectName()
public java.lang.String getUserId()
public java.util.Date getCreationDate()