Class FindDerivedRelationTypesRequest

Object
FindDerivedRelationTypesRequest
Record Components:
sourceTypeId - the id of the source Type of the Derived Relation Types to search for
sourceTypeName - the name of the source Type of the Derived Relation Types to search for
role - the role of the Derived Relation Types to search for
coRole - the co-role of the Derived Relation Types to search for
targetTypeId - the id of the target Type of the Derived Relation Types to search for
targetTypeName - the name of the target Type of the Derived Relation Types to search for
sortOrder - the order in which the results will be returned. The default value is ASC.
All Implemented Interfaces:
Serializable

public class FindDerivedRelationTypesRequest extends Object implements Serializable
The search criteria for Derived Relation Types.

Only parameters that are specified in this request and do not have null values are used for filtering. All other parameters are ignored.

The returned Derived Relation Types satisfy all constraints that are specified in these search criteria.

By default, a result containing at most 1000 Derived Relation Types is returned.

See Also:
  • Constructor Details

  • Method Details

    • builder

      public static FindDerivedRelationTypesRequest.Builder builder()
    • getSourceTypeId

      public UUID getSourceTypeId()
    • getSourceTypeName

      public String getSourceTypeName()
    • getRole

      public String getRole()
    • getCoRole

      public String getCoRole()
    • getTargetTypeId

      public UUID getTargetTypeId()
    • getTargetTypeName

      public String getTargetTypeName()
    • getSortField

    • getSortOrder

      public SortOrder getSortOrder()
    • getOffset

      public int getOffset()
    • getLimit

      public int getLimit()
    • getCountLimit

      public int getCountLimit()
    • setSourceTypeId

      public void setSourceTypeId(UUID sourceTypeId)
    • setSourceTypeName

      public void setSourceTypeName(String sourceTypeName)
    • setRole

      public void setRole(String role)
    • setCoRole

      public void setCoRole(String coRole)
    • setTargetTypeId

      public void setTargetTypeId(UUID targetTypeId)
    • setTargetTypeName

      public void setTargetTypeName(String targetTypeName)
    • setSortField

      public void setSortField(FindDerivedRelationTypesRequest.SortField sortField)
    • setSortOrder

      public void setSortOrder(SortOrder sortOrder)
    • setOffset

      public void setOffset(int offset)
    • setLimit

      public void setLimit(int limit)
    • setCountLimit

      public void setCountLimit(int countLimit)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object