Interface IBinaryFileInput
public interface IBinaryFileInput
Model for rest service method parameters. Represents an object with a
file property that is a list of
IBinaryString objects. You can extend this interface to add additional properties.- Since:
- 8.2.0
-
Method Summary
-
Method Details
-
getFile
List<IBinaryString> getFile()
-