Class AsyncRawBlurhashClient


  • public class AsyncRawBlurhashClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getByMetadataIdV1​(java.lang.String taskArtifactS3ObjectMetadataId)
      Retrieves the blurhash string for a task_artifact image for fast placeholder loading.
      java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getByMetadataIdV1​(java.lang.String taskArtifactS3ObjectMetadataId, RequestOptions requestOptions)
      Retrieves the blurhash string for a task_artifact image for fast placeholder loading.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncRawBlurhashClient

        public AsyncRawBlurhashClient​(ClientOptions clientOptions)
    • Method Detail

      • getByMetadataIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getByMetadataIdV1​(java.lang.String taskArtifactS3ObjectMetadataId)
        Retrieves the blurhash string for a task_artifact image for fast placeholder loading.
      • getByMetadataIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> getByMetadataIdV1​(java.lang.String taskArtifactS3ObjectMetadataId,
                                                                                                               RequestOptions requestOptions)
        Retrieves the blurhash string for a task_artifact image for fast placeholder loading.