Record Class CADatabaseQueriesLocationsType.LocationListType.Parameters
java.lang.Object
java.lang.Record
com.io7m.cardant.database.api.CADatabaseQueriesLocationsType.LocationListType.Parameters
- Record Components:
includeDeleted- The deleted state
- Enclosing interface:
CADatabaseQueriesLocationsType.LocationListType
public static record CADatabaseQueriesLocationsType.LocationListType.Parameters(CAIncludeDeleted includeDeleted)
extends Record
Parameters for the operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theincludeDeletedrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Parameters
Parameters for the operation.
-
-
Method Details
-
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). -
includeDeleted
Returns the value of theincludeDeletedrecord component.- Returns:
- the value of the
includeDeletedrecord component
-