public class ExternalUserMappingsResourceApi extends Object
Constructor and Description |
---|
ExternalUserMappingsResourceApi() |
ExternalUserMappingsResourceApi(ApiClient apiClient) |
public ExternalUserMappingsResourceApi()
public ExternalUserMappingsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createExternalUserMappingsCall(ApiExternalUserMappingList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body
- List of external user mappings to create. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiExternalUserMappingList createExternalUserMappings(ApiExternalUserMappingList body) throws ApiException
body
- List of external user mappings to create. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiExternalUserMappingList> createExternalUserMappingsWithHttpInfo(ApiExternalUserMappingList body) throws ApiException
body
- List of external user mappings to create. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createExternalUserMappingsAsync(ApiExternalUserMappingList body, ApiCallback<ApiExternalUserMappingList> callback) throws ApiException
body
- List of external user mappings to create. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteExternalUserMappingCall(String uuid, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
uuid
- The uuid of the external user mapping to delete. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiExternalUserMapping deleteExternalUserMapping(String uuid) throws ApiException
uuid
- The uuid of the external user mapping to delete. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiExternalUserMapping> deleteExternalUserMappingWithHttpInfo(String uuid) throws ApiException
uuid
- The uuid of the external user mapping to delete. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteExternalUserMappingAsync(String uuid, ApiCallback<ApiExternalUserMapping> callback) throws ApiException
uuid
- The uuid of the external user mapping to delete. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call readExternalUserMappingCall(String uuid, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
uuid
- The external user mapping to read. (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiExternalUserMapping readExternalUserMapping(String uuid) throws ApiException
uuid
- The external user mapping to read. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiExternalUserMapping> readExternalUserMappingWithHttpInfo(String uuid) throws ApiException
uuid
- The external user mapping to read. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call readExternalUserMappingAsync(String uuid, ApiCallback<ApiExternalUserMapping> callback) throws ApiException
uuid
- The external user mapping to read. (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call readExternalUserMappingsCall(String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
view
- (optional, default to summary)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiExternalUserMappingList readExternalUserMappings(String view) throws ApiException
view
- (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiExternalUserMappingList> readExternalUserMappingsWithHttpInfo(String view) throws ApiException
view
- (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call readExternalUserMappingsAsync(String view, ApiCallback<ApiExternalUserMappingList> callback) throws ApiException
view
- (optional, default to summary)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateExternalUserMappingCall(String uuid, ApiExternalUserMapping body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
uuid
- Uuid of the external user mapping being updated. (required)body
- The external user mapping information. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiExternalUserMapping updateExternalUserMapping(String uuid, ApiExternalUserMapping body) throws ApiException
uuid
- Uuid of the external user mapping being updated. (required)body
- The external user mapping information. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiExternalUserMapping> updateExternalUserMappingWithHttpInfo(String uuid, ApiExternalUserMapping body) throws ApiException
uuid
- Uuid of the external user mapping being updated. (required)body
- The external user mapping information. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateExternalUserMappingAsync(String uuid, ApiExternalUserMapping body, ApiCallback<ApiExternalUserMapping> callback) throws ApiException
uuid
- Uuid of the external user mapping being updated. (required)body
- The external user mapping information. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2024. All rights reserved.