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

        service.listChatMessages(
            this.client.getEndpoint(),
            chatThreadId,
            maxPageSize,
            startTime,
            this.client.getApiVersion(),
            accept,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

        service.listChatMessages(
            this.client.getEndpoint(),
            chatThreadId,
            maxPageSize,
            startTime,
            this.client.getApiVersion(),
            accept,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



