public final class ClearExportResponse


The result of calling ProviderEventsManager.clearExport. This response will be returned when the ClearExportRequest was successfully processed.

Summary

Public constructors

ClearExportResponse(boolean isDeleted)

Public methods

final boolean

if true, the clear operation deleted some entries, otherwise indicates there was no data to delete; unexpected failures will be thrown as ClearExportException

Public constructors

ClearExportResponse

Added in 1.0.0-alpha04
public ClearExportResponse(boolean isDeleted)
Parameters
boolean isDeleted

if true, the clear operation deleted some entries, otherwise indicates there was no data to delete; unexpected failures will be thrown as ClearExportException

Public methods

isDeleted

Added in 1.0.0-alpha04
public final boolean isDeleted()

if true, the clear operation deleted some entries, otherwise indicates there was no data to delete; unexpected failures will be thrown as ClearExportException