Class WithGlobalItemRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.ids.globalids.item.WithGlobalItemRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
WithGlobalItemRequestBuilder
@Generated("com.microsoft.kiota")
public class WithGlobalItemRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Gets the content for an artifact version in the registry using its globally uniqueidentifier.This operation may fail for one of the following reasons:* No artifact version with this `globalId` 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.When set to `true`, the HTTP response will include a header named `X-Registry-ArtifactType`that contains the type of the artifact being returned. -
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. -
returnArtifactType
When set to `true`, the HTTP response will include a header named `X-Registry-ArtifactType`that contains the type of the artifact being returned.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details