Options
All
  • Public
  • Public/Protected
  • All
Menu

Task Filter Params.

Hierarchy

  • TaskFilterParams

Implements

Index

Constructors

constructor

  • new TaskFilterParams(taskFilterParams: TaskFilterParams): TaskFilterParams
  • new TaskFilterParams(taskFilterParamsJson: TaskFilterParamsJson): TaskFilterParams
  • new TaskFilterParams(entityUuid: string, entityType: EntityType, includeDescendantTasks?: undefined | false | true, synced?: undefined | false | true, username?: undefined | string, timestampAfter?: undefined | number, timestampBefore?: undefined | number, queryTimestamp?: undefined | number, offset?: undefined | number, limit?: undefined | number, order?: PagingOrder): TaskFilterParams

Accessors

entityType

entityType:

Get entity type.

entityUuid

entityUuid:

Get entity uuid.

includeDescendantTasks

includeDescendantTasks:

Get include descendant tasks.

json

json:

Get the json representation of this class.

limit

limit:

Get limit.

offset

offset:

Get offset.

order

order:

Get order.

queryTimestamp

queryTimestamp:

Get query timestamp.

synced

synced:

Get synced.

timestampAfter

timestampAfter:

Get timestamp after.

timestampBefore

timestampBefore:

Get timestamp before.

username

username:

Get username.

Methods

getQueryParams

setIncludeDescendants

setLimit

setOffset

setOrder

setQueryTimestamp

setSynced

setTimestampAfter

setTimestampBefore

setUsername

toString

  • toString(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc