public class SimpleSubscription extends Object implements Subscription
| Constructor and Description |
|---|
SimpleSubscription(String user,
String mailbox) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMailbox()
Gets the name of the mailbox to which
the user is subscribed.
|
String |
getUser()
Gets the name of the subscribed user.
|
public String getMailbox()
SubscriptiongetMailbox in interface SubscriptionSubscription.getMailbox()public String getUser()
SubscriptiongetUser in interface SubscriptionSubscription.getUser()Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.