BitmovinApiSdk\Apis\Streams\Search\StreamsResponseListQueryParams

Synopsis

class StreamsResponseListQueryParams implements QueryParams {
  • // methods
  • public static StreamsResponseListQueryParams create()
  • public StreamsResponseListQueryParams offset()
  • public StreamsResponseListQueryParams limit()
  • public StreamsResponseListQueryParams query()
  • public StreamsResponseListQueryParams type()
  • public StreamsResponseListQueryParams status()
  • public StreamsResponseListQueryParams createdBefore()
  • public StreamsResponseListQueryParams createdAfter()
  • public StreamsResponseListQueryParams signed()
  • public StreamsResponseListQueryParams domainRestricted()
  • public array toArray()
}

Hierarchy

Methods