Uses of Class
com.azure.core.util.ExpandableStringEnum
Packages that use ExpandableStringEnum
Package
Description
Package containing core model classes.
Package containing core utility classes.
Package containing API for long running operations.
-
Uses of ExpandableStringEnum in com.azure.core.models
Subclasses of ExpandableStringEnum in com.azure.core.modelsModifier and TypeClassDescriptionfinal 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.