public static final class EffectResponse.Empty extends EffectResponse
EffectResponse.empty(I18nText, List),
isEmpty()EffectResponse.Empty, EffectResponse.Error, EffectResponse.Valid| Constructor and Description |
|---|
Empty(I18nText description,
List<ItemIdentity> affectedItems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Returns whether this response is empty, which means that there are no
errors, but no change is needed, for example, because the item is already
in the required state.
|
empty, error, getAffectedItems, getDescription, getEffect, getError, getSuccessMessage, isError, validpublic Empty(@NotNull
I18nText description,
@NotNull
List<ItemIdentity> affectedItems)
public boolean isEmpty()
EffectResponseisEmpty in class EffectResponseCopyright © 2021 ALM Works. All Rights Reserved.