| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<WebProfile> |
WebProfileList.setWebProfileList(List<WebProfile> webProfiles)
Setter for items
|
Copyright © 2015. All Rights Reserved.