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).
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1UserSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1UserColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1UserSearchByEmailParametersrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) Deserialize a value of type IdA1UserSearchByEmailParameters.final booleanIndicates whether some other object is "equal to" this one.com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16Returns the value of thefieldLimitrecord component.Returns the value of thefieldOrderingrecord component.com.io7m.cedarbridge.runtime.api.CBStringReturns the value of thefieldSearchrecord component.Returns the value of thefieldTimeCreatedRangerecord component.Returns the value of thefieldTimeUpdatedRangerecord component.final inthashCode()Returns a hash code value for this object.static voidserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1UserSearchByEmailParameters $x) Serialize a value of type IdA1UserSearchByEmailParameters.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdA1UserSearchByEmailParameters
public IdA1UserSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1UserColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1UserSearchByEmailParametersrecord class.- Parameters:
fieldTimeCreatedRange- the value for thefieldTimeCreatedRangerecord componentfieldTimeUpdatedRange- the value for thefieldTimeUpdatedRangerecord componentfieldSearch- the value for thefieldSearchrecord componentfieldOrdering- the value for thefieldOrderingrecord componentfieldLimit- the value for thefieldLimitrecord component
-
-
Method Details
-
serialize
public static void serialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context, IdA1UserSearchByEmailParameters $x) throws IOException Serialize a value of type IdA1UserSearchByEmailParameters.- Parameters:
$context- The serialization context.$x- The value to be serialized.- Throws:
IOException
-
deserialize
public static IdA1UserSearchByEmailParameters deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException Deserialize a value of type IdA1UserSearchByEmailParameters.- Parameters:
$context- The serialization context.- Returns:
- A value of type IdA1UserSearchByEmailParameters.
- Throws:
IOException
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
fieldTimeCreatedRange
Returns the value of thefieldTimeCreatedRangerecord component.- Returns:
- the value of the
fieldTimeCreatedRangerecord component
-
fieldTimeUpdatedRange
Returns the value of thefieldTimeUpdatedRangerecord component.- Returns:
- the value of the
fieldTimeUpdatedRangerecord component
-
fieldSearch
public com.io7m.cedarbridge.runtime.api.CBString fieldSearch()Returns the value of thefieldSearchrecord component.- Returns:
- the value of the
fieldSearchrecord component
-
fieldOrdering
Returns the value of thefieldOrderingrecord component.- Returns:
- the value of the
fieldOrderingrecord component
-
fieldLimit
public com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit()Returns the value of thefieldLimitrecord component.- Returns:
- the value of the
fieldLimitrecord component
-