Class Attachment

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

public class Attachment extends Object
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details

    • getContents

      public byte[] getContents()
      Getter for contents
    • setContents

      public void setContents(byte[] contents)
      Setter for contents
    • withContents

      public Attachment withContents(byte[] contents)
      Fluent setter for contents
    • getName

      public String getName()
      Getter for name
    • setName

      public void setName(String name)
      Setter for name
    • withName

      public Attachment withName(String name)
      Fluent setter for name