Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUserQueryCollection

IUserQueryCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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

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

            Returns void

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

Results

Methods

add

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

    • Optional properties: UserCreationInformation

    Returns IBaseExecution<any>

getByEmail

getById

getByLoginName

next

removeById

  • removeById(id?: number): IBaseExecution<any>
  • Parameters

    • Optional id: number

    Returns IBaseExecution<any>

removeByLoginName

  • removeByLoginName(loginName?: string): IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc