Uses of Class
com.targomo.client.api.pojo.EdgeStatisticsRequestOptions
Packages that use EdgeStatisticsRequestOptions
-
Uses of EdgeStatisticsRequestOptions in com.targomo.client.api.request
Constructors in com.targomo.client.api.request with parameters of type EdgeStatisticsRequestOptionsModifierConstructorDescriptionEdgeStatisticsRequest(String serviceUrl, String serviceKey, int edgeStatisticCollectionId, EdgeStatisticsRequestOptions requestOptions) Use default client implementation with specified options and default headers Default client usesClientBuilderEdgeStatisticsRequest(javax.ws.rs.client.Client client, String serviceUrl, String serviceKey, int edgeStatisticCollectionId, EdgeStatisticsRequestOptions requestOptions) Use a custom client implementation with specified options and default headersEdgeStatisticsRequest(javax.ws.rs.client.Client client, String serviceUrl, String serviceKey, int edgeStatisticCollectionId, EdgeStatisticsRequestOptions requestOptions, javax.ws.rs.core.MultivaluedMap<String, Object> headers) Use a custom client implementation with specified options, method, and headers