Class SingleResourceRequest<T extends Resource>

    • Method Detail

      • complete

        public CompletableFuture<T> complete()
        Starts executing the request and returns a CompletableFuture that will complete with the resulting resource object.
        Returns:
        a CompletableFuture with the resource