plusAssign
Types accepted by this method.
Content copied to clipboard
repeated string consumes = 6;
Parameters
value
The consumes to add.
inline operator fun DslList<String, EndpointKt.Dsl.ConsumesProxy>.plusAssign(values: Iterable<String>)
Types accepted by this method.
Content copied to clipboard
repeated string consumes = 6;
Parameters
values
The consumes to add.
Types produced by this method.
Content copied to clipboard
repeated string produces = 7;
Parameters
value
The produces to add.
inline operator fun DslList<String, EndpointKt.Dsl.ProducesProxy>.plusAssign(values: Iterable<String>)
Types produced by this method.
Content copied to clipboard
repeated string produces = 7;
Parameters
values
The produces to add.
inline operator fun DslList<EndpointMethods, EndpointKt.Dsl.MethodProxy>.plusAssign(value: EndpointMethods)
HTTP methods supported by this endpoint.
Content copied to clipboard
repeated .elide.meta.EndpointMethods method = 8;
Parameters
value
The method to add.
inline operator fun DslList<EndpointMethods, EndpointKt.Dsl.MethodProxy>.plusAssign(values: Iterable<EndpointMethods>)
HTTP methods supported by this endpoint.
Content copied to clipboard
repeated .elide.meta.EndpointMethods method = 8;
Parameters
values
The method to add.