Class IndexerExecutionStatusDetail
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IndexerExecutionStatusDetail>
com.azure.search.documents.indexes.models.IndexerExecutionStatusDetail
public final class IndexerExecutionStatusDetail
extends com.azure.core.util.ExpandableStringEnum<IndexerExecutionStatusDetail>
Defines values for IndexerExecutionStatusDetail.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IndexerExecutionStatusDetail
Static value resetDocs for IndexerExecutionStatusDetail. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexerExecutionStatusDetail
fromString
(String name) Creates or finds a IndexerExecutionStatusDetail from its string representation.values()
Gets known IndexerExecutionStatusDetail values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RESET_DOCS
Static value resetDocs for IndexerExecutionStatusDetail.
-
-
Constructor Details
-
IndexerExecutionStatusDetail
public IndexerExecutionStatusDetail()
-
-
Method Details
-
fromString
Creates or finds a IndexerExecutionStatusDetail from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IndexerExecutionStatusDetail.
-
values
Gets known IndexerExecutionStatusDetail values.- Returns:
- known IndexerExecutionStatusDetail values.
-