Class ViewOfferRequest
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.OfferBase
-
- com.day.cq.analytics.testandtarget.ViewOfferRequest
-
public class ViewOfferRequest extends OfferBase
A request object used to retrieve the details of an offer from Adobe Target
-
-
Constructor Summary
Constructors Constructor Description ViewOfferRequest(long id)
Constructs aViewOfferRequest
using 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 Detail
-
ViewOfferRequest
public ViewOfferRequest(long id)
Constructs aViewOfferRequest
using the base parameters retrieved from Target- Parameters:
id
- the id of the offer to retrieve
-
-