Class PermittedEntityFromUserJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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 typeMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
PermittedEntityFromUserJson
public PermittedEntityFromUserJson()
-
-
Method Details
-
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
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
The Entity type- Returns:
- The Entity type
-
setEntityType
The Entity type- Parameters:
entityType
- The Entity type
-