@PublicApi
public interface ServiceResult
ServiceOutcome
.ServiceOutcome
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
getErrorCollection() |
WarningCollection |
getWarningCollection() |
default boolean |
hasWarnings() |
boolean |
isValid() |
boolean isValid()
ErrorCollection getErrorCollection()
ErrorCollection
that contains any errors that may have happened as a result of the validations.WarningCollection getWarningCollection()
WarningCollection
that contains all warnings that may have happened as a result of the validation.default boolean hasWarnings()
Copyright © 2002-2022 Atlassian. All Rights Reserved.