get
public Dfareporting.TvCampaignDetails.Get get(Long profileId,
String id)
throws IOException
Gets one TvCampaignDetail by ID.
Create a request for the method "tvCampaignDetails.get".
This request holds the parameters needed by the dfareporting server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
profileId
- Required. User profile ID associated with this request.
id
- Required. TV Campaign ID.
- Returns:
- the request
- Throws:
IOException