public interface UnmuteOptions
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getUnmuteByTime()
Date and time when the problem should be automatically unmuted (if should).
|
boolean |
isUnmuteManually()
Returns whether the problem is not unmuted automatically, only manually.
|
boolean |
isUnmuteWhenFixed()
Whether the system should unmute the problem when it is fixed.
|
boolean isUnmuteManually()
boolean isUnmuteWhenFixed()
@Nullable java.util.Date getUnmuteByTime()