@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public interface ApiService
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 schema,
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) |
List<SchemaListItem> apiSchemasGet(int page, int perPage) throws ArtifactNotFoundException
ArtifactNotFoundException
void apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify) throws ArtifactAlreadyExistsException
ArtifactAlreadyExistsException
javax.ws.rs.core.Response apiSchemasSchemaidDelete(String schemaid) throws ArtifactNotFoundException
ArtifactNotFoundException
SchemaInfo apiSchemasSchemaidGet(String schemaid) throws ArtifactNotFoundException
ArtifactNotFoundException
javax.ws.rs.core.Response apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
ArtifactNotFoundException
void apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion schema, boolean verify) throws ArtifactNotFoundException, ArtifactAlreadyExistsException
javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumDelete(String schemaid, int versionnum) throws ArtifactNotFoundException
ArtifactNotFoundException
Schema apiSchemasSchemaidVersionsVersionnumGet(String schemaid, int versionnum) throws ArtifactNotFoundException
ArtifactNotFoundException
javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
ArtifactNotFoundException
Copyright © 2020 Red Hat. All rights reserved.