com.azure.core.models.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-core Show documentation
Show all versions of azure-core Show documentation
This package contains core types for Azure Java clients.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/**
* This package contains the core model classes used across the Azure SDK.
*
* These classes provide common structures and functionality for working with Azure services. They include
* representations for various types of data, such GeoJSON objects, and JSON Patch documents.
*
* Classes in this package are typically used as base classes or utility classes, and are extended or used by other
* classes in the Azure SDK to provide service-specific functionality.
*
* Some of the key classes in this package include:
*
* - {@link com.azure.core.models.GeoObject}: Represents an abstract geometric object in GeoJSON format.
* - {@link com.azure.core.models.GeoPolygonCollection}: Represents a collection of
* {@link com.azure.core.models.GeoPolygon GeoPolygons} in GeoJSON format.
* - {@link com.azure.core.models.JsonPatchDocument}: Represents a JSON Patch document.
* - {@link com.azure.core.models.ResponseError}: Represents the error details of an HTTP response.
* - {@link com.azure.core.models.ResponseInnerError}: Represents the inner error details of a
* {@link com.azure.core.models.ResponseError}.
* - {@link com.azure.core.models.MessageContent}: Represents a message with a specific content type and data.
*
*/
package com.azure.core.models;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy