Uses of Class
com.blackberry.workspaces.api.sdk.enums.LogActionType
-
Packages that use LogActionType Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of LogActionType in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return LogActionType Modifier and Type Method Description static LogActionType
LogActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogActionType[]
LogActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogActionType in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return LogActionType Modifier and Type Method Description LogActionType
CreateIManageActivityLogRecordJson. getType()
Type of log actionLogActionType
CreateTransientActivityLogRecordJson. getType()
Type of log actionMethods in com.blackberry.workspaces.api.sdk.json with parameters of type LogActionType Modifier and Type Method Description void
CreateIManageActivityLogRecordJson. setType(LogActionType type)
Type of log actionvoid
CreateTransientActivityLogRecordJson. setType(LogActionType type)
Type of log action
-