All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.documentdb.BridgeInternal Maven / Gradle / Ivy

package com.microsoft.azure.documentdb;

import com.microsoft.azure.documentdb.internal.DocumentServiceRequest;

/**
 * This is meant to be used only internally as a bridge access to classes in
 * com.microsoft.azure.documentdb
 **/
public class BridgeInternal {

    public static void updateAuthTokenHeader(DocumentClient client, DocumentServiceRequest request) {
        client.putMoreContentIntoDocumentServiceRequest(request, null);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy