Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowHistoryHistoryIdRequest
Packages that use GetFlowHistoryHistoryIdRequest
-
Uses of GetFlowHistoryHistoryIdRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowHistoryHistoryIdRequestModifier and TypeMethodDescriptionArchitectApi.getFlowHistoryHistoryId(GetFlowHistoryHistoryIdRequest request) Get generated flow historyArchitectApiAsync.getFlowHistoryHistoryIdAsync(GetFlowHistoryHistoryIdRequest request, AsyncApiCallback<HistoryListing> callback) Get generated flow history -
Uses of GetFlowHistoryHistoryIdRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowHistoryHistoryIdRequestModifier and TypeMethodDescriptionGetFlowHistoryHistoryIdRequest.Builder.build()GetFlowHistoryHistoryIdRequest.withAction(List<String> action) GetFlowHistoryHistoryIdRequest.withCustomHeader(String name, String value) GetFlowHistoryHistoryIdRequest.withFlowId(String flowId) GetFlowHistoryHistoryIdRequest.withHistoryId(String historyId) GetFlowHistoryHistoryIdRequest.withPageNumber(Integer pageNumber) GetFlowHistoryHistoryIdRequest.withPageSize(Integer pageSize) GetFlowHistoryHistoryIdRequest.withSortBy(String sortBy) GetFlowHistoryHistoryIdRequest.withSortOrder(String sortOrder)