### YamlMime:JavaType uid: "com.azure.cosmos.models.ModelBridgeInternal" fullName: "com.azure.cosmos.models.ModelBridgeInternal" name: "ModelBridgeInternal" nameWithType: "ModelBridgeInternal" summary: "DO NOT USE." inheritances: - "" inheritedMembers: - "java.lang.Object.clone()" - "java.lang.Object.equals(java.lang.Object)" - "java.lang.Object.finalize()" - "java.lang.Object.getClass()" - "java.lang.Object.hashCode()" - "java.lang.Object.notify()" - "java.lang.Object.notifyAll()" - "java.lang.Object.toString()" - "java.lang.Object.wait()" - "java.lang.Object.wait(long)" - "java.lang.Object.wait(long,int)" syntax: "public final class ModelBridgeInternal" methods: - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosAsyncItemResponse(com.azure.cosmos.implementation.ResourceResponse,java.lang.Class,com.azure.cosmos.implementation.ItemDeserializer)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosAsyncItemResponse(ResourceResponse response, Class classType, ItemDeserializer itemDeserializer)" name: "createCosmosAsyncItemResponse(ResourceResponse response, Class classType, ItemDeserializer itemDeserializer)" nameWithType: "ModelBridgeInternal.createCosmosAsyncItemResponse(ResourceResponse response, Class classType, ItemDeserializer itemDeserializer)" modifiers: - "static" parameters: - name: "response" type: "<>" - name: "classType" type: "Class<>" - name: "itemDeserializer" type: "" syntax: "public static CosmosItemResponse createCosmosAsyncItemResponse(ResourceResponse response, Class classType, ItemDeserializer itemDeserializer)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponse(java.util.List,java.util.Map)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponse(List results, Map headers)" name: "createFeedResponse(List results, Map headers)" nameWithType: "ModelBridgeInternal.createFeedResponse(List results, Map headers)" modifiers: - "static" parameters: - name: "results" type: "List<>" - name: "headers" type: "Map<String,String>" syntax: "public static FeedResponse createFeedResponse(List results, Map headers)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponseWithQueryMetrics(java.util.List,java.util.Map,java.util.concurrent.ConcurrentMap,com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext,boolean,boolean)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createFeedResponseWithQueryMetrics(List results, Map headers, ConcurrentMap queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)" name: "createFeedResponseWithQueryMetrics(List results, Map headers, ConcurrentMap queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)" nameWithType: "ModelBridgeInternal.createFeedResponseWithQueryMetrics(List results, Map headers, ConcurrentMap queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)" modifiers: - "static" parameters: - name: "results" type: "List<>" - name: "headers" type: "Map<String,String>" - name: "queryMetricsMap" type: "ConcurrentMap<String,>" - name: "diagnosticsContext" type: "" - name: "useEtagAsContinuation" type: "" - name: "isNoChanges" type: "" syntax: "public static FeedResponse createFeedResponseWithQueryMetrics(List results, Map headers, ConcurrentMap queryMetricsMap, QueryInfo.QueryPlanDiagnosticsContext diagnosticsContext, boolean useEtagAsContinuation, boolean isNoChanges)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getInternalObjectNode(com.azure.cosmos.models.CosmosItemResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getInternalObjectNode(CosmosItemResponse cosmosItemResponse)" name: "getInternalObjectNode(CosmosItemResponse cosmosItemResponse)" nameWithType: "ModelBridgeInternal.getInternalObjectNode(CosmosItemResponse cosmosItemResponse)" modifiers: - "static" parameters: - name: "cosmosItemResponse" type: "<>" syntax: "public static InternalObjectNode getInternalObjectNode(CosmosItemResponse cosmosItemResponse)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getJsonSerializable(T)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getJsonSerializable(T t)" name: "getJsonSerializable(T t)" nameWithType: "ModelBridgeInternal.getJsonSerializable(T t)" modifiers: - "static" parameters: - name: "t" type: "" syntax: "public static JsonSerializable getJsonSerializable(T t)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPayloadLength(com.azure.cosmos.models.CosmosItemResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPayloadLength(CosmosItemResponse cosmosItemResponse)" name: "getPayloadLength(CosmosItemResponse cosmosItemResponse)" nameWithType: "ModelBridgeInternal.getPayloadLength(CosmosItemResponse cosmosItemResponse)" modifiers: - "static" parameters: - name: "cosmosItemResponse" type: "<>" syntax: "public static int getPayloadLength(CosmosItemResponse cosmosItemResponse)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getQueryPlanDiagnosticsContext(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getQueryPlanDiagnosticsContext(FeedResponse feedResponse)" name: "getQueryPlanDiagnosticsContext(FeedResponse feedResponse)" nameWithType: "ModelBridgeInternal.getQueryPlanDiagnosticsContext(FeedResponse feedResponse)" modifiers: - "static" parameters: - name: "feedResponse" type: "<>" syntax: "public static QueryInfo.QueryPlanDiagnosticsContext getQueryPlanDiagnosticsContext(FeedResponse feedResponse)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getResource(T)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getResource(T t)" name: "getResource(T t)" nameWithType: "ModelBridgeInternal.getResource(T t)" modifiers: - "static" parameters: - name: "t" type: "" syntax: "public static Resource getResource(T t)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.instantiateByObjectNode(com.fasterxml.jackson.databind.node.ObjectNode,java.lang.Class)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.instantiateByObjectNode(ObjectNode objectNode, Class c)" name: "instantiateByObjectNode(ObjectNode objectNode, Class c)" nameWithType: "ModelBridgeInternal.instantiateByObjectNode(ObjectNode objectNode, Class c)" modifiers: - "static" parameters: - name: "objectNode" type: "" - name: "c" type: "Class<>" syntax: "public static T instantiateByObjectNode(ObjectNode objectNode, Class c)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.noChanges(com.azure.cosmos.implementation.RxDocumentServiceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.noChanges(RxDocumentServiceResponse rsp)" name: "noChanges(RxDocumentServiceResponse rsp)" nameWithType: "ModelBridgeInternal.noChanges(RxDocumentServiceResponse rsp)" modifiers: - "static" parameters: - name: "rsp" type: "" syntax: "public static boolean noChanges(RxDocumentServiceResponse rsp)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.noChanges(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.noChanges(FeedResponse page)" name: "noChanges(FeedResponse page)" nameWithType: "ModelBridgeInternal.noChanges(FeedResponse page)" modifiers: - "static" parameters: - name: "page" type: "<>" syntax: "public static boolean noChanges(FeedResponse page)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.populatePropertyBag(T)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.populatePropertyBag(T t)" name: "populatePropertyBag(T t)" nameWithType: "ModelBridgeInternal.populatePropertyBag(T t)" modifiers: - "static" parameters: - name: "t" type: "" syntax: "public static void populatePropertyBag(T t)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.queryMetrics(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.queryMetrics(FeedResponse feedResponse)" name: "queryMetrics(FeedResponse feedResponse)" nameWithType: "ModelBridgeInternal.queryMetrics(FeedResponse feedResponse)" modifiers: - "static" parameters: - name: "feedResponse" type: "<>" syntax: "public static ConcurrentMap queryMetrics(FeedResponse feedResponse)" returns: type: "ConcurrentMap<String,>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.queryMetricsMap(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.queryMetricsMap(FeedResponse feedResponse)" name: "queryMetricsMap(FeedResponse feedResponse)" nameWithType: "ModelBridgeInternal.queryMetricsMap(FeedResponse feedResponse)" modifiers: - "static" parameters: - name: "feedResponse" type: "<>" syntax: "public static ConcurrentMap queryMetricsMap(FeedResponse feedResponse)" returns: type: "ConcurrentMap<String,>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setFeedResponseContinuationToken(java.lang.String,com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setFeedResponseContinuationToken(String continuationToken, FeedResponse response)" name: "setFeedResponseContinuationToken(String continuationToken, FeedResponse response)" nameWithType: "ModelBridgeInternal.setFeedResponseContinuationToken(String continuationToken, FeedResponse response)" modifiers: - "static" parameters: - name: "continuationToken" type: "String" - name: "response" type: "<>" syntax: "public static void setFeedResponseContinuationToken(String continuationToken, FeedResponse response)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setProperty(com.azure.cosmos.implementation.JsonSerializable,java.lang.String,T)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setProperty(JsonSerializable jsonSerializable, String propertyName, T value)" name: "setProperty(JsonSerializable jsonSerializable, String propertyName, T value)" nameWithType: "ModelBridgeInternal.setProperty(JsonSerializable jsonSerializable, String propertyName, T value)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" - name: "value" type: "" syntax: "public static void setProperty(JsonSerializable jsonSerializable, String propertyName, T value)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toChangeFeedResponsePage(com.azure.cosmos.implementation.RxDocumentServiceResponse,java.util.function.Function,java.lang.Class)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toChangeFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" name: "toChangeFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" nameWithType: "ModelBridgeInternal.toChangeFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" modifiers: - "static" parameters: - name: "response" type: "" - name: "factoryMethod" type: "Function<,>" - name: "cls" type: "Class<>" syntax: "public static FeedResponse toChangeFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toFeedResponsePage(com.azure.cosmos.implementation.RxDocumentServiceResponse,java.util.function.Function,java.lang.Class)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" name: "toFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" nameWithType: "ModelBridgeInternal.toFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" modifiers: - "static" parameters: - name: "response" type: "" - name: "factoryMethod" type: "Function<,>" - name: "cls" type: "Class<>" syntax: "public static FeedResponse toFeedResponsePage(RxDocumentServiceResponse response, Function factoryMethod, Class cls)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toFeedResponsePage(java.util.List,java.util.Map,boolean)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toFeedResponsePage(List results, Map headers, boolean noChanges)" name: "toFeedResponsePage(List results, Map headers, boolean noChanges)" nameWithType: "ModelBridgeInternal.toFeedResponsePage(List results, Map headers, boolean noChanges)" modifiers: - "static" parameters: - name: "results" type: "List<>" - name: "headers" type: "Map<String,String>" - name: "noChanges" type: "" syntax: "public static FeedResponse toFeedResponsePage(List results, Map headers, boolean noChanges)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toObjectFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.Class)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toObjectFromJsonSerializable(JsonSerializable jsonSerializable, Class c)" name: "toObjectFromJsonSerializable(JsonSerializable jsonSerializable, Class c)" nameWithType: "ModelBridgeInternal.toObjectFromJsonSerializable(JsonSerializable jsonSerializable, Class c)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "c" type: "Class<>" syntax: "public static T toObjectFromJsonSerializable(JsonSerializable jsonSerializable, Class c)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(com.azure.cosmos.models.CosmosItemOperation,com.azure.cosmos.models.CosmosBulkItemResponse,TContext)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)" name: "createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)" nameWithType: "ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)" modifiers: - "static" parameters: - name: "operation" type: "" - name: "response" type: "" - name: "batchContext" type: "" syntax: "public static CosmosBulkOperationResponse createCosmosBulkOperationResponse(CosmosItemOperation operation, CosmosBulkItemResponse response, TContext batchContext)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(com.azure.cosmos.models.CosmosItemOperation,java.lang.Exception,TContext)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)" name: "createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)" nameWithType: "ModelBridgeInternal.createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)" modifiers: - "static" parameters: - name: "operation" type: "" - name: "exception" type: "Exception" - name: "batchContext" type: "" syntax: "public static CosmosBulkOperationResponse createCosmosBulkOperationResponse(CosmosItemOperation operation, Exception exception, TContext batchContext)" returns: type: "<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.addCosmosBatchResultInResponse(com.azure.cosmos.models.CosmosBatchResponse,java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List cosmosBatchOperationResults)" name: "addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List cosmosBatchOperationResults)" nameWithType: "ModelBridgeInternal.addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List cosmosBatchOperationResults)" modifiers: - "static" parameters: - name: "cosmosBatchResponse" type: "" - name: "cosmosBatchOperationResults" type: "List<>" syntax: "public static void addCosmosBatchResultInResponse(CosmosBatchResponse cosmosBatchResponse, List cosmosBatchOperationResults)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.addQueryInfoToFeedResponse(com.azure.cosmos.models.FeedResponse,com.azure.cosmos.implementation.query.QueryInfo)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.addQueryInfoToFeedResponse(FeedResponse feedResponse, QueryInfo queryInfo)" name: "addQueryInfoToFeedResponse(FeedResponse feedResponse, QueryInfo queryInfo)" nameWithType: "ModelBridgeInternal.addQueryInfoToFeedResponse(FeedResponse feedResponse, QueryInfo queryInfo)" modifiers: - "static" parameters: - name: "feedResponse" type: "<?>" - name: "queryInfo" type: "" syntax: "public static void addQueryInfoToFeedResponse(FeedResponse feedResponse, QueryInfo queryInfo)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(com.azure.cosmos.models.FeedResponse,com.azure.cosmos.implementation.query.QueryInfo.QueryPlanDiagnosticsContext)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)" name: "addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)" nameWithType: "ModelBridgeInternal.addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)" modifiers: - "static" parameters: - name: "feedResponse" type: "<?>" - name: "queryPlanDiagnosticsContext" type: "" syntax: "public static void addQueryPlanDiagnosticsContextToFeedResponse(FeedResponse feedResponse, QueryInfo.QueryPlanDiagnosticsContext queryPlanDiagnosticsContext)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.clone(com.azure.cosmos.models.CosmosItemRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.clone(CosmosItemRequestOptions options)" name: "clone(CosmosItemRequestOptions options)" nameWithType: "ModelBridgeInternal.clone(CosmosItemRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static CosmosItemRequestOptions clone(CosmosItemRequestOptions options)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(com.azure.cosmos.implementation.changefeed.common.ChangeFeedState)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)" name: "createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)" nameWithType: "ModelBridgeInternal.createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)" modifiers: - "static" parameters: - name: "state" type: "" syntax: "public static CosmosChangeFeedRequestOptions createChangeFeedRequestOptionsForChangeFeedState(ChangeFeedState state)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosAsyncItemResponseWithObjectType(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosAsyncItemResponseWithObjectType(ResourceResponse response)" name: "createCosmosAsyncItemResponseWithObjectType(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosAsyncItemResponseWithObjectType(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosItemResponse createCosmosAsyncItemResponseWithObjectType(ResourceResponse response)" returns: type: "<Object>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResponse(int,int,java.lang.String,java.util.Map,com.azure.cosmos.CosmosDiagnostics)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map responseHeaders, CosmosDiagnostics cosmosDiagnostics)" name: "createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map responseHeaders, CosmosDiagnostics cosmosDiagnostics)" nameWithType: "ModelBridgeInternal.createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map responseHeaders, CosmosDiagnostics cosmosDiagnostics)" modifiers: - "static" parameters: - name: "responseStatusCode" type: "" - name: "responseSubStatusCode" type: "" - name: "errorMessage" type: "String" - name: "responseHeaders" type: "Map<String,String>" - name: "cosmosDiagnostics" type: "" syntax: "public static CosmosBatchResponse createCosmosBatchResponse(int responseStatusCode, int responseSubStatusCode, String errorMessage, Map responseHeaders, CosmosDiagnostics cosmosDiagnostics)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResult(java.lang.String,double,com.fasterxml.jackson.databind.node.ObjectNode,int,java.time.Duration,int,com.azure.cosmos.models.CosmosItemOperation)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)" name: "createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)" nameWithType: "ModelBridgeInternal.createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)" modifiers: - "static" parameters: - name: "eTag" type: "String" - name: "requestCharge" type: "" - name: "resourceObject" type: "" - name: "statusCode" type: "" - name: "retryAfter" type: "Duration" - name: "subStatusCode" type: "" - name: "cosmosItemOperation" type: "" syntax: "public static CosmosBatchOperationResult createCosmosBatchResult(String eTag, double requestCharge, ObjectNode resourceObject, int statusCode, Duration retryAfter, int subStatusCode, CosmosItemOperation cosmosItemOperation)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkItemResponse(com.azure.cosmos.models.CosmosBatchOperationResult,com.azure.cosmos.models.CosmosBatchResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)" name: "createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)" nameWithType: "ModelBridgeInternal.createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)" modifiers: - "static" parameters: - name: "result" type: "" - name: "response" type: "" syntax: "public static CosmosBulkItemResponse createCosmosBulkItemResponse(CosmosBatchOperationResult result, CosmosBatchResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(ResourceResponse response)" name: "createCosmosClientEncryptionKeyResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosClientEncryptionKeyResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosClientEncryptionKeyResponse createCosmosClientEncryptionKeyResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosConflictResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosConflictResponse(ResourceResponse response)" name: "createCosmosConflictResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosConflictResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosConflictResponse createCosmosConflictResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosContainerResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosContainerResponse(ResourceResponse response)" name: "createCosmosContainerResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosContainerResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosContainerResponse createCosmosContainerResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosDatabaseResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosDatabaseResponse(ResourceResponse response)" name: "createCosmosDatabaseResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosDatabaseResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosDatabaseResponse createCosmosDatabaseResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosItemRequestOptions(com.azure.cosmos.models.PartitionKey)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosItemRequestOptions(PartitionKey partitionKey)" name: "createCosmosItemRequestOptions(PartitionKey partitionKey)" nameWithType: "ModelBridgeInternal.createCosmosItemRequestOptions(PartitionKey partitionKey)" modifiers: - "static" parameters: - name: "partitionKey" type: "" syntax: "public static CosmosItemRequestOptions createCosmosItemRequestOptions(PartitionKey partitionKey)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionProperties(java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionProperties(String jsonString)" name: "createCosmosPermissionProperties(String jsonString)" nameWithType: "ModelBridgeInternal.createCosmosPermissionProperties(String jsonString)" modifiers: - "static" parameters: - name: "jsonString" type: "String" syntax: "public static CosmosPermissionProperties createCosmosPermissionProperties(String jsonString)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosPermissionResponse(ResourceResponse response)" name: "createCosmosPermissionResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosPermissionResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosPermissionResponse createCosmosPermissionResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureProperties(java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureProperties(String jsonString)" name: "createCosmosStoredProcedureProperties(String jsonString)" nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureProperties(String jsonString)" modifiers: - "static" parameters: - name: "jsonString" type: "String" syntax: "public static CosmosStoredProcedureProperties createCosmosStoredProcedureProperties(String jsonString)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(ResourceResponse response)" name: "createCosmosStoredProcedureResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosStoredProcedureResponse createCosmosStoredProcedureResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(com.azure.cosmos.implementation.StoredProcedureResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosStoredProcedureResponse(StoredProcedureResponse response)" name: "createCosmosStoredProcedureResponse(StoredProcedureResponse response)" nameWithType: "ModelBridgeInternal.createCosmosStoredProcedureResponse(StoredProcedureResponse response)" modifiers: - "static" parameters: - name: "response" type: "" syntax: "public static CosmosStoredProcedureResponse createCosmosStoredProcedureResponse(StoredProcedureResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosTriggerResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosTriggerResponse(ResourceResponse response)" name: "createCosmosTriggerResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosTriggerResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosTriggerResponse createCosmosTriggerResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(ResourceResponse response)" name: "createCosmosUserDefinedFunctionResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosUserDefinedFunctionResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosUserDefinedFunctionResponse createCosmosUserDefinedFunctionResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserResponse(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createCosmosUserResponse(ResourceResponse response)" name: "createCosmosUserResponse(ResourceResponse response)" nameWithType: "ModelBridgeInternal.createCosmosUserResponse(ResourceResponse response)" modifiers: - "static" parameters: - name: "response" type: "<>" syntax: "public static CosmosUserResponse createCosmosUserResponse(ResourceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createIndexingPolicy(com.azure.cosmos.implementation.Index[])" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createIndexingPolicy(Index[] indexes)" name: "createIndexingPolicy(Index[] indexes)" nameWithType: "ModelBridgeInternal.createIndexingPolicy(Index[] indexes)" modifiers: - "static" parameters: - name: "indexes" type: "[]" syntax: "public static IndexingPolicy createIndexingPolicy(Index[] indexes)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createQueryRequestOptions(CosmosQueryRequestOptions options)" name: "createQueryRequestOptions(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.createQueryRequestOptions(CosmosQueryRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static CosmosQueryRequestOptions createQueryRequestOptions(CosmosQueryRequestOptions options)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.createThroughputRespose(com.azure.cosmos.implementation.ResourceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.createThroughputRespose(ResourceResponse offerResourceResponse)" name: "createThroughputRespose(ResourceResponse offerResourceResponse)" nameWithType: "ModelBridgeInternal.createThroughputRespose(ResourceResponse offerResourceResponse)" modifiers: - "static" parameters: - name: "offerResourceResponse" type: "<>" syntax: "public static ThroughputResponse createThroughputRespose(ResourceResponse offerResourceResponse)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.disableSplitHandling(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)" name: "disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)" nameWithType: "ModelBridgeInternal.disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)" modifiers: - "static" parameters: - name: "requestOptions" type: "" syntax: "public static CosmosChangeFeedRequestOptions disableSplitHandling(CosmosChangeFeedRequestOptions requestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.fromServiceSerializedFormat(java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.fromServiceSerializedFormat(String cosmosResourceType)" name: "fromServiceSerializedFormat(String cosmosResourceType)" nameWithType: "ModelBridgeInternal.fromServiceSerializedFormat(String cosmosResourceType)" modifiers: - "static" parameters: - name: "cosmosResourceType" type: "String" syntax: "public static CosmosResourceType fromServiceSerializedFormat(String cosmosResourceType)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getAltLink(com.azure.cosmos.implementation.Resource)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getAltLink(Resource resource)" name: "getAltLink(Resource resource)" nameWithType: "ModelBridgeInternal.getAltLink(Resource resource)" modifiers: - "static" parameters: - name: "resource" type: "" syntax: "public static String getAltLink(Resource resource)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getBooleanFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getBooleanFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getBooleanFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getBooleanFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static Boolean getBooleanFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "Boolean" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedContinuationState(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)" name: "getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)" nameWithType: "ModelBridgeInternal.getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)" modifiers: - "static" parameters: - name: "requestOptions" type: "" syntax: "public static ChangeFeedState getChangeFeedContinuationState(CosmosChangeFeedRequestOptions requestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)" name: "getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)" nameWithType: "ModelBridgeInternal.getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)" modifiers: - "static" parameters: - name: "requestOptions" type: "" syntax: "public static boolean getChangeFeedIsSplitHandlingDisabled(CosmosChangeFeedRequestOptions requestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedMode(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)" name: "getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)" nameWithType: "ModelBridgeInternal.getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)" modifiers: - "static" parameters: - name: "requestOptions" type: "" syntax: "public static ChangeFeedMode getChangeFeedMode(CosmosChangeFeedRequestOptions requestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedStartFromSettings(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)" name: "getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)" nameWithType: "ModelBridgeInternal.getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)" modifiers: - "static" parameters: - name: "requestOptions" type: "" syntax: "public static ChangeFeedStartFromInternal getChangeFeedStartFromSettings(CosmosChangeFeedRequestOptions requestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKey(com.azure.cosmos.models.CosmosClientEncryptionKeyProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)" name: "getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)" nameWithType: "ModelBridgeInternal.getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)" modifiers: - "static" parameters: - name: "cosmosClientEncryptionKeyProperties" type: "" syntax: "public static ClientEncryptionKey getClientEncryptionKey(CosmosClientEncryptionKeyProperties cosmosClientEncryptionKeyProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKeyPropertiesList(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getClientEncryptionKeyPropertiesList(List results)" name: "getClientEncryptionKeyPropertiesList(List results)" nameWithType: "ModelBridgeInternal.getClientEncryptionKeyPropertiesList(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getClientEncryptionKeyPropertiesList(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getConsistencyLevel(com.azure.cosmos.models.CosmosItemRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getConsistencyLevel(CosmosItemRequestOptions options)" name: "getConsistencyLevel(CosmosItemRequestOptions options)" nameWithType: "ModelBridgeInternal.getConsistencyLevel(CosmosItemRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static ConsistencyLevel getConsistencyLevel(CosmosItemRequestOptions options)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(List results)" name: "getCosmosConflictPropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosConflictPropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosConflictPropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(List results)" name: "getCosmosContainerPropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosContainerPropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosContainerPropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(List results)" name: "getCosmosDatabasePropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosDatabasePropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosDatabasePropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(List results)" name: "getCosmosPermissionPropertiesFromResults(List results)" nameWithType: "ModelBridgeInternal.getCosmosPermissionPropertiesFromResults(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosPermissionPropertiesFromResults(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(List results)" name: "getCosmosStoredProcedurePropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosStoredProcedurePropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosStoredProcedurePropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(List results)" name: "getCosmosTriggerPropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosTriggerPropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosTriggerPropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(List results)" name: "getCosmosUserDefinedFunctionPropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosUserDefinedFunctionPropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosUserDefinedFunctionPropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(List results)" name: "getCosmosUserPropertiesFromV2Results(List results)" nameWithType: "ModelBridgeInternal.getCosmosUserPropertiesFromV2Results(List results)" modifiers: - "static" parameters: - name: "results" type: "List<>" syntax: "public static List getCosmosUserPropertiesFromV2Results(List results)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getDoubleFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getDoubleFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getDoubleFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getDoubleFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static Double getDoubleFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "Double" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(com.azure.cosmos.models.CosmosChangeFeedRequestOptions,com.azure.cosmos.implementation.CosmosPagedFluxOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)" name: "getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)" nameWithType: "ModelBridgeInternal.getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)" modifiers: - "static" parameters: - name: "cosmosChangeFeedRequestOptions" type: "" - name: "pagedFlexOptions" type: "" syntax: "public static CosmosChangeFeedRequestOptions getEffectiveChangeFeedRequestOptions(CosmosChangeFeedRequestOptions cosmosChangeFeedRequestOptions, CosmosPagedFluxOptions pagedFlexOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getEmptyPagesAllowedFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getEmptyPagesAllowedFromQueryRequestOptions(CosmosQueryRequestOptions options)" name: "getEmptyPagesAllowedFromQueryRequestOptions(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.getEmptyPagesAllowedFromQueryRequestOptions(CosmosQueryRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static boolean getEmptyPagesAllowedFromQueryRequestOptions(CosmosQueryRequestOptions options)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getIntFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getIntFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getIntFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getIntFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static Integer getIntFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "Integer" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getMapFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getMapFromJsonSerializable(JsonSerializable jsonSerializable)" name: "getMapFromJsonSerializable(JsonSerializable jsonSerializable)" nameWithType: "ModelBridgeInternal.getMapFromJsonSerializable(JsonSerializable jsonSerializable)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" syntax: "public static Map getMapFromJsonSerializable(JsonSerializable jsonSerializable)" returns: type: "Map<String,Object>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)" name: "getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static Integer getMaxItemCountFromQueryRequestOptions(CosmosQueryRequestOptions options)" returns: type: "Integer" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getNoChangesFromFeedResponse(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getNoChangesFromFeedResponse(FeedResponse response)" name: "getNoChangesFromFeedResponse(FeedResponse response)" nameWithType: "ModelBridgeInternal.getNoChangesFromFeedResponse(FeedResponse response)" modifiers: - "static" parameters: - name: "response" type: "<?>" syntax: "public static boolean getNoChangesFromFeedResponse(FeedResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getNonePartitionKey(com.azure.cosmos.models.PartitionKeyDefinition)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)" name: "getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)" nameWithType: "ModelBridgeInternal.getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)" modifiers: - "static" parameters: - name: "partitionKeyDefinition" type: "" syntax: "public static PartitionKeyInternal getNonePartitionKey(PartitionKeyDefinition partitionKeyDefinition)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getObjectByPathFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.util.List)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getObjectByPathFromJsonSerializable(JsonSerializable jsonSerializable, List propertyNames)" name: "getObjectByPathFromJsonSerializable(JsonSerializable jsonSerializable, List propertyNames)" nameWithType: "ModelBridgeInternal.getObjectByPathFromJsonSerializable(JsonSerializable jsonSerializable, List propertyNames)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyNames" type: "List<String>" syntax: "public static Object getObjectByPathFromJsonSerializable(JsonSerializable jsonSerializable, List propertyNames)" returns: type: "Object" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getObjectFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getObjectFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getObjectFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getObjectFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static Object getObjectFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "Object" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getObjectNodeFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getObjectNodeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getObjectNodeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getObjectNodeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static ObjectNode getObjectNodeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getOfferFromThroughputProperties(com.azure.cosmos.models.ThroughputProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getOfferFromThroughputProperties(ThroughputProperties properties)" name: "getOfferFromThroughputProperties(ThroughputProperties properties)" nameWithType: "ModelBridgeInternal.getOfferFromThroughputProperties(ThroughputProperties properties)" modifiers: - "static" parameters: - name: "properties" type: "" syntax: "public static Offer getOfferFromThroughputProperties(ThroughputProperties properties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getOperationValueForCosmosItemOperationType(com.azure.cosmos.models.CosmosItemOperationType)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)" name: "getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)" nameWithType: "ModelBridgeInternal.getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)" modifiers: - "static" parameters: - name: "cosmosItemOperationType" type: "" syntax: "public static String getOperationValueForCosmosItemOperationType(CosmosItemOperationType cosmosItemOperationType)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyInternal(com.azure.cosmos.models.PartitionKey)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyInternal(PartitionKey partitionKey)" name: "getPartitionKeyInternal(PartitionKey partitionKey)" nameWithType: "ModelBridgeInternal.getPartitionKeyInternal(PartitionKey partitionKey)" modifiers: - "static" parameters: - name: "partitionKey" type: "" syntax: "public static PartitionKeyInternal getPartitionKeyInternal(PartitionKey partitionKey)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyObject(com.azure.cosmos.models.PartitionKey)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyObject(PartitionKey right)" name: "getPartitionKeyObject(PartitionKey right)" nameWithType: "ModelBridgeInternal.getPartitionKeyObject(PartitionKey right)" modifiers: - "static" parameters: - name: "right" type: "" syntax: "public static Object getPartitionKeyObject(PartitionKey right)" returns: type: "Object" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyRangeIdInternal(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)" name: "getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)" summary: "Gets the partitionKeyRangeId." modifiers: - "static" parameters: - description: "the query request options" name: "options" type: "" syntax: "public static String getPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options)" desc: "Gets the partitionKeyRangeId." returns: description: "the partitionKeyRangeId." type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPatchOperationsFromCosmosPatch(com.azure.cosmos.models.CosmosPatchOperations)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)" name: "getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)" nameWithType: "ModelBridgeInternal.getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)" modifiers: - "static" parameters: - name: "cosmosPatchOperations" type: "" syntax: "public static List getPatchOperationsFromCosmosPatch(CosmosPatchOperations cosmosPatchOperations)" returns: type: "List<>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPayloadLength(com.azure.cosmos.models.CosmosBatchResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPayloadLength(CosmosBatchResponse cosmosBatchResponse)" name: "getPayloadLength(CosmosBatchResponse cosmosBatchResponse)" nameWithType: "ModelBridgeInternal.getPayloadLength(CosmosBatchResponse cosmosBatchResponse)" modifiers: - "static" parameters: - name: "cosmosBatchResponse" type: "" syntax: "public static int getPayloadLength(CosmosBatchResponse cosmosBatchResponse)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(com.azure.cosmos.models.CosmosPermissionProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties)" name: "getPermission(CosmosPermissionProperties permissionProperties)" nameWithType: "ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties)" modifiers: - "static" parameters: - name: "permissionProperties" type: "" syntax: "public static Permission getPermission(CosmosPermissionProperties permissionProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(com.azure.cosmos.models.CosmosPermissionProperties,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties, String databaseName)" name: "getPermission(CosmosPermissionProperties permissionProperties, String databaseName)" nameWithType: "ModelBridgeInternal.getPermission(CosmosPermissionProperties permissionProperties, String databaseName)" modifiers: - "static" parameters: - name: "permissionProperties" type: "" - name: "databaseName" type: "String" syntax: "public static Permission getPermission(CosmosPermissionProperties permissionProperties, String databaseName)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)" name: "getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)" nameWithType: "ModelBridgeInternal.getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static Map getPropertiesFromChangeFeedRequestOptions(CosmosChangeFeedRequestOptions options)" returns: type: "Map<String,Object>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)" name: "getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static Map getPropertiesFromQueryRequestOptions(CosmosQueryRequestOptions options)" returns: type: "Map<String,Object>" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getPropertyBagFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getPropertyBagFromJsonSerializable(JsonSerializable jsonSerializable)" name: "getPropertyBagFromJsonSerializable(JsonSerializable jsonSerializable)" nameWithType: "ModelBridgeInternal.getPropertyBagFromJsonSerializable(JsonSerializable jsonSerializable)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" syntax: "public static ObjectNode getPropertyBagFromJsonSerializable(JsonSerializable jsonSerializable)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getQueryInfoFromFeedResponse(com.azure.cosmos.models.FeedResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getQueryInfoFromFeedResponse(FeedResponse response)" name: "getQueryInfoFromFeedResponse(FeedResponse response)" nameWithType: "ModelBridgeInternal.getQueryInfoFromFeedResponse(FeedResponse response)" modifiers: - "static" parameters: - name: "response" type: "<?>" syntax: "public static QueryInfo getQueryInfoFromFeedResponse(FeedResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(com.azure.cosmos.models.CosmosQueryRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)" name: "getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)" nameWithType: "ModelBridgeInternal.getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)" modifiers: - "static" parameters: - name: "options" type: "" syntax: "public static String getRequestContinuationFromQueryRequestOptions(CosmosQueryRequestOptions options)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getStringFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getStringFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "getStringFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.getStringFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static String getStringFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getV2Collection(com.azure.cosmos.models.CosmosContainerProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getV2Collection(CosmosContainerProperties containerProperties)" name: "getV2Collection(CosmosContainerProperties containerProperties)" nameWithType: "ModelBridgeInternal.getV2Collection(CosmosContainerProperties containerProperties)" modifiers: - "static" parameters: - name: "containerProperties" type: "" syntax: "public static DocumentCollection getV2Collection(CosmosContainerProperties containerProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getV2User(com.azure.cosmos.models.CosmosUserProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getV2User(CosmosUserProperties cosmosUserProperties)" name: "getV2User(CosmosUserProperties cosmosUserProperties)" nameWithType: "ModelBridgeInternal.getV2User(CosmosUserProperties cosmosUserProperties)" modifiers: - "static" parameters: - name: "cosmosUserProperties" type: "" syntax: "public static User getV2User(CosmosUserProperties cosmosUserProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.getValue(com.fasterxml.jackson.databind.JsonNode)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.getValue(JsonNode value)" name: "getValue(JsonNode value)" nameWithType: "ModelBridgeInternal.getValue(JsonNode value)" modifiers: - "static" parameters: - name: "value" type: "" syntax: "public static Object getValue(JsonNode value)" returns: type: "Object" - uid: "com.azure.cosmos.models.ModelBridgeInternal.initializeAllAccessors()" fullName: "com.azure.cosmos.models.ModelBridgeInternal.initializeAllAccessors()" name: "initializeAllAccessors()" nameWithType: "ModelBridgeInternal.initializeAllAccessors()" modifiers: - "static" syntax: "public static void initializeAllAccessors()" - uid: "com.azure.cosmos.models.ModelBridgeInternal.isV2(com.azure.cosmos.models.PartitionKeyDefinition)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.isV2(PartitionKeyDefinition pkd)" name: "isV2(PartitionKeyDefinition pkd)" nameWithType: "ModelBridgeInternal.isV2(PartitionKeyDefinition pkd)" modifiers: - "static" parameters: - name: "pkd" type: "" syntax: "public static boolean isV2(PartitionKeyDefinition pkd)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.partitionKeyfromJsonString(java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.partitionKeyfromJsonString(String jsonString)" name: "partitionKeyfromJsonString(String jsonString)" nameWithType: "ModelBridgeInternal.partitionKeyfromJsonString(String jsonString)" modifiers: - "static" parameters: - name: "jsonString" type: "String" syntax: "public static PartitionKey partitionKeyfromJsonString(String jsonString)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.removeFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.removeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" name: "removeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" nameWithType: "ModelBridgeInternal.removeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "propertyName" type: "String" syntax: "public static void removeFromJsonSerializable(JsonSerializable jsonSerializable, String propertyName)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(com.azure.cosmos.implementation.JsonSerializable)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(JsonSerializable jsonSerializable)" name: "serializeJsonToByteBuffer(JsonSerializable jsonSerializable)" nameWithType: "ModelBridgeInternal.serializeJsonToByteBuffer(JsonSerializable jsonSerializable)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" syntax: "public static ByteBuffer serializeJsonToByteBuffer(JsonSerializable jsonSerializable)" returns: type: "ByteBuffer" - uid: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(com.azure.cosmos.implementation.JsonSerializable,com.fasterxml.jackson.databind.ObjectMapper)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(JsonSerializable jsonSerializable, ObjectMapper objectMapper)" name: "serializeJsonToByteBuffer(JsonSerializable jsonSerializable, ObjectMapper objectMapper)" nameWithType: "ModelBridgeInternal.serializeJsonToByteBuffer(JsonSerializable jsonSerializable, ObjectMapper objectMapper)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" - name: "objectMapper" type: "" syntax: "public static ByteBuffer serializeJsonToByteBuffer(JsonSerializable jsonSerializable, ObjectMapper objectMapper)" returns: type: "ByteBuffer" - uid: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(com.azure.cosmos.models.SqlQuerySpec)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)" name: "serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)" nameWithType: "ModelBridgeInternal.serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)" modifiers: - "static" parameters: - name: "sqlQuerySpec" type: "" syntax: "public static ByteBuffer serializeJsonToByteBuffer(SqlQuerySpec sqlQuerySpec)" returns: type: "ByteBuffer" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setAltLink(com.azure.cosmos.implementation.Resource,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setAltLink(Resource resource, String altLink)" name: "setAltLink(Resource resource, String altLink)" nameWithType: "ModelBridgeInternal.setAltLink(Resource resource, String altLink)" modifiers: - "static" parameters: - name: "resource" type: "" - name: "altLink" type: "String" syntax: "public static void setAltLink(Resource resource, String altLink)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(java.lang.String,com.azure.cosmos.models.CosmosChangeFeedRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)" name: "setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)" nameWithType: "ModelBridgeInternal.setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)" modifiers: - "static" parameters: - name: "eTag" type: "String" - name: "options" type: "" syntax: "public static void setChangeFeedRequestOptionsContinuation(String eTag, CosmosChangeFeedRequestOptions options)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKey(com.azure.cosmos.models.CosmosItemRequestOptions,com.azure.cosmos.models.PartitionKey)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)" name: "setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)" nameWithType: "ModelBridgeInternal.setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)" modifiers: - "static" parameters: - name: "cosmosItemRequestOptions" type: "" - name: "partitionKey" type: "" syntax: "public static CosmosItemRequestOptions setPartitionKey(CosmosItemRequestOptions cosmosItemRequestOptions, PartitionKey partitionKey)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKeyRangeIdInternal(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)" name: "setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)" nameWithType: "ModelBridgeInternal.setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)" summary: "Sets the PartitionKeyRangeId." modifiers: - "static" parameters: - description: "the query request options" name: "options" type: "" - description: "the partition key range id" name: "partitionKeyRangeId" type: "String" syntax: "public static CosmosQueryRequestOptions setPartitionKeyRangeIdInternal(CosmosQueryRequestOptions options, String partitionKeyRangeId)" desc: "Sets the PartitionKeyRangeId." returns: description: "the partitionKeyRangeId." type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationToken(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)" name: "setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)" nameWithType: "ModelBridgeInternal.setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)" modifiers: - "static" parameters: - name: "cosmosQueryRequestOptions" type: "" - name: "continuationToken" type: "String" syntax: "public static void setQueryRequestOptionsContinuationToken(CosmosQueryRequestOptions cosmosQueryRequestOptions, String continuationToken)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.String,java.lang.Integer)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)" name: "setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)" nameWithType: "ModelBridgeInternal.setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)" modifiers: - "static" parameters: - name: "options" type: "" - name: "continuationToken" type: "String" - name: "maxItemCount" type: "Integer" syntax: "public static void setQueryRequestOptionsContinuationTokenAndMaxItemCount(CosmosQueryRequestOptions options, String continuationToken, Integer maxItemCount)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsEmptyPagesAllowed(com.azure.cosmos.models.CosmosQueryRequestOptions,boolean)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsEmptyPagesAllowed(CosmosQueryRequestOptions options, boolean emptyPageAllowed)" name: "setQueryRequestOptionsEmptyPagesAllowed(CosmosQueryRequestOptions options, boolean emptyPageAllowed)" nameWithType: "ModelBridgeInternal.setQueryRequestOptionsEmptyPagesAllowed(CosmosQueryRequestOptions options, boolean emptyPageAllowed)" modifiers: - "static" parameters: - name: "options" type: "" - name: "emptyPageAllowed" type: "" syntax: "public static CosmosQueryRequestOptions setQueryRequestOptionsEmptyPagesAllowed(CosmosQueryRequestOptions options, boolean emptyPageAllowed)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(com.azure.cosmos.models.CosmosQueryRequestOptions,java.lang.Integer)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)" name: "setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)" nameWithType: "ModelBridgeInternal.setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)" modifiers: - "static" parameters: - name: "cosmosQueryRequestOptions" type: "" - name: "maxItemCount" type: "Integer" syntax: "public static void setQueryRequestOptionsMaxItemCount(CosmosQueryRequestOptions cosmosQueryRequestOptions, Integer maxItemCount)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsProperties(com.azure.cosmos.models.CosmosQueryRequestOptions,java.util.Map)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map properties)" name: "setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map properties)" nameWithType: "ModelBridgeInternal.setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map properties)" modifiers: - "static" parameters: - name: "options" type: "" - name: "properties" type: "Map<String,Object>" syntax: "public static CosmosQueryRequestOptions setQueryRequestOptionsProperties(CosmosQueryRequestOptions options, Map properties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setResourceId(com.azure.cosmos.implementation.Resource,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setResourceId(Resource resource, String resourceId)" name: "setResourceId(Resource resource, String resourceId)" nameWithType: "ModelBridgeInternal.setResourceId(Resource resource, String resourceId)" modifiers: - "static" parameters: - name: "resource" type: "" - name: "resourceId" type: "String" syntax: "public static void setResourceId(Resource resource, String resourceId)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setResourceSelfLink(com.azure.cosmos.implementation.Resource,java.lang.String)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setResourceSelfLink(Resource resource, String selfLink)" name: "setResourceSelfLink(Resource resource, String selfLink)" nameWithType: "ModelBridgeInternal.setResourceSelfLink(Resource resource, String selfLink)" modifiers: - "static" parameters: - name: "resource" type: "" - name: "selfLink" type: "String" syntax: "public static void setResourceSelfLink(Resource resource, String selfLink)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(com.azure.cosmos.models.CosmosContainerRequestOptions,com.azure.cosmos.models.ThroughputProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)" name: "setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)" nameWithType: "ModelBridgeInternal.setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)" modifiers: - "static" parameters: - name: "containerRequestOptions" type: "" - name: "throughputProperties" type: "" syntax: "public static CosmosContainerRequestOptions setThroughputProperties(CosmosContainerRequestOptions containerRequestOptions, ThroughputProperties throughputProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(com.azure.cosmos.models.CosmosDatabaseRequestOptions,com.azure.cosmos.models.ThroughputProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)" name: "setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)" nameWithType: "ModelBridgeInternal.setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)" modifiers: - "static" parameters: - name: "cosmosDatabaseRequestOptions" type: "" - name: "throughputProperties" type: "" syntax: "public static CosmosDatabaseRequestOptions setThroughputProperties(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions, ThroughputProperties throughputProperties)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.setTimestamp(com.azure.cosmos.implementation.Resource,java.time.Instant)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.setTimestamp(Resource resource, Instant date)" name: "setTimestamp(Resource resource, Instant date)" nameWithType: "ModelBridgeInternal.setTimestamp(Resource resource, Instant date)" modifiers: - "static" parameters: - name: "resource" type: "" - name: "date" type: "Instant" syntax: "public static void setTimestamp(Resource resource, Instant date)" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toDatabaseAccount(com.azure.cosmos.implementation.RxDocumentServiceResponse)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toDatabaseAccount(RxDocumentServiceResponse response)" name: "toDatabaseAccount(RxDocumentServiceResponse response)" nameWithType: "ModelBridgeInternal.toDatabaseAccount(RxDocumentServiceResponse response)" modifiers: - "static" parameters: - name: "response" type: "" syntax: "public static DatabaseAccount toDatabaseAccount(RxDocumentServiceResponse response)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toJsonFromJsonSerializable(com.azure.cosmos.implementation.JsonSerializable)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toJsonFromJsonSerializable(JsonSerializable jsonSerializable)" name: "toJsonFromJsonSerializable(JsonSerializable jsonSerializable)" nameWithType: "ModelBridgeInternal.toJsonFromJsonSerializable(JsonSerializable jsonSerializable)" modifiers: - "static" parameters: - name: "jsonSerializable" type: "" syntax: "public static String toJsonFromJsonSerializable(JsonSerializable jsonSerializable)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toLower(com.azure.cosmos.implementation.RequestVerb)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toLower(RequestVerb verb)" name: "toLower(RequestVerb verb)" nameWithType: "ModelBridgeInternal.toLower(RequestVerb verb)" modifiers: - "static" parameters: - name: "verb" type: "" syntax: "public static String toLower(RequestVerb verb)" returns: type: "String" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosBatchRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)" name: "toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)" modifiers: - "static" parameters: - name: "cosmosBatchRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosBatchRequestOptions cosmosBatchRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosConflictRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)" name: "toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)" modifiers: - "static" parameters: - name: "cosmosConflictRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosConflictRequestOptions cosmosConflictRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosContainerRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)" name: "toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)" modifiers: - "static" parameters: - name: "cosmosContainerRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosContainerRequestOptions cosmosContainerRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosDatabaseRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)" name: "toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)" modifiers: - "static" parameters: - name: "cosmosDatabaseRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosDatabaseRequestOptions cosmosDatabaseRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosItemRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosItemRequestOptions cosmosItemRequestOptions)" name: "toRequestOptions(CosmosItemRequestOptions cosmosItemRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosItemRequestOptions cosmosItemRequestOptions)" modifiers: - "static" parameters: - name: "cosmosItemRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosItemRequestOptions cosmosItemRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosPatchItemRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosPatchItemRequestOptions cosmosPatchItemRequestOptions)" name: "toRequestOptions(CosmosPatchItemRequestOptions cosmosPatchItemRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosPatchItemRequestOptions cosmosPatchItemRequestOptions)" modifiers: - "static" parameters: - name: "cosmosPatchItemRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosPatchItemRequestOptions cosmosPatchItemRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosPermissionRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)" name: "toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)" modifiers: - "static" parameters: - name: "cosmosPermissionRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosPermissionRequestOptions cosmosPermissionRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(com.azure.cosmos.models.CosmosStoredProcedureRequestOptions)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)" name: "toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)" nameWithType: "ModelBridgeInternal.toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)" modifiers: - "static" parameters: - name: "cosmosStoredProcedureRequestOptions" type: "" syntax: "public static RequestOptions toRequestOptions(CosmosStoredProcedureRequestOptions cosmosStoredProcedureRequestOptions)" returns: type: "" - uid: "com.azure.cosmos.models.ModelBridgeInternal.updateOfferFromProperties(com.azure.cosmos.implementation.Offer,com.azure.cosmos.models.ThroughputProperties)" fullName: "com.azure.cosmos.models.ModelBridgeInternal.updateOfferFromProperties(Offer offer, ThroughputProperties properties)" name: "updateOfferFromProperties(Offer offer, ThroughputProperties properties)" nameWithType: "ModelBridgeInternal.updateOfferFromProperties(Offer offer, ThroughputProperties properties)" modifiers: - "static" parameters: - name: "offer" type: "" - name: "properties" type: "" syntax: "public static Offer updateOfferFromProperties(Offer offer, ThroughputProperties properties)" returns: type: "" type: "class" desc: "DO NOT USE. This is meant to be used only internally as a bridge access to classes in com.azure.cosmos.model package" metadata: {} package: "com.azure.cosmos.models" artifact: com.azure:azure-cosmos:4.36.0