Class: PrependField

PrependField

new PrependField()

Prepend field differs from other fields with it`s behaviour on filtering. Instead of being added to the arguments of request this field should be added to URL path.
Source:
Tutorials:
  • Tutorial: Typical case for using PrependField is to find broadcasts by ChannelIds.

Extends

Methods

equalTo(operand)

Adds = filtering operation.
Parameters:
Name Type Description
operand
Source:

equalTo(operand)

Adds = filtering operation.
Parameters:
Name Type Description
operand
Source:

PrependField

new PrependField()

Root changing field differs from other fields with it`s behaviour on filtering. Instead of being added to the arguments of request this field should be added as root like /broadcasts/1z,2z.json
Source:
Tutorials:
  • Tutorial: Typical case for using PrependField is to find broadcast by ID.

Extends

Methods

equalTo(operand)

Adds = filtering operation.
Parameters:
Name Type Description
operand
Source:

equalTo(operand)

Adds = filtering operation.
Parameters:
Name Type Description
operand
Source: