Class Content

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.messaging.Content

public class Content extends Object
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • getBody

      public String getBody()
      Getter for body
    • setBody

      public void setBody(String body)
      Setter for body
    • withBody

      public Content withBody(String body)
      Fluent setter for body
    • getContentRole

      public ContentRole getContentRole()
      Getter for contentRole
    • setContentRole

      public void setContentRole(ContentRole contentRole)
      Setter for contentRole
    • withContentRole

      public Content withContentRole(ContentRole contentRole)
      Fluent setter for contentRole