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