Class RelationshipFilter


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class RelationshipFilter
    extends java.lang.Object
    The relationship filter to apply in a graph query
    • Constructor Detail

      • RelationshipFilter

        public RelationshipFilter()
    • Method Detail

      • getOr

        @Valid
        public @Valid java.util.List<ConjunctiveCriterion> getOr()
        A list of disjunctive criterion for the filter. (or operation to combine filters)
        Returns:
        or
      • getCriteria

        @Valid
        public @Valid java.util.List<Criterion> getCriteria()
        Deprecated! A list of conjunctive criterion for the filter. If \"or\" field is provided, then this field is ignored.
        Returns:
        criteria
      • setCriteria

        public void setCriteria​(java.util.List<Criterion> criteria)
      • getDirection

        @NotNull
        @Valid
        public @NotNull @Valid RelationshipDirection getDirection()
        Get direction
        Returns:
        direction
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object