GetTaskFormVariables

case
class GetTaskFormVariables[Out <: Product](restApi: CamundaRestApi[NoInput, Out])(implicit evidence$23: Encoder[Out], evidence$24: Decoder[Out], evidence$25: Schema[Out], evidence$26: ClassTag[Out]) extends ApiEndpoint[NoInput, Out, GetTaskFormVariables[Out]]
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 create(): Seq[Endpoint[_, _, _, _, _]]
Inherited from
ApiEndpoint
protected
def definitionKeyPath(key: String): EndpointInput[_]
Inherited from
ApiEndpoint
protected
def inMapper(): Option[EndpointInput[_]]
Inherited from
ApiEndpoint
protected
def outMapper(): Option[EndpointOutput[_]]
Inherited from
ApiEndpoint
def postmanBaseEndpoint: Endpoint[_, _, _, _, _]
Inherited from
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
protected
def tenantIdPath(id: String): EndpointInput[_]
Inherited from
ApiEndpoint
def withDescr(description: String): GetTaskFormVariables[Out]
Inherited from
ApiEndpoint
def withInExample(label: String, example: NoInput): GetTaskFormVariables[Out]
Inherited from
ApiEndpoint
def withName(n: String): GetTaskFormVariables[Out]
Inherited from
ApiEndpoint
def withOutExample(label: String, example: Out): GetTaskFormVariables[Out]
Inherited from
ApiEndpoint
def withTag(t: String): GetTaskFormVariables[Out]
Inherited from
ApiEndpoint

Concrete fields

val apiName: String
override
val descr: String
val endpointType: String

Inherited fields

lazy
Inherited from
ApiEndpoint
lazy
val outExample: Out
Inherited from
ApiEndpoint
lazy
val postmanName: String
Inherited from
ApiEndpoint
lazy
val tag: String
Inherited from
ApiEndpoint