Class ContractsRequestBuilder.GetQueryParameters

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

@Generated("com.microsoft.kiota") public class ContractsRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Searches for artifacts that have contract metadata labels. Filters by status, owner team, and compatibility group.
  • Field Details

    • compatibilityGroup

      @Nullable public String compatibilityGroup
      Filter by compatibility group.
    • limit

      @Nullable public Integer limit
      Maximum number of results to return.
    • offset

      @Nullable public Integer offset
      Number of results to skip.
    • order

      @Nullable public GetOrderQueryParameterType order
      Sort order (asc or desc).
    • orderby

      @Nullable public GetOrderbyQueryParameterType orderby
      Field to sort by.
    • ownerTeam

      @Nullable public String ownerTeam
      Filter by owner team.
    • status

      @Nullable public String status
      Filter by contract status (DRAFT, STABLE, DEPRECATED).
  • 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>