Class WithArtifactItemRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.v2.groups.item.artifacts.item.WithArtifactItemRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
WithArtifactItemRequestBuilder
@Generated("com.microsoft.kiota")
public class WithArtifactItemRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Returns the latest version of the artifact in its raw form. The `Content-Type` of theresponse depends on the artifact type. In most cases, this is `application/json`, but for some types it may be different (for example, `PROTOBUF`).If the latest version of the artifact is marked as `DISABLED`, the next available non-disabled version will be used.This operation may fail for one of the following reasons:* No artifact with this `artifactId` exists or all versions are `DISABLED` (HTTP error `404`)* A server error occurred (HTTP error `500`)
-
Field Summary
FieldsModifier and TypeFieldDescriptionAllows the user to specify if the content should be dereferenced when being returned -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
dereference
Allows the user to specify if the content should be dereferenced when being returned
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details