Uses of Class
com.blackberry.workspaces.api.sdk.enums.SuccessLevel
-
Packages that use SuccessLevel Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of SuccessLevel in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return SuccessLevel Modifier and Type Method Description static SuccessLevel
SuccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SuccessLevel[]
SuccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SuccessLevel in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return SuccessLevel Modifier and Type Method Description SuccessLevel
BulkOperationResultJson. getSuccess()
Indicates whether all operations completed successfully.Methods in com.blackberry.workspaces.api.sdk.json with parameters of type SuccessLevel Modifier and Type Method Description void
BulkOperationResultJson. setSuccess(SuccessLevel success)
Indicates whether all operations completed successfully.
-