Uses of Class
com.blackberry.workspaces.sdk.api.enums.DownloadType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of DownloadType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return DownloadType Modifier and Type Method Description static DownloadType
DownloadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadType[]
DownloadType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DownloadType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DownloadType Modifier and Type Method Description DownloadType
ProtectorDownloadTypeResultJson. getDownloadType()
Download typeDownloadType
RoomEntityJson. getPermissionDownloadType()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type DownloadType Modifier and Type Method Description void
ProtectorDownloadTypeResultJson. setDownloadType(DownloadType downloadType)
Download typevoid
RoomEntityJson. setPermissionDownloadType(DownloadType permissionDownloadType)