Record Class IdA1UserSearchByEmailParameters

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Record Components:
fieldTimeCreatedRange - The range of creation times for returned users.
fieldTimeUpdatedRange - The range of update times for returned users.
fieldSearch - The search query text.
fieldOrdering - The result ordering.
fieldLimit - The limit on the number of results.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdA1UserSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1UserColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
Search parameters for users (by email).