Uses of Class
org.apache.unomi.api.campaigns.CampaignDetail
-
Packages that use CampaignDetail Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.goals -
-
Uses of CampaignDetail in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return CampaignDetail Modifier and Type Method Description CampaignDetail
GoalsService. getCampaignDetail(String id)
Retrieves theCampaignDetail
associated with the campaign identified with the specified identifierMethods in org.apache.unomi.api.services that return types with arguments of type CampaignDetail Modifier and Type Method Description PartialList<CampaignDetail>
GoalsService. getCampaignDetails(Query query)
Retrieves campaign details for campaigns matching the specified query. -
Uses of CampaignDetail in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return CampaignDetail Modifier and Type Method Description CampaignDetail
CampaignsServiceEndPoint. getCampaignDetail(String campaignID)
Retrieves theCampaignDetail
associated with the campaign identified with the specified identifierMethods in org.apache.unomi.rest.endpoints that return types with arguments of type CampaignDetail Modifier and Type Method Description PartialList<CampaignDetail>
CampaignsServiceEndPoint. getCampaignDetails(Query query)
Retrieves campaign details for campaigns matching the specified query. -
Uses of CampaignDetail in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return CampaignDetail Modifier and Type Method Description CampaignDetail
GoalsServiceImpl. getCampaignDetail(String id)
Methods in org.apache.unomi.services.impl.goals that return types with arguments of type CampaignDetail Modifier and Type Method Description PartialList<CampaignDetail>
GoalsServiceImpl. getCampaignDetails(Query query)
-