Package app.ductape.sdk.graph.types
Record Class GraphTypes.FindRelationshipsOptions
java.lang.Object
java.lang.Record
app.ductape.sdk.graph.types.GraphTypes.FindRelationshipsOptions
- Enclosing class:
- GraphTypes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theendNodeIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.offset()Returns the value of theoffsetrecord component.skip()Returns the value of theskiprecord component.Returns the value of thestartNodeIdrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.types()Returns the value of thetypesrecord component.where()Returns the value of thewhererecord component.
-
Constructor Details
-
FindRelationshipsOptions
public FindRelationshipsOptions(String type, List<String> types, Object startNodeId, Object endNodeId, Map<String, Object> where, Integer limit, Integer offset, Integer skip) Creates an instance of aFindRelationshipsOptionsrecord class.- Parameters:
type- the value for thetyperecord componenttypes- the value for thetypesrecord componentstartNodeId- the value for thestartNodeIdrecord componentendNodeId- the value for theendNodeIdrecord componentwhere- the value for thewhererecord componentlimit- the value for thelimitrecord componentoffset- the value for theoffsetrecord componentskip- the value for theskiprecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
types
Returns the value of thetypesrecord component.- Returns:
- the value of the
typesrecord component
-
startNodeId
Returns the value of thestartNodeIdrecord component.- Returns:
- the value of the
startNodeIdrecord component
-
endNodeId
Returns the value of theendNodeIdrecord component.- Returns:
- the value of the
endNodeIdrecord component
-
where
Returns the value of thewhererecord component.- Returns:
- the value of the
whererecord component
-
limit
Returns the value of thelimitrecord component.- Returns:
- the value of the
limitrecord component
-
offset
Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-
skip
Returns the value of theskiprecord component.- Returns:
- the value of the
skiprecord component
-