ListTasks

case class ListTasks(nodeIds: Seq[String], detailed: Option[Boolean], actions: Seq[String], groupBy: Option[String], waitForCompletion: Option[Boolean])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def actions(first: String, rest: String*): ListTasks
def actions(actions: Iterable[String]): ListTasks
def groupBy(group: String): ListTasks
def waitForCompletion(w: Boolean): ListTasks

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product