Class AddOrganizationWatermarkContentLineJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddOrganizationWatermarkContentLineJson
- All Implemented Interfaces:
Serializable
public class AddOrganizationWatermarkContentLineJson extends BaseJson
Add content to a watermark.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddOrganizationWatermarkContentLineJson()
-
Method Summary
Modifier and Type Method Description String
getContent()
Content of the lineLineContentType
getContentType()
Type of linevoid
setContent(String content)
Content of the linevoid
setContentType(LineContentType contentType)
Type of lineMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddOrganizationWatermarkContentLineJson
public AddOrganizationWatermarkContentLineJson()
-
-
Method Details
-
getContentType
Type of line- Returns:
- Type of line
-
setContentType
Type of line- Parameters:
contentType
- Type of line
-
getContent
Content of the line- Returns:
- Content of the line
-
setContent
Content of the line- Parameters:
content
- Content of the line
-