Module java4ever.framework
Package tech.deplant.java4ever.framework
Record Class Account.GraphQLFilter.In
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.Account.GraphQLFilter.In
- All Implemented Interfaces:
Account.GraphQLFilter
- Enclosing interface:
Account.GraphQLFilter
public static record Account.GraphQLFilter.In(String[] in)
extends Record
implements Account.GraphQLFilter
The type In.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.framework.Account.GraphQLFilter
Account.GraphQLFilter.Eq, Account.GraphQLFilter.Gt, Account.GraphQLFilter.In, Account.GraphQLFilter.Lt -
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.String[]in()Returns the value of theinrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
In
Creates an instance of aInrecord class.- Parameters:
in- the value for theinrecord component
-
-
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). -
in
Returns the value of theinrecord component.- Returns:
- the value of the
inrecord component
-