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 Details

    • IdRequestsProvider

      public IdRequestsProvider()
  • Method Details

    • getContentByHash

      public static io.apicurio.rest.client.request.Request<InputStream> getContentByHash(String contentHash, Map<String,List<String>> queryParams)
    • getContentByGlobalId

      public static io.apicurio.rest.client.request.Request<InputStream> getContentByGlobalId(long globalId, Map<String,List<String>> queryParams)
    • getContentById

      public static io.apicurio.rest.client.request.Request<InputStream> getContentById(long contentId)
    • getArtifactReferencesByGlobalId

      public static io.apicurio.rest.client.request.Request<List<ArtifactReference>> getArtifactReferencesByGlobalId(long globalId)
    • getArtifactReferencesByContentId

      public static io.apicurio.rest.client.request.Request<List<ArtifactReference>> getArtifactReferencesByContentId(long contentId)
    • getArtifactReferencesByContentHash

      public static io.apicurio.rest.client.request.Request<List<ArtifactReference>> getArtifactReferencesByContentHash(String contentHash)