Uses of Class
com.xerox.amazonws.fps.NotificationEventType

Packages that use NotificationEventType
com.xerox.amazonws.fps   
 

Uses of NotificationEventType in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return NotificationEventType
static NotificationEventType NotificationEventType.fromValue(String v)
           
static NotificationEventType NotificationEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationEventType[] NotificationEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xerox.amazonws.fps with parameters of type NotificationEventType
 void FlexiblePaymentsService.subscribeForCallerNotification(NotificationEventType operationType, URL webService)
          Allows callers to subscribe to events that are given out using the web service notification mechanism.
 void FlexiblePaymentsService.unsubscribeForCallerNotification(NotificationEventType operationType)
          Allows callers to unsubscribe to events that are previously subscribed by the calling applications.