Class FindRelationTypesRequest
Object
PagedRequest
FindRelationTypesRequest
- All Implemented Interfaces:
Serializable
The search criteria for 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 Relation Types satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Relation Types is returned.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe name of the role that the target plays to search for.getRole()The name of the role that the source plays to search for.The logical operator determining how to combine the role and coRole criteria: AND or OR.The field that should be used as reference for sorting.The order of sorting.The ID of the source type of the Relation Type to search for.The name of the source type of the Relation Type to search for.The ID of the target type of the Relation Type to search for.The name of the target type of the Relation Type to search for.inthashCode()voidThe name of the role that the target plays to search for.voidThe name of the role that the source plays to search for.voidsetRoleCoRoleLogicalOperator(LogicalOperator roleCoRoleLogicalOperator) The logical operator determining how to combine the role and coRole criteria: AND or OR.voidsetSortField(FindRelationTypesRequest.SortField sortField) The field that should be used as reference for sorting.voidsetSortOrder(SortOrder sortOrder) The order of sorting.voidsetSourceTypeId(UUID sourceTypeId) The ID of the source type of the Relation Type to search for.voidsetSourceTypeName(String sourceTypeName) The name of the source type of the Relation Type to search for.voidsetTargetTypeId(UUID targetTypeId) The ID of the target type of the Relation Type to search for.voidsetTargetTypeName(String targetTypeName) The name of the target type of the Relation Type to search for.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindRelationTypesRequest
public FindRelationTypesRequest()
-
-
Method Details
-
builder
-
getSourceTypeId
The ID of the source type of the Relation Type to search for. -
getSourceTypeName
The name of the source type of the Relation Type to search for. -
getRole
The name of the role that the source plays to search for. -
getTargetTypeId
The ID of the target type of the Relation Type to search for. -
getTargetTypeName
The name of the target type of the Relation Type to search for. -
getCoRole
The name of the role that the target plays to search for. -
getSortField
The field that should be used as reference for sorting. -
getSortOrder
The order of sorting. -
getRoleCoRoleLogicalOperator
The logical operator determining how to combine the role and coRole criteria: AND or OR. -
setSourceTypeId
The ID of the source type of the Relation Type to search for. -
setSourceTypeName
The name of the source type of the Relation Type to search for. -
setRole
The name of the role that the source plays to search for. -
setTargetTypeId
The ID of the target type of the Relation Type to search for. -
setTargetTypeName
The name of the target type of the Relation Type to search for. -
setCoRole
The name of the role that the target plays to search for. -
setSortField
The field that should be used as reference for sorting. -
setSortOrder
The order of sorting. -
setRoleCoRoleLogicalOperator
The logical operator determining how to combine the role and coRole criteria: AND or OR. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-