Uses of Class
io.apicurio.registry.rest.client.search.versions.VersionsRequestBuilder.PostRequestConfiguration
Packages that use VersionsRequestBuilder.PostRequestConfiguration
-
Uses of VersionsRequestBuilder.PostRequestConfiguration in io.apicurio.registry.rest.client.search.versions
Method parameters in io.apicurio.registry.rest.client.search.versions with type arguments of type VersionsRequestBuilder.PostRequestConfigurationModifier and TypeMethodDescriptionVersionsRequestBuilder.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`)com.microsoft.kiota.RequestInformationVersionsRequestBuilder.toPostRequestInformation(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`)