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
All Methods Instance Methods Concrete Methods 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 content-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getContentType
public LineContentType getContentType()
The type of content- Returns:
- The type of content
-
setContentType
public void setContentType(LineContentType contentType)
The type of content- Parameters:
contentType
- The type of content
-
getContent
public String getContent()
Text of the watermark- Returns:
- Text of the watermark
-
setContent
public void setContent(String content)
Text of the watermark- Parameters:
content
- Text of the watermark
-
-