Uses of Class
paypalnvp.request.ManageRecurringPaymentsProfileStatus.Action

Packages that use ManageRecurringPaymentsProfileStatus.Action
paypalnvp.request   
 

Uses of ManageRecurringPaymentsProfileStatus.Action in paypalnvp.request
 

Methods in paypalnvp.request that return ManageRecurringPaymentsProfileStatus.Action
static ManageRecurringPaymentsProfileStatus.Action ManageRecurringPaymentsProfileStatus.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ManageRecurringPaymentsProfileStatus.Action[] ManageRecurringPaymentsProfileStatus.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in paypalnvp.request with parameters of type ManageRecurringPaymentsProfileStatus.Action
ManageRecurringPaymentsProfileStatus(java.lang.String profileId, ManageRecurringPaymentsProfileStatus.Action action)