Record Class IdA1AdminSearchParameters
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
- 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 IdA1AdminSearchParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBOptionType<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.
-
Constructor Summary
ConstructorsConstructorDescriptionIdA1AdminSearchParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldSearch, IdA1AdminColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1AdminSearchParametersrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic IdA1AdminSearchParametersdeserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) Deserialize a value of type IdA1AdminSearchParameters.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.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> Returns 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, IdA1AdminSearchParameters $x) Serialize a value of type IdA1AdminSearchParameters.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IdA1AdminSearchParameters
public IdA1AdminSearchParameters(IdA1TimeRange fieldTimeCreatedRange, IdA1TimeRange fieldTimeUpdatedRange, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldSearch, IdA1AdminColumnOrdering fieldOrdering, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned16 fieldLimit) Creates an instance of aIdA1AdminSearchParametersrecord 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, IdA1AdminSearchParameters $x) throws IOException Serialize a value of type IdA1AdminSearchParameters.- Parameters:
$context- The serialization context.$x- The value to be serialized.- Throws:
IOException
-
deserialize
public static IdA1AdminSearchParameters deserialize(com.io7m.cedarbridge.runtime.api.CBSerializationContextType $context) throws IOException Deserialize a value of type IdA1AdminSearchParameters.- Parameters:
$context- The serialization context.- Returns:
- A value of type IdA1AdminSearchParameters.
- 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.CBOptionType<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
-