Class EffectResponse.Empty
Object
EffectResponse
Empty
- Enclosing class:
- EffectResponse
Represents an empty response, which means that the requested change
is possible, but not required.
-
Nested Class Summary
Nested classes/interfaces inherited from class EffectResponse
EffectResponse.Empty, EffectResponse.Error, EffectResponse.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()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.Methods inherited from class EffectResponse
empty, error, getAffectedItems, getDescription, getEffect, getError, getSuccessMessage, isError, valid
-
Constructor Details
-
Empty
-
-
Method Details
-
isEmpty
public boolean isEmpty()Description copied from class:EffectResponseReturns 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.- Overrides:
isEmptyin classEffectResponse
-