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