Class TokenType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TokenType>
-
- com.azure.resourcemanager.containerregistry.models.TokenType
-
public final class TokenType extends com.azure.core.util.ExpandableStringEnum<TokenType>
Defines values for TokenType.
-
-
Constructor Summary
Constructors Constructor Description TokenType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TokenTypefromString(String name)Creates or finds a TokenType from its string representation.static Collection<TokenType>values()
-
-
-
Method Detail
-
fromString
public static TokenType fromString(String name)
Creates or finds a TokenType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TokenType.
-
values
public static Collection<TokenType> values()
- Returns:
- known TokenType values.
-
-