Uses of Class
com.paypal.api.payments.WebProfile

Packages that use WebProfile
com.paypal.api.payments   
 

Uses of WebProfile in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return WebProfile
static WebProfile WebProfile.get(APIContext apiContext, String profileId)
          Retrieve the details of a particular web experience profile by passing the ID of the profile to the request URI.
static WebProfile WebProfile.get(String accessToken, String profileId)
          Retrieve the details of a particular web experience profile by passing the ID of the profile to the request URI.
 WebProfile WebProfile.setFlowConfig(FlowConfig flowConfig)
          Setter for flowConfig
 WebProfile WebProfile.setId(String id)
          Setter for id
 WebProfile WebProfile.setInputFields(InputFields inputFields)
          Setter for inputFields
 WebProfile WebProfile.setName(String name)
          Setter for name
 WebProfile WebProfile.setPresentation(Presentation presentation)
          Setter for presentation
 

Methods in com.paypal.api.payments that return types with arguments of type WebProfile
static List<WebProfile> WebProfile.getList(APIContext apiContext)
          Lists all web experience profiles that exist for a merchant (or subject).
static List<WebProfile> WebProfile.getList(String accessToken)
          Lists all web experience profiles that exist for a merchant (or subject).
 List<WebProfile> WebProfileList.getWebProfileLists()
          Getter for items
 List<WebProfile> WebProfileList.setWebProfileList(List<WebProfile> webProfiles)
          Setter for items
 

Method parameters in com.paypal.api.payments with type arguments of type WebProfile
 List<WebProfile> WebProfileList.setWebProfileList(List<WebProfile> webProfiles)
          Setter for items
 



Copyright © 2015. All Rights Reserved.