Enum ModifyQueueEntryParams.Operation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ModifyQueueEntryParams.Operation>
    Enclosing class:
    ModifyQueueEntryParams

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public static enum ModifyQueueEntryParams.Operation
    extends java.lang.Enum<ModifyQueueEntryParams.Operation>

    Java class for null.

    The following schema fragment specifies the expected content contained within this class.

    
     <simpleType>
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="Abort"/>
         <enumeration value="Complete"/>
         <enumeration value="Hold"/>
         <enumeration value="Move"/>
         <enumeration value="Remove"/>
         <enumeration value="Resume"/>
         <enumeration value="SetGang"/>
         <enumeration value="Suspend"/>
       </restriction>
     </simpleType>