Uses of Interface
esendex.sdk.java.model.domain.response.OptOutCollectionResponse
Packages that use OptOutCollectionResponse
Package
Description
-
Uses of OptOutCollectionResponse in esendex.sdk.java.model.domain.impl
Classes in esendex.sdk.java.model.domain.impl that implement OptOutCollectionResponseMethods in esendex.sdk.java.model.domain.impl that return OptOutCollectionResponseModifier and TypeMethodDescriptionOptOutResponseAssembler.createCollectionResponse
(OptOutCollectionResponseDto col) -
Uses of OptOutCollectionResponse in esendex.sdk.java.service
Methods in esendex.sdk.java.service that return OptOutCollectionResponseModifier and TypeMethodDescriptionOptOutService.getOptOuts
(int pageNumber, int pageSize) Gets opt outs.OptOutService.getOptOuts
(FromAddress from, int pageNumber, int pageSize) Gets opt outs by from address.OptOutService.getOptOuts
(String account, int pageNumber, int pageSize) Gets opt outs by account reference.OptOutService.getOptOuts
(String account, FromAddress from, int pageNumber, int pageSize) Gets opt outs by account reference and from address. -
Uses of OptOutCollectionResponse in esendex.sdk.java.service.impl
Methods in esendex.sdk.java.service.impl that return OptOutCollectionResponseModifier and TypeMethodDescriptionOptOutServiceImpl.getOptOuts
(int pageNumber, int pageSize) Gets opt outs.OptOutServiceImpl.getOptOuts
(FromAddress from, int pageNumber, int pageSize) Gets opt outs by from address.OptOutServiceImpl.getOptOuts
(String account, int pageNumber, int pageSize) Gets opt outs by account reference.OptOutServiceImpl.getOptOuts
(String account, FromAddress from, int pageNumber, int pageSize) Gets opt outs by account reference and from address.