Package software.xdev.sessionize.api
Class SpeakersApi
java.lang.Object
software.xdev.sessionize.api.SpeakersApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class SpeakersApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllSpeakers(String endpointId) getAllSpeakers(String endpointId, Map<String, String> additionalHeaders) getAllSpeakersEmails(String endpointId, String s) Undocumented endpoint for retrieving the speakers with emailsUndocumented endpoint for retrieving the speakers with emailsvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
SpeakersApi
public SpeakersApi() -
SpeakersApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAllSpeakers
- Parameters:
endpointId- (required)- Returns:
- List<Speaker>
- Throws:
ApiException- if fails to make API call
-
getAllSpeakers
public List<Speaker> getAllSpeakers(String endpointId, Map<String, String> additionalHeaders) throws ApiException- Parameters:
endpointId- (required)additionalHeaders- additionalHeaders for this call- Returns:
- List<Speaker>
- Throws:
ApiException- if fails to make API call
-
getAllSpeakersEmails
Undocumented endpoint for retrieving the speakers with emails- Parameters:
endpointId- (required)s- Special key that is only available/retrievable for unlocked admins (Contacting Sessionize-Support is required) (required)- Returns:
- List<SpeakerWithEmail>
- Throws:
ApiException- if fails to make API call
-
getAllSpeakersEmails
public List<SpeakerWithEmail> getAllSpeakersEmails(String endpointId, String s, Map<String, String> additionalHeaders) throws ApiExceptionUndocumented endpoint for retrieving the speakers with emails- Parameters:
endpointId- (required)s- Special key that is only available/retrievable for unlocked admins (Contacting Sessionize-Support is required) (required)additionalHeaders- additionalHeaders for this call- Returns:
- List<SpeakerWithEmail>
- Throws:
ApiException- if fails to make API call
-