public class WhitelistingApi extends Object
| Constructor and Description |
|---|
WhitelistingApi() |
WhitelistingApi(ApiClient apiClient) |
public WhitelistingApi()
public WhitelistingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public WhitelistEnvelope deleteVdid(String dtid, String vdid) throws ApiException
public ApiResponse<WhitelistEnvelope> deleteVdidWithHttpInfo(String dtid, String vdid) throws ApiException
public com.squareup.okhttp.Call deleteVdidAsync(String dtid, String vdid, ApiCallback<WhitelistEnvelope> callback) throws ApiException
public WhitelistEnvelope deleteWhitelistCertificate(String dtid, String cid) throws ApiException
public ApiResponse<WhitelistEnvelope> deleteWhitelistCertificateWithHttpInfo(String dtid, String cid) throws ApiException
public com.squareup.okhttp.Call deleteWhitelistCertificateAsync(String dtid, String cid, ApiCallback<WhitelistEnvelope> callback) throws ApiException
public WhitelistEnvelope enableWhitelist(String dtid, DeviceTypeUpdateInput deviceTypeUpdateInfo) throws ApiException
public ApiResponse<WhitelistEnvelope> enableWhitelistWithHttpInfo(String dtid, DeviceTypeUpdateInput deviceTypeUpdateInfo) throws ApiException
public com.squareup.okhttp.Call enableWhitelistAsync(String dtid, DeviceTypeUpdateInput deviceTypeUpdateInfo, ApiCallback<WhitelistEnvelope> callback) throws ApiException
public RejectedCSVRowsEnvelope getRejectedRowList(String dtid, String uploadId, Integer count, Integer offset) throws ApiException
public ApiResponse<RejectedCSVRowsEnvelope> getRejectedRowListWithHttpInfo(String dtid, String uploadId, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call getRejectedRowListAsync(String dtid, String uploadId, Integer count, Integer offset, ApiCallback<RejectedCSVRowsEnvelope> callback) throws ApiException
public UploadStatusEnvelope getUploadStatus(String dtid, String uploadId) throws ApiException
public ApiResponse<UploadStatusEnvelope> getUploadStatusWithHttpInfo(String dtid, String uploadId) throws ApiException
public com.squareup.okhttp.Call getUploadStatusAsync(String dtid, String uploadId, ApiCallback<UploadStatusEnvelope> callback) throws ApiException
public WhitelistResultEnvelope getWhitelist(String dtid, Integer count, Integer offset) throws ApiException
public ApiResponse<WhitelistResultEnvelope> getWhitelistWithHttpInfo(String dtid, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call getWhitelistAsync(String dtid, Integer count, Integer offset, ApiCallback<WhitelistResultEnvelope> callback) throws ApiException
public CertificateEnvelope getWhitelistCertificate(String dtid) throws ApiException
public ApiResponse<CertificateEnvelope> getWhitelistCertificateWithHttpInfo(String dtid) throws ApiException
public com.squareup.okhttp.Call getWhitelistCertificateAsync(String dtid, ApiCallback<CertificateEnvelope> callback) throws ApiException
public WhitelistEnvelope getWhitelistStatus(String dtid) throws ApiException
public ApiResponse<WhitelistEnvelope> getWhitelistStatusWithHttpInfo(String dtid) throws ApiException
public com.squareup.okhttp.Call getWhitelistStatusAsync(String dtid, ApiCallback<WhitelistEnvelope> callback) throws ApiException
public UploadIdEnvelope uploadCSV(String dtid, byte[] file) throws ApiException
public ApiResponse<UploadIdEnvelope> uploadCSVWithHttpInfo(String dtid, byte[] file) throws ApiException
public com.squareup.okhttp.Call uploadCSVAsync(String dtid, byte[] file, ApiCallback<UploadIdEnvelope> callback) throws ApiException
Copyright © 2018. All rights reserved.