Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldLinkQueryCollection

IFieldLinkQueryCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<FieldLinkOData>) => 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<FieldLinkOData>

Results

Methods

add

  • add(parameters?: any): IBaseExecution<FieldLink>

getById

next

reorder

  • reorder(internalNames?: Array<string>): IBaseExecution<any>
  • Parameters

    • Optional internalNames: Array<string>

    Returns IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc