Interface IBinaryFileInput
-
public interface IBinaryFileInputModel for rest service method parameters. Represents an object with afileproperty that is a list ofIBinaryStringobjects. 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()
-
-