Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUserCustomActionQueryCollection

IUserCustomActionQueryCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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<UserCustomActionOData>

Results

Methods

add

  • add(properties?: any): IBaseExecution<any>
  • Parameters

    • Optional properties: any

    Returns IBaseExecution<any>

clear

  • clear(): IBaseExecution<any>

getById

next

stringify

  • stringify(): string

Generated using TypeDoc