Class FindComplexRelationsRequest.Builder
Object
Builder
- Enclosing class:
FindComplexRelationsRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.limit(int limit) offset(int offset) Deprecated, for removal: This API element is subject to removal in a future version.Use cursor pagination.toString()typePublicIds(List<String> typePublicIds)
-
Field Details
-
offset
Deprecated, for removal: This API element is subject to removal in a future version.Use cursor pagination. -
limit
Deprecated.This field will become private in the next major release.
-
-
Method Details
-
offset
Deprecated, for removal: This API element is subject to removal in a future version.Use cursor pagination. -
limit
-
but
Deprecated.This method will be removed in the future. Please, useFindComplexRelationsRequest.builder()Clone method for this Builder. -
cursor
- Parameters:
cursor- Cursor for the current page of results. To retrieve the first page with cursor pagination you need to pass this parameter with an empty value (must be non-null). For the next pages, the value must be taken from the response (nextCursorproperty).- Returns:
this.
-
assetId
- Parameters:
assetId- The ID of the asset for which complex relations should be found.- Returns:
this.
-
typeId
- Parameters:
typeId- The ID of the type of complex relations to search for.- Returns:
this.
-
typePublicIds
- Parameters:
typePublicIds- The list of Public ID of the type of complex relations to search for.- Returns:
this.
-
build
-
toString
-