com.paypal.api.payments
Class EventTypeList

java.lang.Object
  extended by com.paypal.api.payments.EventTypeList

public class EventTypeList
extends Object


Constructor Summary
EventTypeList()
          Default Constructor
 
Method Summary
 List<EventType> getEventTypes()
          Getter for eventTypes
 EventTypeList setEventTypes(List<EventType> eventTypes)
          Setter for eventTypes
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventTypeList

public EventTypeList()
Default Constructor

Method Detail

setEventTypes

public EventTypeList setEventTypes(List<EventType> eventTypes)
Setter for eventTypes


getEventTypes

public List<EventType> getEventTypes()
Getter for eventTypes


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.