Uses of Class
com.google.genai.gaos.utils.QueryParameter
Packages that use QueryParameter
-
Uses of QueryParameter in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils that return QueryParameterMethods in com.google.genai.gaos.utils that return types with arguments of type QueryParameterModifier and TypeMethodDescriptionstatic <T> List<QueryParameter>Utils.getQueryParams(Class<T> type, Optional<? extends T> params, Globals globals) static <T> List<QueryParameter>Utils.getQueryParams(Class<T> type, T params, Globals globals) static <T> List<QueryParameter>QueryParameters.parseQueryParams(Class<T> type, T queryParams, Globals globals) Methods in com.google.genai.gaos.utils with parameters of type QueryParameterMethod parameters in com.google.genai.gaos.utils with type arguments of type QueryParameterModifier and TypeMethodDescriptionHTTPRequest.addQueryParams(Collection<QueryParameter> params) static StringHTTPRequest.buildUrl(String baseURL, Collection<QueryParameter> queryParams)