Package com.consol.citrus.mail.model
Class AcceptResponse
- java.lang.Object
-
- com.consol.citrus.mail.model.AcceptResponse
-
public class AcceptResponse extends Object
Response outcome for accept requests. Just says whether accept request is accepted or declined according to boolean response outcome.- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description AcceptResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAccept()Gets the accept outcome.voidsetAccept(boolean accept)Sets the accept flag to mark success of accept request.
-