Uses of Class
com.cloudera.cdp.client.Pair
Packages that use Pair
-
Uses of Pair in com.cloudera.cdp.client
Methods in com.cloudera.cdp.client that return PairModifier and TypeMethodDescriptionprotected Pair
CdpClient.parameterToPair
(String name, Object value) Formats the specified parameter to aPair
object.Methods in com.cloudera.cdp.client that return types with arguments of type PairModifier and TypeMethodDescriptionCdpRequestContext.getQueries()
CdpClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified parameters to a list ofPair
objects.Method parameters in com.cloudera.cdp.client with type arguments of type PairModifier and TypeMethodDescriptionprotected <T extends BaseResponse>
TCdpClient.invokeAPI
(String operationName, String method, String path, List<Pair> queries, Map<String, String> headers, Object body, jakarta.ws.rs.core.GenericType<T> returnType, List<Class<? extends CdpClientMiddleware>> extensions) protected RestResponse
CdpClient.invokeAPI
(String operationName, String method, String path, List<Pair> queries, Map<String, String> headers, Object body, List<Class<? extends CdpClientMiddleware>> extensions) Invoke API by sending HTTP request with the given options.void
CdpRequestContext.setQueries
(List<Pair> queries)