Class IdRequestsProvider


  • public class IdRequestsProvider
    extends Object
    Author:
    Carles Arnal 'carnalca@redhat.com'
    • Constructor Detail

      • IdRequestsProvider

        public IdRequestsProvider()
    • Method Detail

      • 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)