Package cz.quanti.mailq.resources.v2
Class SenderEmailResource
- java.lang.Object
-
- cz.quanti.mailq.resources.v2.BaseResource
-
- cz.quanti.mailq.resources.v2.SenderEmailResource
-
public class SenderEmailResource extends BaseResource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SenderEmailEntitygetSenderEmail(Long id)SenderEmailsEntitygetSenderEmails()-
Methods inherited from class cz.quanti.mailq.resources.v2.BaseResource
getConnector
-
-
-
-
Method Detail
-
getSenderEmails
public SenderEmailsEntity getSenderEmails() throws ApiException, InvalidRequestException
- Throws:
ApiExceptionInvalidRequestException
-
getSenderEmail
public SenderEmailEntity getSenderEmail(Long id) throws ApiException, InvalidRequestException
- Throws:
ApiExceptionInvalidRequestException
-
-