Interface IBinaryFileInput
-
public interface IBinaryFileInput
Model for rest service method parameters. Represents an object with afile
property that is a list ofIBinaryString
objects. You can extend this interface to add additional properties.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IBinaryString>
getFile()
-
-
-
Method Detail
-
getFile
List<IBinaryString> getFile()
-
-