* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
*
* @throws \OpenAPI\Client\ApiException on non-2xx response
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
*
* @throws \OpenAPI\Client\ApiException on non-2xx response
* @throws \InvalidArgumentException
* @return array of \OpenAPI\Client\Model\ResponseOpenAPISpeakerListResult, HTTP status code, HTTP response headers (array of strings)
*/
public function speakerListWithHttpInfo(string $contentType = self::contentTypes['speakerList'][0])
public function speakersWithHttpInfo(string $contentType = self::contentTypes['speakers'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface
*/
public function speakerListAsync(string $contentType = self::contentTypes['speakerList'][0])
public function speakersAsync(string $contentType = self::contentTypes['speakers'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Promise\PromiseInterface
*/
public function speakerListAsyncWithHttpInfo(string $contentType = self::contentTypes['speakerList'][0])
public function speakersAsyncWithHttpInfo(string $contentType = self::contentTypes['speakers'][0])
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakerList'] to see the possible values for this operation
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['speakers'] to see the possible values for this operation
*
* @throws \InvalidArgumentException
* @return \GuzzleHttp\Psr7\Request
*/
public function speakerListRequest(string $contentType = self::contentTypes['speakerList'][0])
public function speakersRequest(string $contentType = self::contentTypes['speakers'][0])