public class CreateExperienceProfileRequest extends PayPalBaseRequest
Modifier and Type | Field and Description |
---|---|
private InputFields |
inputFields |
private java.lang.String |
name |
private Presentation |
presentation |
Constructor and Description |
---|
CreateExperienceProfileRequest() |
Modifier and Type | Method and Description |
---|---|
InputFields |
getInputFields() |
java.lang.String |
getName() |
Presentation |
getPresentation() |
void |
setInputFields(InputFields inputFields) |
void |
setName(java.lang.String name) |
void |
setPresentation(Presentation presentation) |
addHttpHeader, getAccessToken, getContentType, getHttpHeaders, getHttpMethod, getPayload, getPayPalPlusOAuth2Credentials, getRequestBody, getTargetResource, isBasicAuthAvailable, setContentType, setHttpMethod, setPayload, setPayPalPlusOAuth2Credentials, setTargetResouce
private java.lang.String name
private Presentation presentation
private InputFields inputFields
public java.lang.String getName()
public void setName(java.lang.String name)
public Presentation getPresentation()
public void setPresentation(Presentation presentation)
public InputFields getInputFields()
public void setInputFields(InputFields inputFields)