Class PermittedEntityFromUserJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.PermittedEntityFromUserJson
-
- All Implemented Interfaces:
Serializable
public class PermittedEntityFromUserJson extends BaseJson
A permitted entity from a user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermittedEntityFromUserJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address to identify the entity by (name for groups/distribution lists).EntityType
getEntityType()
The Entity typevoid
setAddress(String address)
The address to identify the entity by (name for groups/distribution lists).void
setEntityType(EntityType entityType)
The Entity type-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getAddress
public String getAddress()
The address to identify the entity by (name for groups/distribution lists).- Returns:
- The address to identify the entity by (name for groups/distribution lists).
-
setAddress
public void setAddress(String address)
The address to identify the entity by (name for groups/distribution lists).- Parameters:
address
- The address to identify the entity by (name for groups/distribution lists).
-
getEntityType
public EntityType getEntityType()
The Entity type- Returns:
- The Entity type
-
setEntityType
public void setEntityType(EntityType entityType)
The Entity type- Parameters:
entityType
- The Entity type
-
-