Class FindValidationResultRequest.Builder
Object
Builder
- Enclosing class:
FindValidationResultRequest
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.limit
(int limit) mostRecentExecution
(Boolean mostRecentExecution) mostRecentJob
(Boolean mostRecentJob) offset
(int offset) serialVersionUID
(long serialVersionUID) Deprecated.This method will be removed in the future.toString()
validationRuleId
(UUID validationRuleId)
-
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
-
offset
-
limit
-
serialVersionUID
Deprecated.This method will be removed in the future. No replacement will be available. -
but
Deprecated.This method will be removed in the future. Please, useFindValidationResultRequest.builder()
Clone method for this Builder. -
assetId
- Parameters:
assetId
- The unique identifier of the asset for which we are searching validation results.- Returns:
this
.
-
jobId
- Parameters:
jobId
- The unique identifier of the job for which we are searching validation results.- Returns:
this
.
-
validationRuleId
- Parameters:
validationRuleId
- The unique identifier of the validation rule for which we are searching validation results.- Returns:
this
.
-
mostRecentJob
- Parameters:
mostRecentJob
- Check the validationResults of only the most recent job according to the other criteria.- Returns:
this
.
-
mostRecentExecution
- Parameters:
mostRecentExecution
- Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria.- Returns:
this
.
-
result
- Parameters:
result
- Filter on the result of validation results.- Returns:
this
.
-
build
-
toString
-