public class JobBinaryInternalServiceImpl extends BaseSaharaServices implements JobBinaryInternalService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
JobBinaryInternalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
JobBinaryInternal |
create(Payload<File> payload)
Create a new job binary internal
|
ActionResponse |
delete(String jobBinaryInternalId)
Delete the specified job binary internal
|
JobBinaryInternal |
get(String jobBinaryInternalId)
Get a job binary internal by ID
|
Payload<InputStream> |
getData(String jobBinaryInternalId)
Retrieves data of specified job binary internal object
|
List<? extends JobBinaryInternal> |
list()
List all job binary internals
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public List<? extends JobBinaryInternal> list()
list
in interface JobBinaryInternalService
public JobBinaryInternal get(String jobBinaryInternalId)
get
in interface JobBinaryInternalService
jobBinaryInternalId
- the job binary internal identifierpublic ActionResponse delete(String jobBinaryInternalId)
delete
in interface JobBinaryInternalService
jobBinaryInternalId
- the job binary internal identifierpublic JobBinaryInternal create(Payload<File> payload)
create
in interface JobBinaryInternalService
payload
- the payload to create a new job binary internalpublic Payload<InputStream> getData(String jobBinaryInternalId)
getData
in interface JobBinaryInternalService
jobBinaryInternalId
- the job binary internal identifierCopyright © 2017. All rights reserved.