Class ResourceCollectionRequest<T extends Resource>

    • Method Detail

      • complete

        public CompletableFuture<List<T>> complete()
        Starts executing the request and returns a CompletableFuture that will complete with the resulting list of resource objects.
        Returns:
        a CompletableFuture with a list of resources