ServiceEdge

object ServiceEdge
class Object
trait Matchable
class Any

Value members

Concrete methods

def cursor: SelectionBuilder[ServiceEdge, String]

A cursor for use in pagination.

A cursor for use in pagination.

def node[A](onBaseService: Option[SelectionBuilder[BaseService, A]], onJiraService: Option[SelectionBuilder[JiraService, A]]): SelectionBuilder[ServiceEdge, Option[A]]

The item at the end of the edge.

The item at the end of the edge.