Class ContractsRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.groups.item.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
Returns ODCS contracts in the specified group with pagination.
  • Field Details

    • limit

      @Nullable public Integer limit
      Maximum number of contracts to return (default 20, max 500).
    • offset

      @Nullable public Integer offset
      Number of contracts to skip (for pagination).
  • 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>