Uses of Class
com.blackberry.workspaces.sdk.api.enums.LineContentType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of LineContentType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return LineContentType Modifier and Type Method Description static LineContentType
LineContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LineContentType[]
LineContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineContentType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return LineContentType Modifier and Type Method Description LineContentType
AddOrganizationWatermarkContentLineJson. getContentType()
Type of lineLineContentType
EditOrganizationWatermarkContentLineJson. getContentType()
The type of contentLineContentType
OrganizationWatermarkContentJson. getType()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type LineContentType Modifier and Type Method Description void
AddOrganizationWatermarkContentLineJson. setContentType(LineContentType contentType)
Type of linevoid
EditOrganizationWatermarkContentLineJson. setContentType(LineContentType contentType)
The type of contentvoid
OrganizationWatermarkContentJson. setType(LineContentType type)