Class EditOrganizationWatermarkContentLineJson

  • All Implemented Interfaces:
    Serializable

    public class EditOrganizationWatermarkContentLineJson
    extends BaseJson
    An organizational watermark content line to be updated
    See Also:
    Serialized Form
    • Constructor Detail

      • EditOrganizationWatermarkContentLineJson

        public EditOrganizationWatermarkContentLineJson()
    • 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