@Path(value="/jobs") @Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2019-05-10T18:12:20.111-03:00[America/Sao_Paulo]") public class JobsApi extends Object
| Constructor and Description |
|---|
JobsApi(javax.servlet.ServletConfig servletContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
jobsDelete(List<String> jobIds,
String locale,
javax.ws.rs.core.SecurityContext securityContext) |
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) |
@DELETE
public javax.ws.rs.core.Response jobsDelete(@DefaultValue(value="new ArrayList<>()") @QueryParam(value="jobIds")
List<String> jobIds,
@QueryParam(value="locale")
String locale,
@Context
javax.ws.rs.core.SecurityContext securityContext)
throws NotFoundException
NotFoundException@GET
@Produces(value={"application/json;","application/json"})
public javax.ws.rs.core.Response jobsGet(@QueryParam(value="q")
String q,
@QueryParam(value="offset")
Integer offset,
@QueryParam(value="limit")
Integer limit,
@QueryParam(value="asc")
Boolean asc,
@QueryParam(value="attr")
String attr,
@DefaultValue(value="true") @QueryParam(value="showParam")
Boolean showParam,
@QueryParam(value="locale")
String locale,
@Context
javax.ws.rs.core.SecurityContext securityContext)
throws NotFoundException
NotFoundExceptionCopyright © 2019. All rights reserved.