Class PermittedEntityToUserJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.PermittedEntityToUserJson
-
- All Implemented Interfaces:
Serializable
public class PermittedEntityToUserJson extends BaseJson
Permitted entity to user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermittedEntityToUserJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.EntityType
getEntityType()
The Entity typeString
getIdentifier()
Only for workspace groups - another identifier to add to the group.String
getName()
The entity's name, for groups/distribution-lists use this field when calling other APIs.void
setAddress(String address)
The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.void
setEntityType(EntityType entityType)
The Entity typevoid
setIdentifier(String identifier)
Only for workspace groups - another identifier to add to the group.void
setName(String name)
The entity's name, for groups/distribution-lists use this field when calling other APIs.-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.- Returns:
- Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
-
setIdentifier
public void setIdentifier(String identifier)
Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.- Parameters:
identifier
- Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
-
getAddress
public String getAddress()
The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.- Returns:
- The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
-
setAddress
public void setAddress(String address)
The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.- Parameters:
address
- The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
-
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
-
getName
public String getName()
The entity's name, for groups/distribution-lists use this field when calling other APIs.- Returns:
- The entity's name, for groups/distribution-lists use this field when calling other APIs.
-
setName
public void setName(String name)
The entity's name, for groups/distribution-lists use this field when calling other APIs.- Parameters:
name
- The entity's name, for groups/distribution-lists use this field when calling other APIs.
-
-