Uses of Class
com.azure.core.util.ExpandableStringEnum
Packages that use ExpandableStringEnum
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing core model classes.
Package containing core utility classes.
Package containing API for long running operations.
-
Uses of ExpandableStringEnum in com.azure.core.http
Subclasses of ExpandableStringEnum in com.azure.core.httpModifier and TypeClassDescriptionfinal class
Represents 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 class
Representation of the data format for aCloudEvent
.final class
Represents the type of GeoJSON object. -
Uses of ExpandableStringEnum in com.azure.core.util
Classes in com.azure.core.util with type parameters of type ExpandableStringEnumModifier and TypeClassDescriptionclass
ExpandableStringEnum<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 class
An enum to represent all possible states that a long-running operation may find itself in.