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