Class ContentRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.groups.item.artifacts.item.versions.item.content.ContentRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
ContentRequestBuilder
@Generated("com.microsoft.kiota")
public class ContentRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Retrieves a single version of the artifact content. Both the `artifactId` and theunique `version` number must be provided. The `Content-Type` of the response depends on the artifact type. In most cases, this is `application/json`, but for some types it may be different (for example, `PROTOBUF`).This operation can fail for the following reasons:* No artifact with this `artifactId` exists (HTTP error `404`)* No version with this `version` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)
-
Field Summary
FieldsModifier and TypeFieldDescriptionAllows the user to specify how references in the content should be treated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
references
Allows the user to specify how references in the content should be treated.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details