Enum ResponseItemContainer.Tag

java.lang.Object
java.lang.Enum<ResponseItemContainer.Tag>
org.opensearch.client.opensearch._global.bulk.ResponseItemContainer.Tag
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ResponseItemContainer.Tag>, java.lang.constant.Constable, ToJsonp, StringEnum
Enclosing class:
ResponseItemContainer

public static enum ResponseItemContainer.Tag
extends java.lang.Enum<ResponseItemContainer.Tag>
implements StringEnum
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>

    Nested classes/interfaces inherited from interface org.opensearch.client.util.StringEnum

    StringEnum.Deserializer<T extends java.lang.Enum<T> & StringEnum>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    create  
    delete  
    index  
    update  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static StringEnum.Deserializer<ResponseItemContainer.Tag> DESERIALIZER  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String jsonValue()  
    static ResponseItemContainer.Tag valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ResponseItemContainer.Tag[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.opensearch.client.util.StringEnum

    toJsonp