Package com.mypurecloud.sdk.v2.api
Class GreetingsApi
java.lang.Object
com.mypurecloud.sdk.v2.api.GreetingsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteGreeting(DeleteGreetingRequest request) Deletes a Greeting with the given GreetingIddeleteGreeting(ApiRequest<Void> request) Deletes a Greeting with the given GreetingIdvoiddeleteGreeting(String greetingId) Deletes a Greeting with the given GreetingIddeleteGreetingWithHttpInfo(String greetingId) Deletes a Greeting with the given GreetingIdgetGreeting(GetGreetingRequest request) Get a Greeting with the given GreetingIdgetGreeting(ApiRequest<Void> request) Get a Greeting with the given GreetingIdgetGreeting(String greetingId) Get a Greeting with the given GreetingIdDownload a organization greeting recordinggetGreetingDownloads(ApiRequest<Void> request) Download a organization greeting recordinggetGreetingDownloads(String greetingId, String formatId) Download a organization greeting recordinggetGreetingDownloadsWithHttpInfo(String greetingId, String formatId) Download a organization greeting recordingDownload a group greeting recordinggetGreetingGroupsDownloads(ApiRequest<Void> request) Download a group greeting recordinggetGreetingGroupsDownloads(String greetingId, String formatId) Download a group greeting recordinggetGreetingGroupsDownloadsWithHttpInfo(String greetingId, String formatId) Download a group greeting recordinggetGreetingMedia(GetGreetingMediaRequest request) Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloadsgetGreetingMedia(ApiRequest<Void> request) Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloadsgetGreetingMedia(String greetingId, String formatId) Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloadsgetGreetingMediaWithHttpInfo(String greetingId, String formatId) Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloadsgetGreetings(GetGreetingsRequest request) Gets an Organization's GreetingsgetGreetings(ApiRequest<Void> request) Gets an Organization's GreetingsgetGreetings(Integer pageSize, Integer pageNumber) Gets an Organization's GreetingsGet an Organization's DefaultGreetingListGet an Organization's DefaultGreetingListgetGreetingsDefaults(ApiRequest<Void> request) Get an Organization's DefaultGreetingListGet an Organization's DefaultGreetingListgetGreetingsWithHttpInfo(Integer pageSize, Integer pageNumber) Gets an Organization's GreetingsDownload a user greeting recordinggetGreetingUsersDownloads(ApiRequest<Void> request) Download a user greeting recordinggetGreetingUsersDownloads(String greetingId, String formatId) Download a user greeting recordinggetGreetingUsersDownloadsWithHttpInfo(String greetingId, String formatId) Download a user greeting recordinggetGreetingWithHttpInfo(String greetingId) Get a Greeting with the given GreetingIdGet a list of the Group's GreetingsgetGroupGreetings(ApiRequest<Void> request) Get a list of the Group's GreetingsgetGroupGreetings(String groupId, Integer pageSize, Integer pageNumber) Get a list of the Group's GreetingsGrabs the list of Default Greetings given a Group's IDgetGroupGreetingsDefaults(ApiRequest<Void> request) Grabs the list of Default Greetings given a Group's IDgetGroupGreetingsDefaults(String groupId) Grabs the list of Default Greetings given a Group's IDGrabs the list of Default Greetings given a Group's IDgetGroupGreetingsWithHttpInfo(String groupId, Integer pageSize, Integer pageNumber) Get a list of the Group's GreetingsgetUserGreetings(GetUserGreetingsRequest request) Get a list of the User's GreetingsgetUserGreetings(ApiRequest<Void> request) Get a list of the User's GreetingsgetUserGreetings(String userId, Integer pageSize, Integer pageNumber) Get a list of the User's GreetingsGrabs the list of Default Greetings given a User's IDgetUserGreetingsDefaults(ApiRequest<Void> request) Grabs the list of Default Greetings given a User's IDgetUserGreetingsDefaults(String userId) Grabs the list of Default Greetings given a User's IDGrabs the list of Default Greetings given a User's IDgetUserGreetingsWithHttpInfo(String userId, Integer pageSize, Integer pageNumber) Get a list of the User's GreetingspostGreetings(PostGreetingsRequest request) Create a Greeting for an OrganizationpostGreetings(ApiRequest<Greeting> request) Create a Greeting for an OrganizationpostGreetings(Greeting body) Create a Greeting for an OrganizationCreate a Greeting for an OrganizationCreates a Greeting for a GrouppostGroupGreetings(ApiRequest<Greeting> request) Creates a Greeting for a GrouppostGroupGreetings(String groupId, Greeting body) Creates a Greeting for a GrouppostGroupGreetingsWithHttpInfo(String groupId, Greeting body) Creates a Greeting for a GroupCreates a Greeting for a UserpostUserGreetings(ApiRequest<Greeting> request) Creates a Greeting for a UserpostUserGreetings(String userId, Greeting body) Creates a Greeting for a UserpostUserGreetingsWithHttpInfo(String userId, Greeting body) Creates a Greeting for a UserputGreeting(PutGreetingRequest request) Updates the Greeting with the given GreetingIdputGreeting(ApiRequest<Greeting> request) Updates the Greeting with the given GreetingIdputGreeting(String greetingId, Greeting body) Updates the Greeting with the given GreetingIdUpdate an Organization's DefaultGreetingListUpdate an Organization's DefaultGreetingListUpdate an Organization's DefaultGreetingListUpdate an Organization's DefaultGreetingListputGreetingWithHttpInfo(String greetingId, Greeting body) Updates the Greeting with the given GreetingIdUpdates the DefaultGreetingList of the specified GroupUpdates the DefaultGreetingList of the specified GroupputGroupGreetingsDefaults(String groupId, DefaultGreetingList body) Updates the DefaultGreetingList of the specified GroupputGroupGreetingsDefaultsWithHttpInfo(String groupId, DefaultGreetingList body) Updates the DefaultGreetingList of the specified GroupUpdates the DefaultGreetingList of the specified UserUpdates the DefaultGreetingList of the specified UserputUserGreetingsDefaults(String userId, DefaultGreetingList body) Updates the DefaultGreetingList of the specified UserputUserGreetingsDefaultsWithHttpInfo(String userId, DefaultGreetingList body) Updates the DefaultGreetingList of the specified User
-
Constructor Details
-
GreetingsApi
public GreetingsApi() -
GreetingsApi
-
-
Method Details
-
deleteGreeting
Deletes a Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteGreetingWithHttpInfo
Deletes a Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)- Throws:
IOException- if the request fails to be processed
-
deleteGreeting
Deletes a Greeting with the given GreetingId- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteGreeting
Deletes a Greeting with the given GreetingId- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreeting
Get a Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingWithHttpInfo
Get a Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)- Returns:
- Greeting
- Throws:
IOException- if the request fails to be processed
-
getGreeting
Get a Greeting with the given GreetingId- Parameters:
request- The request object- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreeting
Get a Greeting with the given GreetingId- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetingDownloads
public GreetingMediaInfo getGreetingDownloads(String greetingId, String formatId) throws IOException, ApiException Download a organization greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingDownloadsWithHttpInfo
public ApiResponse<GreetingMediaInfo> getGreetingDownloadsWithHttpInfo(String greetingId, String formatId) throws IOException Download a organization greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
IOException- if the request fails to be processed
-
getGreetingDownloads
public GreetingMediaInfo getGreetingDownloads(GetGreetingDownloadsRequest request) throws IOException, ApiException Download a organization greeting recording- Parameters:
request- The request object- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingDownloads
public ApiResponse<GreetingMediaInfo> getGreetingDownloads(ApiRequest<Void> request) throws IOException Download a organization greeting recording- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetingGroupsDownloads
public GreetingMediaInfo getGreetingGroupsDownloads(String greetingId, String formatId) throws IOException, ApiException Download a group greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingGroupsDownloadsWithHttpInfo
public ApiResponse<GreetingMediaInfo> getGreetingGroupsDownloadsWithHttpInfo(String greetingId, String formatId) throws IOException Download a group greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
IOException- if the request fails to be processed
-
getGreetingGroupsDownloads
public GreetingMediaInfo getGreetingGroupsDownloads(GetGreetingGroupsDownloadsRequest request) throws IOException, ApiException Download a group greeting recording- Parameters:
request- The request object- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingGroupsDownloads
public ApiResponse<GreetingMediaInfo> getGreetingGroupsDownloads(ApiRequest<Void> request) throws IOException Download a group greeting recording- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetingMedia
public GreetingMediaInfo getGreetingMedia(String greetingId, String formatId) throws IOException, ApiException Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloads- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingMediaWithHttpInfo
public ApiResponse<GreetingMediaInfo> getGreetingMediaWithHttpInfo(String greetingId, String formatId) throws IOException Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloads- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
IOException- if the request fails to be processed
-
getGreetingMedia
public GreetingMediaInfo getGreetingMedia(GetGreetingMediaRequest request) throws IOException, ApiException Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloads- Parameters:
request- The request object- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingMedia
Get media playback URI for this greeting API should migrate to use GET api/v2/greetings/{greetingId}/downloads- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetingUsersDownloads
public GreetingMediaInfo getGreetingUsersDownloads(String greetingId, String formatId) throws IOException, ApiException Download a user greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingUsersDownloadsWithHttpInfo
public ApiResponse<GreetingMediaInfo> getGreetingUsersDownloadsWithHttpInfo(String greetingId, String formatId) throws IOException Download a user greeting recording- Parameters:
greetingId- Greeting ID (required)formatId- The desired media format. (optional, default to WAV)- Returns:
- GreetingMediaInfo
- Throws:
IOException- if the request fails to be processed
-
getGreetingUsersDownloads
public GreetingMediaInfo getGreetingUsersDownloads(GetGreetingUsersDownloadsRequest request) throws IOException, ApiException Download a user greeting recording- Parameters:
request- The request object- Returns:
- GreetingMediaInfo
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingUsersDownloads
public ApiResponse<GreetingMediaInfo> getGreetingUsersDownloads(ApiRequest<Void> request) throws IOException Download a user greeting recording- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetings
public DomainEntityListing getGreetings(Integer pageSize, Integer pageNumber) throws IOException, ApiException Gets an Organization's Greetings- Parameters:
pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- DomainEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingsWithHttpInfo
public ApiResponse<DomainEntityListing> getGreetingsWithHttpInfo(Integer pageSize, Integer pageNumber) throws IOException Gets an Organization's Greetings- Parameters:
pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- DomainEntityListing
- Throws:
IOException- if the request fails to be processed
-
getGreetings
public DomainEntityListing getGreetings(GetGreetingsRequest request) throws IOException, ApiException Gets an Organization's Greetings- Parameters:
request- The request object- Returns:
- DomainEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetings
Gets an Organization's Greetings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGreetingsDefaults
Get an Organization's DefaultGreetingList- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingsDefaultsWithHttpInfo
Get an Organization's DefaultGreetingList- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
getGreetingsDefaults
public DefaultGreetingList getGreetingsDefaults(GetGreetingsDefaultsRequest request) throws IOException, ApiException Get an Organization's DefaultGreetingList- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGreetingsDefaults
public ApiResponse<DefaultGreetingList> getGreetingsDefaults(ApiRequest<Void> request) throws IOException Get an Organization's DefaultGreetingList- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGroupGreetings
public GreetingListing getGroupGreetings(String groupId, Integer pageSize, Integer pageNumber) throws IOException, ApiException Get a list of the Group's Greetings- Parameters:
groupId- Group ID (required)pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- GreetingListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGroupGreetingsWithHttpInfo
public ApiResponse<GreetingListing> getGroupGreetingsWithHttpInfo(String groupId, Integer pageSize, Integer pageNumber) throws IOException Get a list of the Group's Greetings- Parameters:
groupId- Group ID (required)pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- GreetingListing
- Throws:
IOException- if the request fails to be processed
-
getGroupGreetings
public GreetingListing getGroupGreetings(GetGroupGreetingsRequest request) throws IOException, ApiException Get a list of the Group's Greetings- Parameters:
request- The request object- Returns:
- GreetingListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGroupGreetings
Get a list of the Group's Greetings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getGroupGreetingsDefaults
public DefaultGreetingList getGroupGreetingsDefaults(String groupId) throws IOException, ApiException Grabs the list of Default Greetings given a Group's ID- Parameters:
groupId- Group ID (required)- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGroupGreetingsDefaultsWithHttpInfo
public ApiResponse<DefaultGreetingList> getGroupGreetingsDefaultsWithHttpInfo(String groupId) throws IOException Grabs the list of Default Greetings given a Group's ID- Parameters:
groupId- Group ID (required)- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
getGroupGreetingsDefaults
public DefaultGreetingList getGroupGreetingsDefaults(GetGroupGreetingsDefaultsRequest request) throws IOException, ApiException Grabs the list of Default Greetings given a Group's ID- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getGroupGreetingsDefaults
public ApiResponse<DefaultGreetingList> getGroupGreetingsDefaults(ApiRequest<Void> request) throws IOException Grabs the list of Default Greetings given a Group's ID- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getUserGreetings
public DomainEntityListing getUserGreetings(String userId, Integer pageSize, Integer pageNumber) throws IOException, ApiException Get a list of the User's Greetings- Parameters:
userId- User ID (required)pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- DomainEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getUserGreetingsWithHttpInfo
public ApiResponse<DomainEntityListing> getUserGreetingsWithHttpInfo(String userId, Integer pageSize, Integer pageNumber) throws IOException Get a list of the User's Greetings- Parameters:
userId- User ID (required)pageSize- Page size (optional, default to 25)pageNumber- Page number (optional, default to 1)- Returns:
- DomainEntityListing
- Throws:
IOException- if the request fails to be processed
-
getUserGreetings
public DomainEntityListing getUserGreetings(GetUserGreetingsRequest request) throws IOException, ApiException Get a list of the User's Greetings- Parameters:
request- The request object- Returns:
- DomainEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getUserGreetings
public ApiResponse<DomainEntityListing> getUserGreetings(ApiRequest<Void> request) throws IOException Get a list of the User's Greetings- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getUserGreetingsDefaults
Grabs the list of Default Greetings given a User's ID- Parameters:
userId- User ID (required)- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getUserGreetingsDefaultsWithHttpInfo
public ApiResponse<DefaultGreetingList> getUserGreetingsDefaultsWithHttpInfo(String userId) throws IOException Grabs the list of Default Greetings given a User's ID- Parameters:
userId- User ID (required)- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
getUserGreetingsDefaults
public DefaultGreetingList getUserGreetingsDefaults(GetUserGreetingsDefaultsRequest request) throws IOException, ApiException Grabs the list of Default Greetings given a User's ID- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getUserGreetingsDefaults
public ApiResponse<DefaultGreetingList> getUserGreetingsDefaults(ApiRequest<Void> request) throws IOException Grabs the list of Default Greetings given a User's ID- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGreetings
Create a Greeting for an Organization- Parameters:
body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGreetingsWithHttpInfo
Create a Greeting for an Organization- Parameters:
body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
IOException- if the request fails to be processed
-
postGreetings
Create a Greeting for an Organization- Parameters:
request- The request object- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGreetings
Create a Greeting for an Organization- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postGroupGreetings
Creates a Greeting for a Group- Parameters:
groupId- Group ID (required)body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGroupGreetingsWithHttpInfo
public ApiResponse<Greeting> postGroupGreetingsWithHttpInfo(String groupId, Greeting body) throws IOException Creates a Greeting for a Group- Parameters:
groupId- Group ID (required)body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
IOException- if the request fails to be processed
-
postGroupGreetings
public Greeting postGroupGreetings(PostGroupGreetingsRequest request) throws IOException, ApiException Creates a Greeting for a Group- Parameters:
request- The request object- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postGroupGreetings
Creates a Greeting for a Group- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postUserGreetings
Creates a Greeting for a User- Parameters:
userId- User ID (required)body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postUserGreetingsWithHttpInfo
public ApiResponse<Greeting> postUserGreetingsWithHttpInfo(String userId, Greeting body) throws IOException Creates a Greeting for a User- Parameters:
userId- User ID (required)body- The Greeting to create (required)- Returns:
- Greeting
- Throws:
IOException- if the request fails to be processed
-
postUserGreetings
public Greeting postUserGreetings(PostUserGreetingsRequest request) throws IOException, ApiException Creates a Greeting for a User- Parameters:
request- The request object- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postUserGreetings
Creates a Greeting for a User- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putGreeting
Updates the Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)body- The updated Greeting (required)- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGreetingWithHttpInfo
public ApiResponse<Greeting> putGreetingWithHttpInfo(String greetingId, Greeting body) throws IOException Updates the Greeting with the given GreetingId- Parameters:
greetingId- Greeting ID (required)body- The updated Greeting (required)- Returns:
- Greeting
- Throws:
IOException- if the request fails to be processed
-
putGreeting
Updates the Greeting with the given GreetingId- Parameters:
request- The request object- Returns:
- Greeting
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGreeting
Updates the Greeting with the given GreetingId- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putGreetingsDefaults
public DefaultGreetingList putGreetingsDefaults(DefaultGreetingList body) throws IOException, ApiException Update an Organization's DefaultGreetingList- Parameters:
body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGreetingsDefaultsWithHttpInfo
public ApiResponse<DefaultGreetingList> putGreetingsDefaultsWithHttpInfo(DefaultGreetingList body) throws IOException Update an Organization's DefaultGreetingList- Parameters:
body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
putGreetingsDefaults
public DefaultGreetingList putGreetingsDefaults(PutGreetingsDefaultsRequest request) throws IOException, ApiException Update an Organization's DefaultGreetingList- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGreetingsDefaults
public ApiResponse<DefaultGreetingList> putGreetingsDefaults(ApiRequest<DefaultGreetingList> request) throws IOException Update an Organization's DefaultGreetingList- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putGroupGreetingsDefaults
public DefaultGreetingList putGroupGreetingsDefaults(String groupId, DefaultGreetingList body) throws IOException, ApiException Updates the DefaultGreetingList of the specified Group- Parameters:
groupId- Group ID (required)body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGroupGreetingsDefaultsWithHttpInfo
public ApiResponse<DefaultGreetingList> putGroupGreetingsDefaultsWithHttpInfo(String groupId, DefaultGreetingList body) throws IOException Updates the DefaultGreetingList of the specified Group- Parameters:
groupId- Group ID (required)body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
putGroupGreetingsDefaults
public DefaultGreetingList putGroupGreetingsDefaults(PutGroupGreetingsDefaultsRequest request) throws IOException, ApiException Updates the DefaultGreetingList of the specified Group- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putGroupGreetingsDefaults
public ApiResponse<DefaultGreetingList> putGroupGreetingsDefaults(ApiRequest<DefaultGreetingList> request) throws IOException Updates the DefaultGreetingList of the specified Group- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putUserGreetingsDefaults
public DefaultGreetingList putUserGreetingsDefaults(String userId, DefaultGreetingList body) throws IOException, ApiException Updates the DefaultGreetingList of the specified User- Parameters:
userId- User ID (required)body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putUserGreetingsDefaultsWithHttpInfo
public ApiResponse<DefaultGreetingList> putUserGreetingsDefaultsWithHttpInfo(String userId, DefaultGreetingList body) throws IOException Updates the DefaultGreetingList of the specified User- Parameters:
userId- User ID (required)body- The updated defaultGreetingList (required)- Returns:
- DefaultGreetingList
- Throws:
IOException- if the request fails to be processed
-
putUserGreetingsDefaults
public DefaultGreetingList putUserGreetingsDefaults(PutUserGreetingsDefaultsRequest request) throws IOException, ApiException Updates the DefaultGreetingList of the specified User- Parameters:
request- The request object- Returns:
- DefaultGreetingList
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putUserGreetingsDefaults
public ApiResponse<DefaultGreetingList> putUserGreetingsDefaults(ApiRequest<DefaultGreetingList> request) throws IOException Updates the DefaultGreetingList of the specified User- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-