Google Analytics API v3 (revision 41)



Uses of Class
com.google.api.services.analytics.model.Goal.EventDetails

Packages that use Goal.EventDetails
com.google.api.services.analytics.model   
 

Uses of Goal.EventDetails in com.google.api.services.analytics.model
 

Methods in com.google.api.services.analytics.model that return Goal.EventDetails
 Goal.EventDetails Goal.EventDetails.clone()
           
 Goal.EventDetails Goal.getEventDetails()
          Details for the goal of the type EVENT.
 Goal.EventDetails Goal.EventDetails.set(String fieldName, Object value)
           
 Goal.EventDetails Goal.EventDetails.setEventConditions(List<Goal.EventDetails.EventConditions> eventConditions)
          List of event conditions.
 Goal.EventDetails Goal.EventDetails.setUseEventValue(Boolean useEventValue)
          Determines if the event value should be used as the value for this goal.
 

Methods in com.google.api.services.analytics.model with parameters of type Goal.EventDetails
 Goal Goal.setEventDetails(Goal.EventDetails eventDetails)
          Details for the goal of the type EVENT.