Google Analytics API v3 (revision 41)



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

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

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

Methods in com.google.api.services.analytics.model that return Goal.EventDetails.EventConditions
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.clone()
           
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.set(String fieldName, Object value)
           
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.setComparisonType(String comparisonType)
          Type of comparison.
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.setComparisonValue(Long comparisonValue)
          Value used for this comparison.
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.setExpression(String expression)
          Expression used for this match.
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.setMatchType(String matchType)
          Type of the match to be performed.
 Goal.EventDetails.EventConditions Goal.EventDetails.EventConditions.setType(String type)
          Type of this event condition.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type Goal.EventDetails.EventConditions
 List<Goal.EventDetails.EventConditions> Goal.EventDetails.getEventConditions()
          List of event conditions.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type Goal.EventDetails.EventConditions
 Goal.EventDetails Goal.EventDetails.setEventConditions(List<Goal.EventDetails.EventConditions> eventConditions)
          List of event conditions.