Class OrganizationWatermarkContentJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.OrganizationWatermarkContentJson
-
- All Implemented Interfaces:
Serializable
public class OrganizationWatermarkContentJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrganizationWatermarkContentJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
LineContentType
getType()
void
setText(String text)
void
setType(LineContentType type)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getText
public String getText()
-
setText
public void setText(String text)
-
getType
public LineContentType getType()
-
setType
public void setType(LineContentType type)
-
-