Uses of Class
com.mypurecloud.sdk.v2.model.IVR
Packages that use IVR
Package
Description
-
Uses of IVR in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IVRModifier and TypeMethodDescriptionArchitectApi.getArchitectIvr(GetArchitectIvrRequest request) Get an IVR config.ArchitectApi.getArchitectIvr(String ivrId) Get an IVR config.ArchitectApi.postArchitectIvrs(PostArchitectIvrsRequest request) Create IVR config.ArchitectApi.postArchitectIvrs(IVR body) Create IVR config.ArchitectApi.putArchitectIvr(PutArchitectIvrRequest request) Update an IVR Config.ArchitectApi.putArchitectIvr(String ivrId, IVR body) Update an IVR Config.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type IVRModifier and TypeMethodDescriptionArchitectApi.getArchitectIvr(ApiRequest<Void> request) Get an IVR config.ArchitectApiAsync.getArchitectIvrAsync(GetArchitectIvrRequest request, AsyncApiCallback<IVR> callback) Get an IVR config.ArchitectApiAsync.getArchitectIvrAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IVR>> callback) Get an IVR config.ArchitectApi.getArchitectIvrWithHttpInfo(String ivrId) Get an IVR config.ArchitectApi.postArchitectIvrs(ApiRequest<IVR> request) Create IVR config.ArchitectApiAsync.postArchitectIvrsAsync(PostArchitectIvrsRequest request, AsyncApiCallback<IVR> callback) Create IVR config.ArchitectApiAsync.postArchitectIvrsAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Create IVR config.ArchitectApi.postArchitectIvrsWithHttpInfo(IVR body) Create IVR config.ArchitectApi.putArchitectIvr(ApiRequest<IVR> request) Update an IVR Config.ArchitectApiAsync.putArchitectIvrAsync(PutArchitectIvrRequest request, AsyncApiCallback<IVR> callback) Update an IVR Config.ArchitectApiAsync.putArchitectIvrAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Update an IVR Config.ArchitectApi.putArchitectIvrWithHttpInfo(String ivrId, IVR body) Update an IVR Config.Methods in com.mypurecloud.sdk.v2.api with parameters of type IVRModifier and TypeMethodDescriptionArchitectApi.postArchitectIvrs(IVR body) Create IVR config.ArchitectApi.postArchitectIvrsWithHttpInfo(IVR body) Create IVR config.ArchitectApi.putArchitectIvr(String ivrId, IVR body) Update an IVR Config.ArchitectApi.putArchitectIvrWithHttpInfo(String ivrId, IVR body) Update an IVR Config.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type IVRModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectIvrAsync(GetArchitectIvrRequest request, AsyncApiCallback<IVR> callback) Get an IVR config.ArchitectApiAsync.getArchitectIvrAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IVR>> callback) Get an IVR config.ArchitectApi.postArchitectIvrs(ApiRequest<IVR> request) Create IVR config.ArchitectApiAsync.postArchitectIvrsAsync(PostArchitectIvrsRequest request, AsyncApiCallback<IVR> callback) Create IVR config.ArchitectApiAsync.postArchitectIvrsAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Create IVR config.ArchitectApiAsync.postArchitectIvrsAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Create IVR config.ArchitectApi.putArchitectIvr(ApiRequest<IVR> request) Update an IVR Config.ArchitectApiAsync.putArchitectIvrAsync(PutArchitectIvrRequest request, AsyncApiCallback<IVR> callback) Update an IVR Config.ArchitectApiAsync.putArchitectIvrAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Update an IVR Config.ArchitectApiAsync.putArchitectIvrAsync(ApiRequest<IVR> request, AsyncApiCallback<ApiResponse<IVR>> callback) Update an IVR Config. -
Uses of IVR in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IVRModifier and TypeMethodDescriptionPostArchitectIvrsRequest.getBody()PutArchitectIvrRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IVRModifier and TypeMethodDescriptionPostArchitectIvrsRequest.withHttpInfo()PutArchitectIvrRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type IVRModifier and TypeMethodDescriptionvoidvoidPostArchitectIvrsRequest.Builder.withRequiredParams(IVR body) PutArchitectIvrRequest.Builder.withRequiredParams(String ivrId, IVR body) -
Uses of IVR in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IVRModifier and TypeMethodDescriptionIVR.closedHoursFlow(DomainEntityRef closedHoursFlow) The Architect flow to execute during the hours an organization is closed.IVR.description(String description) The resource's description.IVR.division(WritableDivision division) The division to which this entity belongs.The phone number(s) to contact the IVR by.IVR.holidayHoursFlow(DomainEntityRef holidayHoursFlow) The Architect flow to execute during an organization's holiday hours.The name of the entity.IVR.openHoursFlow(DomainEntityRef openHoursFlow) The Architect flow to execute during the hours an organization is open.IVR.scheduleGroup(DomainEntityRef scheduleGroup) The schedule group defining the open and closed hours for an organization.The current version of the resource.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type IVRMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type IVR