Uses of Class
co.arago.hiro.client.rest.GraphAPI.PostBlobCommand
-
Packages that use GraphAPI.PostBlobCommand Package Description co.arago.hiro.client.rest -
-
Uses of GraphAPI.PostBlobCommand in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return GraphAPI.PostBlobCommand Modifier and Type Method Description GraphAPI.PostBlobCommandGraphAPI. postAttachmentCommand(java.lang.String ogitId, StreamContainer streamContainer)post a binary blob / content / attachment to the graphGraphAPI.PostBlobCommandGraphAPI. postAttachmentCommand(java.lang.String ogitId, java.io.InputStream inputStream)post a binary blob / content / attachment to the graphprotected GraphAPI.PostBlobCommandGraphAPI.PostBlobCommand. self()
-