public class ValidationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
invalid(@NotNull ErrorType errorType,
MessageErrorCode messageErrorCode) |
static ValidationResult |
invalid(@NotNull ErrorType errorType,
TppMessageInformation... tppMessageInformations) |
static ValidationResult |
invalid(@NotNull ErrorType errorType,
TppMessageInformation tppMessageInformation) |
static ValidationResult |
invalid(@NotNull MessageError messageError) |
boolean |
isNotValid() |
static ValidationResult |
valid() |
public static ValidationResult valid()
public static ValidationResult invalid(@NotNull @NotNull MessageError messageError)
public static ValidationResult invalid(@NotNull @NotNull ErrorType errorType, MessageErrorCode messageErrorCode)
public static ValidationResult invalid(@NotNull @NotNull ErrorType errorType, TppMessageInformation tppMessageInformation)
public static ValidationResult invalid(@NotNull @NotNull ErrorType errorType, TppMessageInformation... tppMessageInformations)
public boolean isNotValid()
Copyright © 2020. All rights reserved.