CompleteTask

case
class CompleteTask[In <: Product](restApi: CamundaRestApi[In, NoOutput])(implicit evidence$22: Encoder[In], evidence$23: Decoder[In], evidence$24: Schema[In]) extends ApiEndpoint[In, NoOutput, CompleteTask[In]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createPostman()(implicit tenantId: Option[String]): Seq[Endpoint[_, _, _, _]]

Inherited methods

def baseEndpoint: Endpoint[_, _, _, _]
Inherited from
ApiEndpoint
def create(): Seq[Endpoint[_, _, _, _]]
Inherited from
ApiEndpoint
def descr: String
Inherited from
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def withDescr(description: String): CompleteTask[In]
Inherited from
ApiEndpoint
def withInExample(label: String, example: In): CompleteTask[In]
Inherited from
ApiEndpoint
def withName(n: String): CompleteTask[In]
Inherited from
ApiEndpoint
def withOutExample(label: String, example: NoOutput): CompleteTask[In]
Inherited from
ApiEndpoint
def withTag(t: String): CompleteTask[In]
Inherited from
ApiEndpoint

Concrete fields

val apiName: String

Inherited fields

lazy
val docName: String
Inherited from
ApiEndpoint
lazy
val inExample: In
Inherited from
ApiEndpoint
Inherited from
ApiEndpoint
lazy
val postmanName: String
Inherited from
ApiEndpoint
lazy
val tag: String
Inherited from
ApiEndpoint
lazy
val valueName: String
Inherited from
ApiEndpoint