Uses of Class
com.blackberry.workspaces.api.sdk.enums.Color
-
Packages that use Color Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of Color in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return Color Modifier and Type Method Description static Color
Color. valueOf(String name)
Returns the enum constant of this type with the specified name.static Color[]
Color. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Color in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return Color Modifier and Type Method Description Color
AddOrganizationWatermarkJson. getColor()
Color of the watermarkColor
EditOrganizationWatermarkJson. getColor()
Watermark colorColor
OrganizationWatermarkConfigJson. getColor()
Methods in com.blackberry.workspaces.api.sdk.json with parameters of type Color Modifier and Type Method Description void
AddOrganizationWatermarkJson. setColor(Color color)
Color of the watermarkvoid
EditOrganizationWatermarkJson. setColor(Color color)
Watermark colorvoid
OrganizationWatermarkConfigJson. setColor(Color color)
-