Uses of Class
com.mypurecloud.sdk.v2.model.HistoryListing
Packages that use HistoryListing
-
Uses of HistoryListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return HistoryListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptHistoryHistoryId(GetArchitectPromptHistoryHistoryIdRequest request) Get generated prompt historyArchitectApi.getArchitectPromptHistoryHistoryId(String promptId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated prompt historyArchitectApi.getArchitectSystempromptHistoryHistoryId(GetArchitectSystempromptHistoryHistoryIdRequest request) Get generated prompt historyArchitectApi.getArchitectSystempromptHistoryHistoryId(String promptId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated prompt historyArchitectApi.getFlowHistoryHistoryId(GetFlowHistoryHistoryIdRequest request) Get generated flow historyArchitectApi.getFlowHistoryHistoryId(String flowId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated flow historyMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type HistoryListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptHistoryHistoryId(ApiRequest<Void> request) Get generated prompt historyArchitectApiAsync.getArchitectPromptHistoryHistoryIdAsync(GetArchitectPromptHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated prompt historyArchitectApiAsync.getArchitectPromptHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated prompt historyArchitectApi.getArchitectPromptHistoryHistoryIdWithHttpInfo(String promptId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated prompt historyArchitectApi.getArchitectSystempromptHistoryHistoryId(ApiRequest<Void> request) Get generated prompt historyArchitectApiAsync.getArchitectSystempromptHistoryHistoryIdAsync(GetArchitectSystempromptHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated prompt historyArchitectApiAsync.getArchitectSystempromptHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated prompt historyArchitectApi.getArchitectSystempromptHistoryHistoryIdWithHttpInfo(String promptId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated prompt historyArchitectApi.getFlowHistoryHistoryId(ApiRequest<Void> request) Get generated flow historyArchitectApiAsync.getFlowHistoryHistoryIdAsync(GetFlowHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated flow historyArchitectApiAsync.getFlowHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated flow historyArchitectApi.getFlowHistoryHistoryIdWithHttpInfo(String flowId, String historyId, Integer pageNumber, Integer pageSize, String sortOrder, String sortBy, List<String> action) Get generated flow historyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type HistoryListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectPromptHistoryHistoryIdAsync(GetArchitectPromptHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated prompt historyArchitectApiAsync.getArchitectPromptHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated prompt historyArchitectApiAsync.getArchitectSystempromptHistoryHistoryIdAsync(GetArchitectSystempromptHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated prompt historyArchitectApiAsync.getArchitectSystempromptHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated prompt historyArchitectApiAsync.getFlowHistoryHistoryIdAsync(GetFlowHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated flow historyArchitectApiAsync.getFlowHistoryHistoryIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<HistoryListing>> callback) Get generated flow history -
Uses of HistoryListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HistoryListingModifier and TypeMethodDescriptionHistoryListing.actionName(HistoryListing.ActionNameEnum actionName) Action nameHistoryListing.actionStatus(HistoryListing.ActionStatusEnum actionStatus) Action statusHistoryListing.client(DomainEntityRef client) Date time is represented as an ISO-8601 string.HistoryListing.description(String description) HistoryListing.entities(List<HistoryEntry> entities) HistoryListing.errorDetails(List<Detail> errorDetails) HistoryListing.errorMessage(String errorMessage) HistoryListing.errorMessageParams(Map<String, String> errorMessageParams) HistoryListing.pageNumber(Integer pageNumber) Date time is represented as an ISO-8601 string.