ClearCreationOptionsResponse


public final class ClearCreationOptionsResponse


A response to a call to RegistryManager.clearCreationOptions.

Summary

Public constructors

ClearCreationOptionsResponse(boolean isDeleted)

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

ClearCreationOptionsResponse

Added in 1.0.0-alpha04
public ClearCreationOptionsResponse(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-alpha04
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