Uses of Class
com.mypurecloud.sdk.v2.model.Language
Packages that use Language
Package
Description
-
Uses of Language in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return LanguageModifier and TypeMethodDescriptionLanguagesApi.getLanguage(GetLanguageRequest request) Deprecated.LanguagesApi.getLanguage(String languageId) Deprecated.RoutingApi.getRoutingLanguage(GetRoutingLanguageRequest request) Get a routing languageRoutingApi.getRoutingLanguage(String languageId) Get a routing languageLanguagesApi.postLanguages(PostLanguagesRequest request) Deprecated.LanguagesApi.postLanguages(Language body) Deprecated.RoutingApi.postRoutingLanguages(PostRoutingLanguagesRequest request) Create LanguageRoutingApi.postRoutingLanguages(Language body) Create LanguageMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguagesApi.getLanguage(ApiRequest<Void> request) Deprecated.LanguagesApiAsync.getLanguageAsync(GetLanguageRequest request, AsyncApiCallback<Language> callback) Deprecated.LanguagesApiAsync.getLanguageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Language>> callback) Deprecated.LanguagesApi.getLanguageWithHttpInfo(String languageId) Deprecated.RoutingApi.getRoutingLanguage(ApiRequest<Void> request) Get a routing languageRoutingApiAsync.getRoutingLanguageAsync(GetRoutingLanguageRequest request, AsyncApiCallback<Language> callback) Get a routing languageRoutingApiAsync.getRoutingLanguageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Language>> callback) Get a routing languageRoutingApi.getRoutingLanguageWithHttpInfo(String languageId) Get a routing languageLanguagesApi.postLanguages(ApiRequest<Language> request) Deprecated.LanguagesApiAsync.postLanguagesAsync(PostLanguagesRequest request, AsyncApiCallback<Language> callback) Deprecated.LanguagesApiAsync.postLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Deprecated.LanguagesApi.postLanguagesWithHttpInfo(Language body) Deprecated.RoutingApi.postRoutingLanguages(ApiRequest<Language> request) Create LanguageRoutingApiAsync.postRoutingLanguagesAsync(PostRoutingLanguagesRequest request, AsyncApiCallback<Language> callback) Create LanguageRoutingApiAsync.postRoutingLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Create LanguageRoutingApi.postRoutingLanguagesWithHttpInfo(Language body) Create LanguageMethods in com.mypurecloud.sdk.v2.api with parameters of type LanguageModifier and TypeMethodDescriptionLanguagesApi.postLanguages(Language body) Deprecated.LanguagesApi.postLanguagesWithHttpInfo(Language body) Deprecated.RoutingApi.postRoutingLanguages(Language body) Create LanguageRoutingApi.postRoutingLanguagesWithHttpInfo(Language body) Create LanguageMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LanguageModifier and TypeMethodDescriptionLanguagesApiAsync.getLanguageAsync(GetLanguageRequest request, AsyncApiCallback<Language> callback) Deprecated.LanguagesApiAsync.getLanguageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Language>> callback) Deprecated.RoutingApiAsync.getRoutingLanguageAsync(GetRoutingLanguageRequest request, AsyncApiCallback<Language> callback) Get a routing languageRoutingApiAsync.getRoutingLanguageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Language>> callback) Get a routing languageLanguagesApi.postLanguages(ApiRequest<Language> request) Deprecated.LanguagesApiAsync.postLanguagesAsync(PostLanguagesRequest request, AsyncApiCallback<Language> callback) Deprecated.LanguagesApiAsync.postLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Deprecated.LanguagesApiAsync.postLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Deprecated.RoutingApi.postRoutingLanguages(ApiRequest<Language> request) Create LanguageRoutingApiAsync.postRoutingLanguagesAsync(PostRoutingLanguagesRequest request, AsyncApiCallback<Language> callback) Create LanguageRoutingApiAsync.postRoutingLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Create LanguageRoutingApiAsync.postRoutingLanguagesAsync(ApiRequest<Language> request, AsyncApiCallback<ApiResponse<Language>> callback) Create Language -
Uses of Language in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LanguageModifier and TypeMethodDescriptionPostLanguagesRequest.getBody()PostRoutingLanguagesRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LanguageModifier and TypeMethodDescriptionPostLanguagesRequest.withHttpInfo()PostRoutingLanguagesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type LanguageModifier and TypeMethodDescriptionstatic PostLanguagesRequest.BuildervoidvoidPostLanguagesRequest.Builder.withRequiredParams(Language body) PostRoutingLanguagesRequest.Builder.withRequiredParams(Language body) -
Uses of Language in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LanguageModifier and TypeMethodDescriptionLanguage.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.RoutingConversationAttributesResponse.getLanguage()The language name.Language.state(Language.StateEnum state) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguageEntityListing.getEntities()CallMediaPolicyConditions.getLanguages()ChatMediaPolicyConditions.getLanguages()EmailMediaPolicyConditions.getLanguages()MessageMediaPolicyConditions.getLanguages()Methods in com.mypurecloud.sdk.v2.model with parameters of type LanguageModifier and TypeMethodDescriptionCurrent language on in-queue conversationvoidRoutingConversationAttributesResponse.setLanguage(Language language) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type LanguageModifier and TypeMethodDescriptionvoidLanguageEntityListing.setEntities(List<Language> entities) voidCallMediaPolicyConditions.setLanguages(List<Language> languages) voidChatMediaPolicyConditions.setLanguages(List<Language> languages) voidEmailMediaPolicyConditions.setLanguages(List<Language> languages) voidMessageMediaPolicyConditions.setLanguages(List<Language> languages)