public class JobBinaryServiceImpl extends BaseSaharaServices implements JobBinaryService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
JobBinaryServiceImpl() |
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
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public List<? extends JobBinary> list()
list
in interface JobBinaryService
public JobBinary get(String JobBinaryId)
get
in interface JobBinaryService
JobBinaryId
- the job binary identifierpublic JobBinary create(JobBinary jobBinary)
create
in interface JobBinaryService
jobBinary
- the job binary to createpublic ActionResponse delete(String JobBinaryId)
delete
in interface JobBinaryService
JobBinaryId
- the job binary identifierpublic Payload<InputStream> getData(String JobBinaryId)
getData
in interface JobBinaryService
JobBinaryId
- the job binary identifierCopyright © 2017. All rights reserved.