@ApplicationScoped @Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class ApiServiceImpl extends Object implements ApiService
Constructor and Description |
---|
ApiServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<SchemaListItem> |
apiSchemasGet(int page,
int perPage) |
void |
apiSchemasPost(javax.ws.rs.container.AsyncResponse response,
NewSchema schema,
boolean verify) |
javax.ws.rs.core.Response |
apiSchemasSchemaidDelete(String schemaid) |
SchemaInfo |
apiSchemasSchemaidGet(String schemaid) |
javax.ws.rs.core.Response |
apiSchemasSchemaidPatch(String schemaid,
List<SchemaModificationPatch> schemaModificationPatches) |
void |
apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response,
String schemaid,
NewSchemaVersion newSchemaVersion,
boolean verify) |
javax.ws.rs.core.Response |
apiSchemasSchemaidVersionsVersionnumDelete(String schemaid,
int versionnum) |
Schema |
apiSchemasSchemaidVersionsVersionnumGet(String schemaid,
int versionnum) |
javax.ws.rs.core.Response |
apiSchemasSchemaidVersionsVersionnumPatch(String schemaid,
int versionnum,
List<SchemaModificationPatch> schemaModificationPatches) |
public List<SchemaListItem> apiSchemasGet(int page, int perPage) throws ArtifactNotFoundException
apiSchemasGet
in interface ApiService
ArtifactNotFoundException
public void apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify) throws ArtifactNotFoundException, ArtifactAlreadyExistsException
apiSchemasPost
in interface ApiService
ArtifactNotFoundException
ArtifactAlreadyExistsException
public javax.ws.rs.core.Response apiSchemasSchemaidDelete(String schemaid) throws ArtifactNotFoundException
apiSchemasSchemaidDelete
in interface ApiService
ArtifactNotFoundException
public SchemaInfo apiSchemasSchemaidGet(String schemaid) throws ArtifactNotFoundException
apiSchemasSchemaidGet
in interface ApiService
ArtifactNotFoundException
public javax.ws.rs.core.Response apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
apiSchemasSchemaidPatch
in interface ApiService
ArtifactNotFoundException
public void apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion newSchemaVersion, boolean verify) throws ArtifactNotFoundException, ArtifactAlreadyExistsException
apiSchemasSchemaidVersionsPost
in interface ApiService
ArtifactNotFoundException
ArtifactAlreadyExistsException
public javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumDelete(String schemaid, int versionnum) throws ArtifactNotFoundException
apiSchemasSchemaidVersionsVersionnumDelete
in interface ApiService
ArtifactNotFoundException
public Schema apiSchemasSchemaidVersionsVersionnumGet(String schemaid, int versionnum) throws ArtifactNotFoundException
apiSchemasSchemaidVersionsVersionnumGet
in interface ApiService
ArtifactNotFoundException
public javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
apiSchemasSchemaidVersionsVersionnumPatch
in interface ApiService
ArtifactNotFoundException
Copyright © 2020 Red Hat. All rights reserved.