public interface JobBinaryService extends RestService
Modifier and Type | Method and Description |
---|---|
JobBinary |
create(JobBinary jobBinary)
Create a new job binary
|
ActionResponse |
delete(String JobBinaryId)
Delete the specified job binary
|
JobBinary |
get(String JobBinaryId)
Get a job binary by ID
|
Payload<InputStream> |
getData(String JobBinaryId)
Retrieves data of specified job binary object
|
List<? extends JobBinary> |
list()
List all job binaries
|
JobBinary get(String JobBinaryId)
JobBinaryId
- the job binary identifierJobBinary create(JobBinary jobBinary)
jobBinary
- the job binary to createActionResponse delete(String JobBinaryId)
JobBinaryId
- the job binary identifierPayload<InputStream> getData(String JobBinaryId)
JobBinaryId
- the job binary identifierCopyright © 2017. All rights reserved.