PcoServicesMediaFilter enum

Possible Inbound Filters:

  • archived -> ?filter=archived : -- no description
  • audio -> ?filter=audio : -- no description
  • backgroundAudio -> ?filter=background_audio : -- no description
  • backgroundImage -> ?filter=background_image : -- no description
  • backgroundVideo -> ?filter=background_video : -- no description
  • countdown -> ?filter=countdown : -- no description
  • document -> ?filter=document : -- no description
  • drama -> ?filter=drama : -- no description
  • image -> ?filter=image : -- no description
  • notArchived -> ?filter=not_archived : -- no description
  • powerpoint -> ?filter=powerpoint : -- no description
  • songVideo -> ?filter=song_video : -- no description
  • video -> ?filter=video : -- no description
Inheritance

Constructors

PcoServicesMediaFilter()
const

Values

archived → const PcoServicesMediaFilter
audio → const PcoServicesMediaFilter
backgroundAudio → const PcoServicesMediaFilter
backgroundImage → const PcoServicesMediaFilter
backgroundVideo → const PcoServicesMediaFilter
countdown → const PcoServicesMediaFilter
document → const PcoServicesMediaFilter
drama → const PcoServicesMediaFilter
image → const PcoServicesMediaFilter
notArchived → const PcoServicesMediaFilter
powerpoint → const PcoServicesMediaFilter
songVideo → const PcoServicesMediaFilter
video → const PcoServicesMediaFilter

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PcoServicesMediaFilter>
A constant List of the values in this enum, in order of their declaration.