Uses of Class
com.turtlequeue.AcknowledgeBuilder.AckType
-
-
Uses of AcknowledgeBuilder.AckType in com.turtlequeue
Methods in com.turtlequeue that return AcknowledgeBuilder.AckType Modifier and Type Method Description static AcknowledgeBuilder.AckTypeAcknowledgeBuilder.AckType. valueOf(String name)Returns the enum constant of this type with the specified name.static AcknowledgeBuilder.AckType[]AcknowledgeBuilder.AckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.turtlequeue with parameters of type AcknowledgeBuilder.AckType Modifier and Type Method Description AcknowledgeBuilderAcknowledgeBuilder. setAckType(AcknowledgeBuilder.AckType ackType)
-