Available

class Available(groupIds: Set<String>) : LensesComponent.Repository.QueryCriteria

Query for all available lenses in groups matching provided group IDs.

Constructors

Available
Link copied to clipboard
fun Available(vararg groupIds: String)
Available
Link copied to clipboard
fun Available(groupIds: Set<String>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

groupIds
Link copied to clipboard
val groupIds: Set<String>