IdFilter

class IdFilter : HistoryFilter.DisjunctiveClause


Filter by ID.

Summary

Public constructors

IdFilter(id: Id)

Public functions

open String

All filter classes must implement this method so we can generate the string filter.

Public properties

Id

Inherited functions

From com.google.home.HistoryFilter
infix HistoryFilter

Infix 'AND' extension function.

From com.google.home.HistoryFilter.DisjunctiveClause
infix HistoryFilter.DisjunctiveClause

Infix 'OR' extension function.

Public constructors

IdFilter

IdFilter(id: Id)

Public functions

toFilterString

open fun toFilterString(): String

All filter classes must implement this method so we can generate the string filter.

Public properties

id

val idId