- CALL_TYPE - Static variable in class com.tealium.collect.Key
-
Key describing the kind of event.
- com.tealium.collect - package com.tealium.collect
-
- com.tealium.collect.attribute - package com.tealium.collect.attribute
-
- com.tealium.collect.visitor - package com.tealium.collect.visitor
-
- contains(T) - Method in class com.tealium.collect.attribute.AttributeGroup
-
Check to see whether this instance possesses the provided attribute by performing the
Object.equals(Object)
operation.
- containsAll(AttributeGroup<T>) - Method in class com.tealium.collect.attribute.AttributeGroup
-
Check to see whether this instance possesses all of the elements of the given group.
- containsAllIds(AttributeGroup<T>) - Method in class com.tealium.collect.attribute.AttributeGroup
-
Check to see whether this instance possesses all of the ids of attributes of the given group.
- containsId(String) - Method in class com.tealium.collect.attribute.AttributeGroup
-
Determine whether this instance contains an attribute matching the id provided.
- containsId(T) - Method in class com.tealium.collect.attribute.AttributeGroup
-
Determine whether this instance contains an attribute with an id matching given attribute.
- CurrentVisit - Class in com.tealium.collect.visitor
-
An immutable representation of this visitor's AudienceStream current visit.
- CurrentVisit() - Constructor for class com.tealium.collect.visitor.CurrentVisit
-
Create an empty representation.
- CurrentVisit(long, Collection<DateAttribute>, Collection<FlagAttribute>, Collection<MetricAttribute>, Collection<PropertyAttribute>, long, int) - Constructor for class com.tealium.collect.visitor.CurrentVisit
-