Uses of Class
com.azure.core.annotation.Immutable
-
Packages that use Immutable Package Description com.azure.core.credential Package containing basic credential classes for authentication purposes.com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.models Package containing core model classes.com.azure.core.util Package containing core utility classes. -
-
Uses of Immutable in com.azure.core.credential
Classes in com.azure.core.credential with annotations of type Immutable Modifier and Type Class Description classAzureNamedKeyRepresents a credential bag containing the key and the name of the key. -
Uses of Immutable in com.azure.core.http
Classes in com.azure.core.http with annotations of type Immutable Modifier and Type Class Description classHttpAuthorizationRepresents the value of an HTTP Authorization header.classHttpRangeRepresents a range of bytes within an HTTP resource. -
Uses of Immutable in com.azure.core.models
Classes in com.azure.core.models with annotations of type Immutable Modifier and Type Class Description classGeoBoundingBoxRepresents a geometric bounding box.classGeoCollectionRepresents a heterogeneous collection ofGeoObjects.classGeoLinearRingRepresents a linear ring that is part of aGeoPolygon.classGeoLineStringRepresents a geometric line.classGeoLineStringCollectionRepresents a collection ofGeoLines.classGeoObjectAn abstract geo object.classGeoPointRepresents a geometric point.classGeoPointCollectionRepresents a collection ofGeoPoints.classGeoPolygonRepresents a geometric polygon.classGeoPolygonCollectionRepresents a collection ofGeoPolygons.classGeoPositionRepresents a geo position. -
Uses of Immutable in com.azure.core.util
Classes in com.azure.core.util with annotations of type Immutable Modifier and Type Class Description classContextContextoffers a means of passing arbitrary data (key-value pairs) to pipeline policies.
-