Class ListOrganizationBlacklistingResultJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ListOrganizationBlacklistingResultJson
-
- All Implemented Interfaces:
Serializable
public class ListOrganizationBlacklistingResultJson extends BaseJson
Results from listing an organization's blacklist entries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListOrganizationBlacklistingResultJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPermittedEntityAddress()
String
getPermittedEntityName()
EntityType
getPermittedEntityType()
void
setPermittedEntityAddress(String permittedEntityAddress)
void
setPermittedEntityName(String permittedEntityName)
void
setPermittedEntityType(EntityType permittedEntityType)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPermittedEntityAddress
public String getPermittedEntityAddress()
-
setPermittedEntityAddress
public void setPermittedEntityAddress(String permittedEntityAddress)
-
getPermittedEntityType
public EntityType getPermittedEntityType()
-
setPermittedEntityType
public void setPermittedEntityType(EntityType permittedEntityType)
-
getPermittedEntityName
public String getPermittedEntityName()
-
setPermittedEntityName
public void setPermittedEntityName(String permittedEntityName)
-
-