Class FindDerivedRelationTypesRequest
Object
FindDerivedRelationTypesRequest
- Record Components:
sourceTypeId- the id of the source Type of the Derived Relation Types to search forsourceTypeName- the name of the source Type of the Derived Relation Types to search forrole- the role of the Derived Relation Types to search forcoRole- the co-role of the Derived Relation Types to search fortargetTypeId- the id of the target Type of the Derived Relation Types to search fortargetTypeName- the name of the target Type of the Derived Relation Types to search forsortOrder- the order in which the results will be returned. The default value isASC.
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionFindDerivedRelationTypesRequest(UUID sourceTypeId, String sourceTypeName, String role, String coRole, UUID targetTypeId, String targetTypeName, FindDerivedRelationTypesRequest.SortField sortField, SortOrder sortOrder, int offset, int limit, int countLimit) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanintintgetLimit()intgetRole()inthashCode()voidvoidsetCountLimit(int countLimit) voidsetLimit(int limit) voidsetOffset(int offset) voidvoidvoidsetSortOrder(SortOrder sortOrder) voidsetSourceTypeId(UUID sourceTypeId) voidsetSourceTypeName(String sourceTypeName) voidsetTargetTypeId(UUID targetTypeId) voidsetTargetTypeName(String targetTypeName) toString()
-
Constructor Details
-
FindDerivedRelationTypesRequest
-
FindDerivedRelationTypesRequest
public FindDerivedRelationTypesRequest()
-
-
Method Details
-
builder
-
getSourceTypeId
-
getSourceTypeName
-
getRole
-
getCoRole
-
getTargetTypeId
-
getTargetTypeName
-
getSortField
-
getSortOrder
-
getOffset
public int getOffset() -
getLimit
public int getLimit() -
getCountLimit
public int getCountLimit() -
setSourceTypeId
-
setSourceTypeName
-
setRole
-
setCoRole
-
setTargetTypeId
-
setTargetTypeName
-
setSortField
-
setSortOrder
-
setOffset
public void setOffset(int offset) -
setLimit
public void setLimit(int limit) -
setCountLimit
public void setCountLimit(int countLimit) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-