Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubSiteQueryCollection

IHubSiteQueryCollection

Hierarchy

Index

Properties

Optional done

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

Results

Methods

getById

getConnectedHubs

  • getConnectedHubs(hubSiteId?: any, option?: number): IBaseExecution<Array<HubSite>>

getSiteUrlByHubSiteId

  • getSiteUrlByHubSiteId(hubSiteId?: any): IBaseExecution<string>

next

stringify

  • stringify(): string

Generated using TypeDoc