public interface AsynchronousBatchImportApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
batchSyncReplaceParty(BatchPartyRequest request)
全量覆盖部门
|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
batchSyncReplaceUser(BatchUserRequest request)
全量覆盖成员
|
io.reactivex.rxjava3.core.Single<GenericResponse<String>> |
batchSyncUser(BatchUserRequest request)
增量更新成员
|
io.reactivex.rxjava3.core.Single<BatchResultResponse> |
getResult(String jobId)
获取异步任务结果
|
@POST(value="batch/syncuser") io.reactivex.rxjava3.core.Single<GenericResponse<String>> batchSyncUser(@Body BatchUserRequest request)
request - the request@POST(value="batch/replaceuser") io.reactivex.rxjava3.core.Single<GenericResponse<String>> batchSyncReplaceUser(@Body BatchUserRequest request)
request - the request@POST(value="batch/replaceparty") io.reactivex.rxjava3.core.Single<GenericResponse<String>> batchSyncReplaceParty(@Body BatchPartyRequest request)
request - the request@GET(value="batch/getresult") io.reactivex.rxjava3.core.Single<BatchResultResponse> getResult(@Query(value="jobid") String jobId)
jobId - the job idCopyright © 2023. All rights reserved.