@Path(value="stores/{storeId}/MarketingSpotData")
@Encoded
public class MarketingSpotData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
MarketingSpotData() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
findByName(java.lang.String name,
java.lang.String storeId,
java.lang.String accessProfile,
java.lang.String responseFormat)
This method performs a GetMarketingSpotData by name request.
|
public static final java.lang.String COPYRIGHT
@GET
@Produces(value={"application/atom+xml","application/json","application/xml"})
@Path(value="{name}")
public javax.ws.rs.core.Response findByName(@PathParam(value="name")
java.lang.String name,
@PathParam(value="storeId")
java.lang.String storeId,
@QueryParam(value="accessProfile")
java.lang.String accessProfile,
@QueryParam(value="responseFormat")
java.lang.String responseFormat)
throws javax.ws.rs.WebApplicationException,
java.io.IOException,
MarketingSpotDataException
name - the MarketingSpotData name.storeId - the store Id.accessProfile - the access profile of the Get request.responseFormat - the response format (xml, json, or atom).javax.ws.rs.WebApplicationException - the web application exceptionjava.io.IOException - Signals that an I/O exception has occurred.MarketingSpotDataException - the marketing spot data exception