Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class EdgeDefinitionCreate(collection: String, from: List[String], to: List[String]) extends Product with Serializable
  2. final case class GraphCreate(name: String, edgeDefinitions: List[GraphEdgeDefinition] = List(), orphanCollections: List[CollectionName] = List(), isSmart: Boolean = false, isDisjoint: Boolean = false, options: Option[Options] = None, waitForSync: Int = 1) extends Product with Serializable

Value Members

  1. object EdgeDefinitionCreate extends Serializable
  2. object GraphCreate extends Serializable

Ungrouped