Interface ApiService
-
- All Known Implementing Classes:
ApiServiceImpl
@Generated("org.openapitools.codegen.languages.JavaResteasyServerCodegen") public interface ApiService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
apiSchemasGet
List<SchemaListItem> apiSchemasGet(int page, int perPage) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasPost
void apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify) throws ArtifactAlreadyExistsException
- Throws:
ArtifactAlreadyExistsException
-
apiSchemasSchemaidDelete
javax.ws.rs.core.Response apiSchemasSchemaidDelete(String schemaid) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasSchemaidGet
SchemaInfo apiSchemasSchemaidGet(String schemaid) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasSchemaidPatch
javax.ws.rs.core.Response apiSchemasSchemaidPatch(String schemaid, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasSchemaidVersionsPost
void apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion schema, boolean verify) throws ArtifactNotFoundException, ArtifactAlreadyExistsException
-
apiSchemasSchemaidVersionsVersionnumDelete
javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumDelete(String schemaid, int versionnum) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasSchemaidVersionsVersionnumGet
Schema apiSchemasSchemaidVersionsVersionnumGet(String schemaid, int versionnum) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
apiSchemasSchemaidVersionsVersionnumPatch
javax.ws.rs.core.Response apiSchemasSchemaidVersionsVersionnumPatch(String schemaid, int versionnum, List<SchemaModificationPatch> schemaModificationPatches) throws ArtifactNotFoundException
- Throws:
ArtifactNotFoundException
-
-