Class ViewOfferRequest
java.lang.Object
com.day.cq.analytics.testandtarget.OfferBase
com.day.cq.analytics.testandtarget.ViewOfferRequest
A request object used to retrieve the details of an offer from Adobe Target
-
Constructor Summary
ConstructorsConstructorDescriptionViewOfferRequest(long id) Constructs aViewOfferRequestusing the base parameters retrieved from Target -
Method Summary
Methods inherited from class com.day.cq.analytics.testandtarget.OfferBase
getContent, getContentPath, getId, getMacMetadata, getName, getType, getWorkspace, setMacMetadata, setType, setWorkspace
-
Constructor Details
-
ViewOfferRequest
public ViewOfferRequest(long id) Constructs aViewOfferRequestusing the base parameters retrieved from Target- Parameters:
id- the id of the offer to retrieve
-