[F] getOperationId
function getOperationId(program, entity): string | undefined
Returns operationId set via the @operationId
decorator or undefined
Parameters
Parameter | Type |
---|---|
program | Program |
entity | Operation |
Returns
string
| undefined
function getOperationId(program, entity): string | undefined
Returns operationId set via the @operationId
decorator or undefined
Parameter | Type |
---|---|
program | Program |
entity | Operation |
string
| undefined