|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.client.RAMSubscription
public class RAMSubscription
Represents a subscription to a forum, topic, post, or an asset
| Nested Class Summary | |
|---|---|
static class |
RAMSubscription.Frequency
Constants for how frequently a user is notified of a subscription |
| Constructor Summary | |
|---|---|
RAMSubscription(java.lang.String subscriptionName,
RAMUser user)
Create a new Asset Subscription. |
|
| Method Summary | |
|---|---|
RAMAction |
getAction()
RAMAction.DELETE to remove this subscription RAMACtion.UPDATE to make changes to this subscription RAMACtion.CREATE to post this as a new subscription null to make no change on put of the asset. |
RAMSubscription.Frequency |
getFrequency()
|
java.lang.String |
getIdentifier()
|
java.lang.String |
getName()
|
java.lang.String |
getResourceURI()
Return the URL of the internal XML Resource representation of this asset. |
RAMUser |
getUser()
|
void |
setAction(RAMAction action)
RAMAction.DELETE to remove this subscription RAMACtion.UPDATE to make changes to this subscription RAMACtion.CREATE to post this as a new subscription null to make no change on put of the asset. |
void |
setFrequency(RAMSubscription.Frequency frequency)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RAMSubscription(java.lang.String subscriptionName,
RAMUser user)
| Method Detail |
|---|
public RAMUser getUser()
public RAMSubscription.Frequency getFrequency()
public void setFrequency(RAMSubscription.Frequency frequency)
frequency - The frequency to set.public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getIdentifier()
public RAMAction getAction()
public void setAction(RAMAction action)
public java.lang.String getResourceURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||