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
All Methods Instance Methods Concrete Methods 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 list-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAddress
public String getAddress()
Organization address- Returns:
- Organization address
-
setAddress
public void setAddress(String address)
Organization address- Parameters:
address
- Organization address
-
getOrganizationName
public String getOrganizationName()
Organization name for list- Returns:
- Organization name for list
-
setOrganizationName
public void setOrganizationName(String organizationName)
Organization name for list- Parameters:
organizationName
- Organization name for list
-
getMembers
public MembersJson getMembers()
-
setMembers
public void setMembers(MembersJson members)
-
getName
public String getName()
List name- Returns:
- List name
-
setName
public void setName(String name)
List name- Parameters:
name
- List name
-
getLastLogDate
public Date getLastLogDate()
Date of last log entry for list- Returns:
- Date of last log entry for list
-
setLastLogDate
public void setLastLogDate(Date lastLogDate)
Date of last log entry for list- Parameters:
lastLogDate
- Date of last log entry for list
-
getDescription
public String getDescription()
List description- Returns:
- List description
-
setDescription
public void setDescription(String description)
List description- Parameters:
description
- List description
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getCreationDate
public Date getCreationDate()
List creation date- Returns:
- List creation date
-
setCreationDate
public void setCreationDate(Date creationDate)
List creation date- Parameters:
creationDate
- List creation date
-
-