public class Member extends Parameter
| Constructor and Description |
|---|
Member(AddressList aList) |
Member(java.lang.String aValue) |
| Modifier and Type | Method and Description |
|---|---|
AddressList |
getGroups() |
java.lang.String |
getValue() |
public Member(java.lang.String aValue)
throws java.net.URISyntaxException
aValue - a string representation of a group or list membershipjava.net.URISyntaxException - when the specified string is not a valid list of (quoted) cal-addressespublic Member(AddressList aList)
aList - a list of groupspublic final AddressList getGroups()