Uses of Class
io.apicurio.rest.client.request.Request
-
Packages that use Request Package Description io.apicurio.rest.client.auth.request io.apicurio.rest.client.request io.apicurio.rest.client.spi -
-
Uses of Request in io.apicurio.rest.client.auth.request
Methods in io.apicurio.rest.client.auth.request that return Request Modifier and Type Method Description static Request<AccessTokenResponse>TokenRequestsProvider. obtainAccessToken(String paramsEncoded) -
Uses of Request in io.apicurio.rest.client.request
Methods in io.apicurio.rest.client.request that return Request Modifier and Type Method Description Request<T>Request.RequestBuilder. build() -
Uses of Request in io.apicurio.rest.client.spi
Methods in io.apicurio.rest.client.spi with parameters of type Request Modifier and Type Method Description <T> TApicurioHttpClient. sendRequest(Request<T> request)
-