Uses of Class
com.microsoft.rest.ExpandableStringEnum
-
Packages that use ExpandableStringEnum Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function. -
-
Uses of ExpandableStringEnum in com.microsoft.rest
Classes in com.microsoft.rest with type parameters of type ExpandableStringEnum Modifier and Type Class Description classExpandableStringEnum<T extends ExpandableStringEnum<T>>Base implementation for expandable, single string enums.Methods in com.microsoft.rest with type parameters of type ExpandableStringEnum Modifier and Type Method Description protected static <T extends ExpandableStringEnum<T>>
TExpandableStringEnum. fromString(String name, Class<T> clazz)protected static <T extends ExpandableStringEnum<T>>
Collection<T>ExpandableStringEnum. values(Class<T> clazz)
-