Class RulesRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.search.contract.rules.RulesRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
RulesRequestBuilder

@Generated("com.microsoft.kiota") public class RulesRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Returns all contract rules across all artifacts that contain the specified tag.
  • Field Details

    • tag

      @Nullable public String tag
      The tag value to search for in contract rules.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()
  • 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>