Class IdRequestsProvider
- java.lang.Object
-
- io.apicurio.registry.rest.client.request.provider.IdRequestsProvider
-
public class IdRequestsProvider extends Object
- Author:
- Carles Arnal 'carnalca@redhat.com'
-
-
Constructor Summary
Constructors Constructor Description IdRequestsProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Request<InputStream>
getContentByGlobalId(long globalId)
static Request<InputStream>
getContentByHash(String contentHash, Boolean canonical, Map<String,List<String>> queryParams)
static Request<InputStream>
getContentById(long contentId)
-
-
-
Method Detail
-
getContentByHash
public static Request<InputStream> getContentByHash(String contentHash, Boolean canonical, Map<String,List<String>> queryParams)
-
getContentByGlobalId
public static Request<InputStream> getContentByGlobalId(long globalId)
-
getContentById
public static Request<InputStream> getContentById(long contentId)
-
-