All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.kiota.QueryParameters Maven / Gradle / Ivy

package com.microsoft.kiota;

import java.util.Map;

/** This interface allows to extract Query Parameters to be expanded in the URI Template. */
public interface QueryParameters {

    /**
     * Extracts the query parameters into a map for the URI template parsing.
     * @return a Map of String to Object
     */
    @jakarta.annotation.Nonnull Map toQueryParameters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy