|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.collaboration.data.UnsubscribeInfo
The UnsubscribeInfo
class contains the data used to unsubscribe to teamspace event notifications.
UnsubscribeInfo objects are parameters to the UserSubscriptionManager method updateSubscriptions
.
UserSubscriptionManager
, Serialized FormConstructor Summary | |
protected |
UnsubscribeInfo()
|
|
UnsubscribeInfo(java.lang.String subscriptionID)
|
Method Summary | |
java.lang.String |
getSubscriptionID()
Returns a GUID that specifies the Content Engine object ID of a Collaboration Subscription object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected UnsubscribeInfo()
public UnsubscribeInfo(java.lang.String subscriptionID)
Method Detail |
public java.lang.String getSubscriptionID()
String
value that holds the ID of a Collaboration Subscription object.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |