Class ReferencesRequestBuilder.PostQueryParameters
java.lang.Object
io.apicurio.registry.rest.client.content.references.ReferencesRequestBuilder.PostQueryParameters
- All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
- Enclosing class:
ReferencesRequestBuilder
@Generated("com.microsoft.kiota")
public class ReferencesRequestBuilder.PostQueryParameters
extends Object
implements com.microsoft.kiota.QueryParameters
Analyzes the provided content and returns a list of external references found within it. The artifact type is used to determine the appropriate reference detection strategy. If no artifact type is provided, the system will attempt to auto-detect it from the content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe type of artifact represented by the content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Field Details
-
artifactType
The type of artifact represented by the content. If not provided, the server will attempt to auto-detect the type from the content.
-
-
Constructor Details
-
PostQueryParameters
public PostQueryParameters()
-
-
Method Details