Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowVersionsRequest
Packages that use GetFlowVersionsRequest
-
Uses of GetFlowVersionsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowVersionsRequestModifier and TypeMethodDescriptionArchitectApi.getFlowVersions(GetFlowVersionsRequest request) Get flow version listArchitectApiAsync.getFlowVersionsAsync(GetFlowVersionsRequest request, AsyncApiCallback<FlowVersionEntityListing> callback) Get flow version list -
Uses of GetFlowVersionsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowVersionsRequestModifier and TypeMethodDescriptionGetFlowVersionsRequest.Builder.build()GetFlowVersionsRequest.withCustomHeader(String name, String value) GetFlowVersionsRequest.withDeleted(Boolean deleted) GetFlowVersionsRequest.withFlowId(String flowId) GetFlowVersionsRequest.withPageNumber(Integer pageNumber) GetFlowVersionsRequest.withPageSize(Integer pageSize)