Class DistributionListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DistributionListJson
- All Implemented Interfaces:
Serializable
public class DistributionListJson extends BaseJson
Details of a single distribution list
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DistributionListJson()
-
Method Summary
Modifier and Type Method Description String
getAddress()
Organization addressDate
getCreationDate()
List creation dateString
getDescription()
List descriptionInteger
getId()
Date
getLastLogDate()
Date of last log entry for listMembersJson
getMembers()
String
getName()
List nameString
getOrganizationName()
Organization name for listvoid
setAddress(String address)
Organization addressvoid
setCreationDate(Date creationDate)
List creation datevoid
setDescription(String description)
List descriptionvoid
setId(Integer id)
void
setLastLogDate(Date lastLogDate)
Date of last log entry for listvoid
setMembers(MembersJson members)
void
setName(String name)
List namevoid
setOrganizationName(String organizationName)
Organization name for listMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DistributionListJson
public DistributionListJson()
-
-
Method Details
-
getAddress
Organization address- Returns:
- Organization address
-
setAddress
Organization address- Parameters:
address
- Organization address
-
getOrganizationName
Organization name for list- Returns:
- Organization name for list
-
setOrganizationName
Organization name for list- Parameters:
organizationName
- Organization name for list
-
getMembers
-
setMembers
-
getLastLogDate
Date of last log entry for list- Returns:
- Date of last log entry for list
-
setLastLogDate
Date of last log entry for list- Parameters:
lastLogDate
- Date of last log entry for list
-
getName
List name- Returns:
- List name
-
setName
List name- Parameters:
name
- List name
-
getDescription
List description- Returns:
- List description
-
setDescription
List description- Parameters:
description
- List description
-
getId
-
setId
-
getCreationDate
List creation date- Returns:
- List creation date
-
setCreationDate
List creation date- Parameters:
creationDate
- List creation date
-