Uses of Class
com.azure.core.util.ExpandableStringEnum
Packages that use ExpandableStringEnum
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
This package contains the core model classes used across the Azure SDK.
Package containing core utility classes.
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of ExpandableStringEnum in com.azure.core.http
Subclasses of ExpandableStringEnum in com.azure.core.httpModifier and TypeClassDescriptionfinal classRepresents HTTP header names for multiple versions of HTTP. -
Uses of ExpandableStringEnum in com.azure.core.models
Subclasses of ExpandableStringEnum in com.azure.core.modelsModifier and TypeClassDescriptionfinal classAn expandable enum that describes Azure cloud environment.final classRepresentation of the data format for aCloudEvent.final classRepresents the type of a GeoJSON object. -
Uses of ExpandableStringEnum in com.azure.core.util
Classes in com.azure.core.util with type parameters of type ExpandableStringEnumModifier and TypeClassDescriptionclassExpandableStringEnum<T extends ExpandableStringEnum<T>>Base implementation for expandable, single string enums.Methods in com.azure.core.util with type parameters of type ExpandableStringEnumModifier and TypeMethodDescriptionprotected static <T extends ExpandableStringEnum<T>>
TExpandableStringEnum.fromString(String name, Class<T> clazz) Creates an instance of the specific expandable string enum from a String.protected static <T extends ExpandableStringEnum<T>>
Collection<T> Gets a collection of all known values to an expandable string enum type. -
Uses of ExpandableStringEnum in com.azure.core.util.polling
Subclasses of ExpandableStringEnum in com.azure.core.util.pollingModifier and TypeClassDescriptionfinal classAn enum to represent all possible states that a long-running operation may find itself in.