Uses of Class
com.mypurecloud.sdk.v2.api.request.GetArchitectIvrsRequest
Packages that use GetArchitectIvrsRequest
-
Uses of GetArchitectIvrsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetArchitectIvrsRequestModifier and TypeMethodDescriptionArchitectApi.getArchitectIvrs(GetArchitectIvrsRequest request) Get IVR configs.ArchitectApiAsync.getArchitectIvrsAsync(GetArchitectIvrsRequest request, AsyncApiCallback<IVREntityListing> callback) Get IVR configs. -
Uses of GetArchitectIvrsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetArchitectIvrsRequestModifier and TypeMethodDescriptionGetArchitectIvrsRequest.Builder.build()GetArchitectIvrsRequest.withCustomHeader(String name, String value) GetArchitectIvrsRequest.withExpand(List<String> expand) GetArchitectIvrsRequest.withPageNumber(Integer pageNumber) GetArchitectIvrsRequest.withPageSize(Integer pageSize) GetArchitectIvrsRequest.withScheduleGroup(String scheduleGroup) GetArchitectIvrsRequest.withSortBy(String sortBy) GetArchitectIvrsRequest.withSortOrder(String sortOrder)