Class RoleMappingsRequestBuilder.GetQueryParameters

java.lang.Object
io.apicurio.registry.rest.client.admin.rolemappings.RoleMappingsRequestBuilder.GetQueryParameters
All Implemented Interfaces:
com.microsoft.kiota.QueryParameters
Enclosing class:
RoleMappingsRequestBuilder

@Generated("com.microsoft.kiota") public class RoleMappingsRequestBuilder.GetQueryParameters extends Object implements com.microsoft.kiota.QueryParameters
Gets a list of all role mappings configured in the registry (if any).This operation can fail for the following reasons:* A server error occurred (HTTP error `500`)
  • Field Details

    • limit

      @Nullable public Integer limit
      The number of role mappings to return. Defaults to 20.
    • offset

      @Nullable public Integer offset
      The number of role mappings to skip before starting the result set. Defaults to 0.
  • 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>