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 Details

    • artifactType

      @Nullable public String 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

    • toQueryParameters

      @Nonnull public Map<String,Object> toQueryParameters()
      Extracts the query parameters into a map for the URI template parsing.
      Specified by:
      toQueryParameters in interface com.microsoft.kiota.QueryParameters
      Returns:
      a Map<String,Object>