Class FlowScopeFile
- java.lang.Object
-
- com.aquima.interactions.framework.FlowScopeFile
-
- All Implemented Interfaces:
Serializable
public class FlowScopeFile extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowScopeFile(String name, String mimeType, byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
String
getMimeType()
String
getName()
-