Interface CompleteCorrelationResult.WithUncertainOwnerBuilder
- All Superinterfaces:
CompleteCorrelationResult.Buildable
- Enclosing class:
- CompleteCorrelationResult
public static interface CompleteCorrelationResult.WithUncertainOwnerBuilder
extends CompleteCorrelationResult.Buildable
-
Method Summary
Modifier and TypeMethodDescriptioncandidateOwners(@Nullable CandidateOwners candidateOwners) correlatorState(@Nullable AbstractCorrelatorStateType correlatorState) ownerOptions(@Nullable ResourceObjectOwnerOptionsType ownerOptions) Methods inherited from interface com.evolveum.midpoint.model.api.correlation.CompleteCorrelationResult.Buildable
build
-
Method Details
-
correlatorState
CompleteCorrelationResult.WithUncertainOwnerBuilder correlatorState(@Nullable @Nullable AbstractCorrelatorStateType correlatorState) -
candidateOwners
CompleteCorrelationResult.WithUncertainOwnerBuilder candidateOwners(@Nullable @Nullable CandidateOwners candidateOwners) -
ownerOptions
CompleteCorrelationResult.WithUncertainOwnerBuilder ownerOptions(@Nullable @Nullable ResourceObjectOwnerOptionsType ownerOptions)
-