Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAlertQueryCollection

IAlertQueryCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<AlertOData>) => void) => void

Type declaration

    • (resolve: (value?: Array<AlertOData>) => void): void
    • Parameters

      Returns void

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<AlertOData>

Results

Methods

add

  • add(alertCreationInformation?: AlertCreationInformation): IBaseExecution<any>
  • Parameters

    • Optional alertCreationInformation: AlertCreationInformation

    Returns IBaseExecution<any>

contains

  • contains(idAlert?: any): IBaseExecution<boolean>
  • Parameters

    • Optional idAlert: any

    Returns IBaseExecution<boolean>

deleteAlert

  • deleteAlert(idAlert?: any): IBaseExecution<any>
  • Parameters

    • Optional idAlert: any

    Returns IBaseExecution<any>

deleteAlertAtIndex

  • deleteAlertAtIndex(index?: number): IBaseExecution<any>

getById

next

stringify

  • stringify(): string

Generated using TypeDoc