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