Class WithGlobalItemRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.v2.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 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