Class FlowScopeFile

java.lang.Object
com.aquima.interactions.framework.FlowScopeFile
All Implemented Interfaces:
Serializable

public class FlowScopeFile extends Object implements Serializable
See Also:
  • Constructor Details

    • FlowScopeFile

      public FlowScopeFile(String name, String mimeType, byte[] content)
  • Method Details

    • getName

      public String getName()
    • getMimeType

      public String getMimeType()
    • getContent

      public byte[] getContent()