Class FindRelationTypesRequest.Builder
Object
Builder
- Enclosing class:
FindRelationTypesRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method will be removed in the future.build()but()Deprecated.This method will be removed in the future.limit(int limit) offset(int offset) roleCoRoleLogicalOperator(LogicalOperator roleCoRoleLogicalOperator) sortField(FindRelationTypesRequest.SortField sortField) sourceTypeId(UUID sourceTypeId) sourceTypeName(String sourceTypeName) targetTypeId(UUID targetTypeId) targetTypeName(String targetTypeName) toString()
-
Field Details
-
offset
Deprecated.This field will become private in the next major release. -
limit
Deprecated.This field will become private in the next major release.
-
-
Method Details
-
aFindRelationTypesRequest
Deprecated.This method will be removed in the future. Please useFindRelationTypesRequest.builder(). -
offset
-
limit
-
but
Deprecated.This method will be removed in the future. Please, useFindRelationTypesRequest.builder().Clone method for this Builder. -
sourceTypeId
- Returns:
this.
-
sourceTypeName
- Returns:
this.
-
role
- Returns:
this.
-
targetTypeId
- Returns:
this.
-
targetTypeName
- Returns:
this.
-
coRole
- Returns:
this.
-
sortField
- Returns:
this.
-
sortOrder
- Returns:
this.
-
roleCoRoleLogicalOperator
public FindRelationTypesRequest.Builder roleCoRoleLogicalOperator(LogicalOperator roleCoRoleLogicalOperator) - Returns:
this.
-
build
-
toString
-