Package com.microsoft.kiota
Interface QueryParameters
public interface QueryParameters
This interface allows to extract Query Parameters to be expanded in the URI Template.
-
Method Summary
Modifier and TypeMethodDescriptionExtracts the query parameters into a map for the URI template parsing.
-
Method Details
-
toQueryParameters
Extracts the query parameters into a map for the URI template parsing.- Returns:
- a Map of String to Object
-