Uses of Class
com.blackberry.workspaces.api.sdk.enums.ProtectAnywhereTemplateName
-
Packages that use ProtectAnywhereTemplateName Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of ProtectAnywhereTemplateName in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return ProtectAnywhereTemplateName Modifier and Type Method Description static ProtectAnywhereTemplateName
ProtectAnywhereTemplateName. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtectAnywhereTemplateName[]
ProtectAnywhereTemplateName. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProtectAnywhereTemplateName in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return ProtectAnywhereTemplateName Modifier and Type Method Description ProtectAnywhereTemplateName
WorkspaceProtectorSettingsJson. getTemplateName()
Template nameMethods in com.blackberry.workspaces.api.sdk.json with parameters of type ProtectAnywhereTemplateName Modifier and Type Method Description void
WorkspaceProtectorSettingsJson. setTemplateName(ProtectAnywhereTemplateName templateName)
Template name
-