public class SaveOfferRequest
extends OfferBase
| Constructor and Description |
|---|
SaveOfferRequest(long id,
String name,
String content)
Constructs a
SaveOfferRequest using the parameters required to update an offer |
SaveOfferRequest(String name,
String content)
Constructs an object of this type using the minimal required to create an offer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getContentPath() |
String |
getName() |
String |
toString() |
public SaveOfferRequest(long id,
String name,
String content)
SaveOfferRequest using the parameters required to update an offerid - the offer id, as assigned by Adobe Target. This cannot be 0name - the offer namecontent - the content of the offer"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"