public enum QueryLogClientType extends java.lang.Enum<QueryLogClientType>
| Modifier and Type | Method and Description |
|---|---|
static QueryLogClientType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryLogClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryLogClientType ALL_RESULTS_QUERY
public static final QueryLogClientType CATALOG_ITEM_REUSE_QUERY
public static final QueryLogClientType CONTENT_SEARCH_HIGH
public static final QueryLogClientType CONTENT_SEARCH_LOW
public static final QueryLogClientType CONTENT_SEARCH_REGULAR
public static final QueryLogClientType CSOM
public static final QueryLogClientType CUSTOM
public static final QueryLogClientType DISCOVERY_DOWNLOAD_MANAGER
public static final QueryLogClientType DISCOVERY_SEARCH
public static final QueryLogClientType DOCS_SHARED_WITH_ME
public static final QueryLogClientType INPLACE_LIST_SEARCH
public static final QueryLogClientType MY_SITE_SECURITY_TRIMMER
public static final QueryLogClientType MY_TASK_SYNC
public static final QueryLogClientType NONE
public static final QueryLogClientType OBJECT_MODEL
public static final QueryLogClientType OBJECT_MODEL_BACKWARDS_COMPATIBLE
public static final QueryLogClientType PEOPLE_RESULTS_QUERY
public static final QueryLogClientType REPORTS_AND_DATA_RESULTS_QUERY
public static final QueryLogClientType RSS
public static final QueryLogClientType SEARCH_WEB_PART_CONFIGURATION
public static final QueryLogClientType SEO_SITE_MAP_QUERY
public static final QueryLogClientType SITE_RESULTS_QUERY_ALL
public static final QueryLogClientType SITE_RESULTS_QUERY_DOCS
public static final QueryLogClientType SITE_RESULTS_QUERY_SITES
public static final QueryLogClientType TRENDING_TAGS_QUERY
public static final QueryLogClientType UI
public static final QueryLogClientType VIDEO_RESULTS_QUERY
public static final QueryLogClientType WEB_SERVICE
public static QueryLogClientType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static QueryLogClientType[] values()
for (QueryLogClientType c : QueryLogClientType.values()) System.out.println(c);