Class LogRanking
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<LogRanking>
-
- com.azure.resourcemanager.cdn.models.LogRanking
-
public final class LogRanking extends com.azure.core.util.ExpandableStringEnum<LogRanking>
Defines values for LogRanking.
-
-
Field Summary
Fields Modifier and Type Field Description static LogRankingBROWSERStatic value browser for LogRanking.static LogRankingCOUNTRY_OR_REGIONStatic value countryOrRegion for LogRanking.static LogRankingREFERRERStatic value referrer for LogRanking.static LogRankingURLStatic value url for LogRanking.static LogRankingUSER_AGENTStatic value userAgent for LogRanking.
-
Constructor Summary
Constructors Constructor Description LogRanking()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogRankingfromString(String name)Creates or finds a LogRanking from its string representation.static Collection<LogRanking>values()
-
-
-
Field Detail
-
URL
public static final LogRanking URL
Static value url for LogRanking.
-
REFERRER
public static final LogRanking REFERRER
Static value referrer for LogRanking.
-
BROWSER
public static final LogRanking BROWSER
Static value browser for LogRanking.
-
USER_AGENT
public static final LogRanking USER_AGENT
Static value userAgent for LogRanking.
-
COUNTRY_OR_REGION
public static final LogRanking COUNTRY_OR_REGION
Static value countryOrRegion for LogRanking.
-
-
Method Detail
-
fromString
public static LogRanking fromString(String name)
Creates or finds a LogRanking from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LogRanking.
-
values
public static Collection<LogRanking> values()
- Returns:
- known LogRanking values.
-
-