sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/implementation/ChatImpl.java [317:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final String accept = "application/json";
        PagedResponseCompletableFuture<ChatThreadsItemCollection, ChatThreadItem> completableFuture =
                new PagedResponseCompletableFuture<>(
                        response -> {
                            return new PagedResponseBase<>(
                                    response.getRequest(),
                                    response.getStatusCode(),
                                    response.getHeaders(),
                                    response.getValue().getValue(),
                                    response.getValue().getNextLink(),
                                    null);
                        });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sdk/communication/azure-communication-chat/src/main/java/com/azure/android/communication/chat/implementation/ChatImpl.java [565:576]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final String accept = "application/json";
        PagedResponseCompletableFuture<ChatThreadsItemCollection, ChatThreadItem> completableFuture =
                new PagedResponseCompletableFuture<>(
                        response -> {
                            return new PagedResponseBase<>(
                                    response.getRequest(),
                                    response.getStatusCode(),
                                    response.getHeaders(),
                                    response.getValue().getValue(),
                                    response.getValue().getNextLink(),
                                    null);
                        });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



