setMethod

open fun setMethod(index: Int, value: EndpointMethods): Endpoint.Builder
HTTP methods supported by this endpoint.
repeated .elide.meta.EndpointMethods method = 8;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The method to set.