[F] getNextLinkVerb
function getNextLinkVerb(context, entity): "GET" | "POST";Get the HTTP verb specified for next link operations in paging scenarios.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | TCGCContext |
entity | Operation | Operation to check for nextLinkVerb decorator |
Returns
Section titled “Returns”"GET" | "POST"
The HTTP verb string (“POST” or “GET”). Defaults to “GET” if decorator is not applied.