CApiGroup

camundala.api.CApiGroup
case class CApiGroup(name: String, apis: List[CApi]) extends GroupedApi

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CApi
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def withApis(apis: List[CApi]): CApiGroup

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product