Interface CAICommandType<R extends CAIResponseType>

Type Parameters:
R - The associated response type
All Superinterfaces:
CAIMessageType, CAProtocolMessageType, com.io7m.hibiscus.api.HBMessageType
All Known Implementing Classes:
CAICommandAuditSearchBegin, CAICommandAuditSearchNext, CAICommandAuditSearchPrevious, CAICommandDebugInvalid, CAICommandDebugRandom, CAICommandFileDelete, CAICommandFileGet, CAICommandFilePut, CAICommandFileSearchBegin, CAICommandFileSearchNext, CAICommandFileSearchPrevious, CAICommandItemAttachmentAdd, CAICommandItemAttachmentRemove, CAICommandItemCreate, CAICommandItemDelete, CAICommandItemGet, CAICommandItemMetadataPut, CAICommandItemMetadataRemove, CAICommandItemSearchBegin, CAICommandItemSearchNext, CAICommandItemSearchPrevious, CAICommandItemSetName, CAICommandItemTypesAssign, CAICommandItemTypesRevoke, CAICommandLocationAttachmentAdd, CAICommandLocationAttachmentRemove, CAICommandLocationDelete, CAICommandLocationGet, CAICommandLocationList, CAICommandLocationMetadataPut, CAICommandLocationMetadataRemove, CAICommandLocationPut, CAICommandLocationTypesAssign, CAICommandLocationTypesRevoke, CAICommandLogin, CAICommandRolesAssign, CAICommandRolesGet, CAICommandRolesRevoke, CAICommandStockCount, CAICommandStockReposit, CAICommandStockSearchBegin, CAICommandStockSearchNext, CAICommandStockSearchPrevious, CAICommandTypePackageGetText, CAICommandTypePackageInstall, CAICommandTypePackageSearchBegin, CAICommandTypePackageSearchNext, CAICommandTypePackageSearchPrevious, CAICommandTypePackageUninstall, CAICommandTypePackageUpgrade

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • responseClass

      Class<R> responseClass()
      Returns:
      The response class associated with this command (excluding the error response)