public class ExternalUserMappingsResourceApi extends Object
Constructor and Description |
---|
ExternalUserMappingsResourceApi() |
ExternalUserMappingsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiExternalUserMappingList |
createExternalUserMappings(ApiExternalUserMappingList body)
Creates a list of external user mappings.
|
com.squareup.okhttp.Call |
createExternalUserMappingsAsync(ApiExternalUserMappingList body,
ApiCallback<ApiExternalUserMappingList> callback)
Creates a list of external user mappings.
|
com.squareup.okhttp.Call |
createExternalUserMappingsCall(ApiExternalUserMappingList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createExternalUserMappings
|
ApiResponse<ApiExternalUserMappingList> |
createExternalUserMappingsWithHttpInfo(ApiExternalUserMappingList body)
Creates a list of external user mappings.
|
ApiExternalUserMapping |
deleteExternalUserMapping(String uuid)
Deletes an external user mapping from the system.
|
com.squareup.okhttp.Call |
deleteExternalUserMappingAsync(String uuid,
ApiCallback<ApiExternalUserMapping> callback)
Deletes an external user mapping from the system.
|
com.squareup.okhttp.Call |
deleteExternalUserMappingCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteExternalUserMapping
|
ApiResponse<ApiExternalUserMapping> |
deleteExternalUserMappingWithHttpInfo(String uuid)
Deletes an external user mapping from the system.
|
ApiClient |
getApiClient() |
ApiExternalUserMapping |
readExternalUserMapping(String uuid)
Returns detailed information about an external user mapping.
|
com.squareup.okhttp.Call |
readExternalUserMappingAsync(String uuid,
ApiCallback<ApiExternalUserMapping> callback)
Returns detailed information about an external user mapping.
|
com.squareup.okhttp.Call |
readExternalUserMappingCall(String uuid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExternalUserMapping
|
ApiExternalUserMappingList |
readExternalUserMappings(String view)
Returns a list of the external user mappings configured in the system.
|
com.squareup.okhttp.Call |
readExternalUserMappingsAsync(String view,
ApiCallback<ApiExternalUserMappingList> callback)
Returns a list of the external user mappings configured in the system.
|
com.squareup.okhttp.Call |
readExternalUserMappingsCall(String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readExternalUserMappings
|
ApiResponse<ApiExternalUserMappingList> |
readExternalUserMappingsWithHttpInfo(String view)
Returns a list of the external user mappings configured in the system.
|
ApiResponse<ApiExternalUserMapping> |
readExternalUserMappingWithHttpInfo(String uuid)
Returns detailed information about an external user mapping.
|
void |
setApiClient(ApiClient apiClient) |
ApiExternalUserMapping |
updateExternalUserMapping(String uuid,
ApiExternalUserMapping body)
Updates the given external user mapping's information.
|
com.squareup.okhttp.Call |
updateExternalUserMappingAsync(String uuid,
ApiExternalUserMapping body,
ApiCallback<ApiExternalUserMapping> callback)
Updates the given external user mapping's information.
|
com.squareup.okhttp.Call |
updateExternalUserMappingCall(String uuid,
ApiExternalUserMapping body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateExternalUserMapping
|
ApiResponse<ApiExternalUserMapping> |
updateExternalUserMappingWithHttpInfo(String uuid,
ApiExternalUserMapping body)
Updates the given external user mapping's information.
|
public ExternalUserMappingsResourceApi()
public ExternalUserMappingsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 com.squareup.okhttp.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 © 2019. All rights reserved.