Class EditOrganizationWatermarkContentLineJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditOrganizationWatermarkContentLineJson
- All Implemented Interfaces:
Serializable
public class EditOrganizationWatermarkContentLineJson extends BaseJson
An organizational watermark content line to be updated
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditOrganizationWatermarkContentLineJson()
-
Method Summary
Modifier and Type Method Description String
getContent()
Text of the watermarkLineContentType
getContentType()
The type of contentvoid
setContent(String content)
Text of the watermarkvoid
setContentType(LineContentType contentType)
The type of contentMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditOrganizationWatermarkContentLineJson
public EditOrganizationWatermarkContentLineJson()
-
-
Method Details
-
getContentType
The type of content- Returns:
- The type of content
-
setContentType
The type of content- Parameters:
contentType
- The type of content
-
getContent
Text of the watermark- Returns:
- Text of the watermark
-
setContent
Text of the watermark- Parameters:
content
- Text of the watermark
-