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