Class AsyncOperationsClient
- java.lang.Object
-
- com.chrt.api.resources.operations.AsyncOperationsClient
-
public class AsyncOperationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AsyncCasesClient>casesClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncDepartmentRoutingRulesClient>departmentRoutingRulesClientprotected java.util.function.Supplier<AsyncDepartmentsClient>departmentsClientprotected java.util.function.Supplier<AsyncOperationsTaskListsClient>operationsTaskListsClientprotected java.util.function.Supplier<AsyncOperationsTasksClient>operationsTasksClient
-
Constructor Summary
Constructors Constructor Description AsyncOperationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncCasesClientcases()AsyncDepartmentRoutingRulesClientdepartmentRoutingRules()AsyncDepartmentsClientdepartments()AsyncOperationsTaskListsClientoperationsTaskLists()AsyncOperationsTasksClientoperationsTasks()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
casesClient
protected final java.util.function.Supplier<AsyncCasesClient> casesClient
-
departmentRoutingRulesClient
protected final java.util.function.Supplier<AsyncDepartmentRoutingRulesClient> departmentRoutingRulesClient
-
departmentsClient
protected final java.util.function.Supplier<AsyncDepartmentsClient> departmentsClient
-
operationsTaskListsClient
protected final java.util.function.Supplier<AsyncOperationsTaskListsClient> operationsTaskListsClient
-
operationsTasksClient
protected final java.util.function.Supplier<AsyncOperationsTasksClient> operationsTasksClient
-
-
Constructor Detail
-
AsyncOperationsClient
public AsyncOperationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
cases
public AsyncCasesClient cases()
-
departmentRoutingRules
public AsyncDepartmentRoutingRulesClient departmentRoutingRules()
-
departments
public AsyncDepartmentsClient departments()
-
operationsTaskLists
public AsyncOperationsTaskListsClient operationsTaskLists()
-
operationsTasks
public AsyncOperationsTasksClient operationsTasks()
-
-