Uses of Class
io.apicurio.registry.rest.client.models.VersionSearchResults
Packages that use VersionSearchResults
Package
Description
-
Uses of VersionSearchResults in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item.versions
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item.versions that return VersionSearchResultsModifier and TypeMethodDescriptionVersionsRequestBuilder.get()Get a list of all versions in the branch.VersionsRequestBuilder.get(Consumer<VersionsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a list of all versions in the branch. -
Uses of VersionSearchResults in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions
Methods in io.apicurio.registry.rest.client.groups.item.artifacts.item.versions that return VersionSearchResultsModifier and TypeMethodDescriptionVersionsRequestBuilder.get()Returns a list of all versions of the artifact.VersionsRequestBuilder.get(Consumer<VersionsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a list of all versions of the artifact. -
Uses of VersionSearchResults in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return VersionSearchResultsModifier and TypeMethodDescriptionstatic VersionSearchResultsVersionSearchResults.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value -
Uses of VersionSearchResults in io.apicurio.registry.rest.client.search.versions
Methods in io.apicurio.registry.rest.client.search.versions that return VersionSearchResultsModifier and TypeMethodDescriptionVersionsRequestBuilder.get()Returns a paginated list of all versions that match the provided filter criteria.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)VersionsRequestBuilder.get(Consumer<VersionsRequestBuilder.GetRequestConfiguration> requestConfiguration) Returns a paginated list of all versions that match the provided filter criteria.This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)VersionsRequestBuilder.post(InputStream body, String contentType) Returns a paginated list of all versions that match the posted content.This operation can fail for the following reasons:* Provided content (request body) was empty (HTTP error `400`)* A server error occurred (HTTP error `500`)VersionsRequestBuilder.post(InputStream body, String contentType, Consumer<VersionsRequestBuilder.PostRequestConfiguration> requestConfiguration) Returns a paginated list of all versions that match the posted content.This operation can fail for the following reasons:* Provided content (request body) was empty (HTTP error `400`)* A server error occurred (HTTP error `500`)