GetAuthenticatedExtendedCardBuildingStep
class GetAuthenticatedExtendedCardBuildingStep(mokksy: MokksyServer, buildingStep: BuildingStep<GetAuthenticatedExtendedCardRequest>) : AbstractBuildingStep<GetAuthenticatedExtendedCardRequest, GetAuthenticatedExtendedCardResponseSpecification> (source)
Building step for configuring get authenticated extended card responses.
Functions
Link copied to clipboard
open infix override fun responds(block: suspend GetAuthenticatedExtendedCardResponseSpecification.() -> Unit)
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)