Class ReferencesRequestBuilder.GetQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.ids.globalids.item.references.ReferencesRequestBuilder.GetQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
ReferencesRequestBuilder
@Generated("com.microsoft.kiota")
public class ReferencesRequestBuilder.GetQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Returns a list containing all the artifact references using the artifact global ID.This operation may fail for one of the following reasons:* A server error occurred (HTTP error `500`)
-
Field Summary
FieldsModifier and TypeFieldDescriptionDetermines the type of reference to return, either INBOUND or OUTBOUND. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
refType
Determines the type of reference to return, either INBOUND or OUTBOUND. Defaults to OUTBOUND.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-
-
Method Details