@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2019-05-10T18:12:20.111-03:00[America/Sao_Paulo]") public abstract class JobsApiService extends Object
| Constructor and Description |
|---|
JobsApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
jobsDelete(@NotNull List<String> jobIds,
String locale,
javax.ws.rs.core.SecurityContext securityContext) |
abstract javax.ws.rs.core.Response |
jobsGet(String q,
Integer offset,
Integer limit,
Boolean asc,
String attr,
Boolean showParam,
String locale,
javax.ws.rs.core.SecurityContext securityContext) |
public abstract javax.ws.rs.core.Response jobsDelete(@NotNull
@NotNull List<String> jobIds,
String locale,
javax.ws.rs.core.SecurityContext securityContext)
throws NotFoundException
NotFoundExceptionpublic abstract javax.ws.rs.core.Response jobsGet(String q, Integer offset, Integer limit, Boolean asc, String attr, Boolean showParam, String locale, javax.ws.rs.core.SecurityContext securityContext) throws NotFoundException
NotFoundExceptionCopyright © 2019. All rights reserved.