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, uripublic List<? extends JobBinary> list()
list in interface JobBinaryServicepublic JobBinary get(String JobBinaryId)
get in interface JobBinaryServiceJobBinaryId - the job binary identifierpublic JobBinary create(JobBinary jobBinary)
create in interface JobBinaryServicejobBinary - the job binary to createpublic ActionResponse delete(String JobBinaryId)
delete in interface JobBinaryServiceJobBinaryId - the job binary identifierpublic Payload<InputStream> getData(String JobBinaryId)
getData in interface JobBinaryServiceJobBinaryId - the job binary identifierCopyright © 2017. All rights reserved.