ById

class ById(id: String, groupId: String) : LensesComponent.Repository.QueryCriteria

Query for a lens matching the provided id and groupId.

Constructors

ById
Link copied to clipboard
fun ById(id: String, groupId: 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

groupId
Link copied to clipboard
val groupId: String
id
Link copied to clipboard
val id: String