ClearCredentialRegistryResponse


public final class ClearCredentialRegistryResponse


A result of clearing credential registries.

Summary

Public constructors

Public methods

final boolean

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

Public constructors

ClearCredentialRegistryResponse

Added in 1.0.0-alpha02
public ClearCredentialRegistryResponse(boolean isDeleted)
Parameters
boolean isDeleted

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

Public methods

isDeleted

Added in 1.0.0-alpha02
public final boolean isDeleted()

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