Record Class IdA1AdminSearchByEmailParameters
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
- Record Components:
fieldTimeCreatedRange- The range of creation times for returned admins.fieldTimeUpdatedRange- The range of update times for returned admins.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 IdA1AdminSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1AdminColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit)
extends Record
implements com.io7m.cedarbridge.runtime.api.CBSerializableType
Search parameters for admins (by email).
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1AdminSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1AdminColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1AdminSearchByEmailParametersrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) Deserialize a value of type IdA1AdminSearchByEmailParameters.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, IdA1AdminSearchByEmailParameters $x) Serialize a value of type IdA1AdminSearchByEmailParameters.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdA1AdminSearchByEmailParameters
public IdA1AdminSearchByEmailParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBString fieldSearch, IdA1AdminColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1AdminSearchByEmailParametersrecord 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, IdA1AdminSearchByEmailParameters $x) throws IOException Serialize a value of type IdA1AdminSearchByEmailParameters.- Parameters:
$context- The serialization context.$x- The value to be serialized.- Throws:
IOException
-
deserialize
public static IdA1AdminSearchByEmailParameters deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException Deserialize a value of type IdA1AdminSearchByEmailParameters.- Parameters:
$context- The serialization context.- Returns:
- A value of type IdA1AdminSearchByEmailParameters.
- 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
-