Uses of Class
com.aspose.tasks.cloud.Pair
Packages that use Pair
-
Uses of Pair in com.aspose.tasks.cloud
Methods in com.aspose.tasks.cloud that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair
(String name, Object value) Formats the specified query parameter to a list containing a singlePair
object.ApiClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPair
objects.Method parameters in com.aspose.tasks.cloud with type arguments of type PairModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
ApiClient.buildCall
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.com.squareup.okhttp.Request
ApiClient.buildRequest
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options.Build full URL by concatenating base path, the given sub path and query parameters. -
Uses of Pair in com.aspose.tasks.cloud.auth
Method parameters in com.aspose.tasks.cloud.auth with type arguments of type PairModifier and TypeMethodDescriptionvoid
void
Apply authentication settings to header and query params.void
void