Packages

package model

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type TemplateId = model.TemplateId.Type
  2. implicit final class TemplateIdSyntax extends AnyVal
  3. final case class ZFlowTemplate extends Product with Serializable
  4. case class ZFlowTemplateWithId(templateId: TemplateId, template: ZFlowTemplate) extends Product with Serializable
  5. final case class ZFlowTemplates(entries: Chunk[ZFlowTemplateWithId]) extends Product with Serializable

Value Members

  1. object TemplateId extends Newtype[String]
  2. object ZFlowTemplate extends Serializable
  3. object ZFlowTemplateWithId extends Serializable
  4. object ZFlowTemplates extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped