GetAuthenticatedExtendedCardBuildingStep

Building step for configuring get authenticated extended card responses.

Constructors

Link copied to clipboard
constructor(mokksy: MokksyServer, buildingStep: BuildingStep<GetAuthenticatedExtendedCardRequest>)

Functions

Link copied to clipboard
Link copied to clipboard
open infix fun <R : Any> respondsError(block: Consumer<ResponseDefinitionBuilder<GetAuthenticatedExtendedCardRequest, R>>)
open infix fun <T : Any> respondsError(block: suspend ResponseDefinitionBuilder<GetAuthenticatedExtendedCardRequest, T>.() -> Unit)
open fun <T : Any> respondsError(responseType: KClass<T>, block: suspend ResponseDefinitionBuilder<GetAuthenticatedExtendedCardRequest, T>.() -> Unit)