Uses of Class
com.blackberry.workspaces.sdk.api.enums.PermissionTemplateType
-
Packages that use PermissionTemplateType Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of PermissionTemplateType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return PermissionTemplateType Modifier and Type Method Description static PermissionTemplateType
PermissionTemplateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PermissionTemplateType[]
PermissionTemplateType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PermissionTemplateType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return PermissionTemplateType Modifier and Type Method Description PermissionTemplateType
AggregatedPermissionTemplateJson. getTemplateType()
Type of templateMethods in com.blackberry.workspaces.sdk.api.json with parameters of type PermissionTemplateType Modifier and Type Method Description void
AggregatedPermissionTemplateJson. setTemplateType(PermissionTemplateType templateType)
Type of template
-