ExpandableStringEnum<T> Classe
- java.
lang. Object - com.
microsoft. bot. restclient. ExpandableStringEnum<T>
- com.
Parametri di tipo
- T
un tipo di enumerazione espandibile specifico
public abstract class ExpandableStringEnum
Implementazione di base per enumerazioni a stringa singola espandibile.
Riepilogo dei costruttori
| Costruttore | Descrizione | |
|---|---|---|
| ExpandableStringEnum() | ||
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| protected static T | <T>fromString(String name, Class<T> clazz) |
| protected static java.util.Collection<T> | <T>values(Class<T> clazz) |
| boolean | equals(Object obj) |
| int | hashCode() |
| java.lang.String | toString() |
| protected T | withNameValue(String name, T value, Class<T> clazz) |
Metodi ereditati da java.lang.Object
Dettagli costruttore
ExpandableStringEnum
public ExpandableStringEnum()
Dettagli metodo
<T>fromString
protected static T
Parametri:
<T>values
protected static Collection
Parametri:
equals
public boolean equals(Object obj)
Override:
ExpandableStringEnum<T>.equals(Object obj)Parametri:
hashCode
public int hashCode()
Override:
ExpandableStringEnum<T>.hashCode()toString
public String toString()
Override:
ExpandableStringEnum<T>.toString()withNameValue
protected T withNameValue(String name, T value, Class
Parametri: