public class SaveOfferRequest
extends OfferBase
| Constructor and Description |
|---|
SaveOfferRequest(long id,
java.lang.String name,
java.lang.String content)
Constructs a
SaveOfferRequest using the parameters required to update an offer |
SaveOfferRequest(java.lang.String name,
java.lang.String content)
Constructs an object of this type using the minimal required to create an offer.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
java.lang.String |
getContentPath() |
java.lang.String |
getName() |
java.lang.String |
toString() |
public SaveOfferRequest(long id,
java.lang.String name,
java.lang.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 offerpublic SaveOfferRequest(java.lang.String name,
java.lang.String content)
name - the offer namecontent - the content of the offer"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"