com.atlassian.confluence.user.notifications
Class NotificationSendResult

java.lang.Object
  extended by com.atlassian.confluence.user.notifications.NotificationSendResult

@Immutable
public class NotificationSendResult
extends Object

Includes the successful and failed email addresses for a notification send.

Since:
v4.2.4

Constructor Summary
NotificationSendResult(Set<String> sentAddresses, Set<String> failedAddresses)
           
 
Method Summary
 Set<String> getFailedAddresses()
           
 Set<String> getSentAddresses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSendResult

public NotificationSendResult(Set<String> sentAddresses,
                              Set<String> failedAddresses)
Method Detail

getSentAddresses

public Set<String> getSentAddresses()

getFailedAddresses

public Set<String> getFailedAddresses()


Copyright © 2003-2013 Atlassian. All Rights Reserved.