A C D E I T U 

A

addEventTime(long) - Method in class com.indicative.client.java.Indicative.Event
Sets the Event object's eventTime field.
addProperties(Map<String, String>) - Method in class com.indicative.client.java.Indicative.Event
Adds a Map of property name/value pairs to the Event object's Map of properties.
addProperty(String, String) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
addProperty(String, int) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
addProperty(String, long) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
addProperty(String, float) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
addProperty(String, double) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
addProperty(String, boolean) - Method in class com.indicative.client.java.Indicative.Event
Adds a property name/value pair to the Event object's Map of properties.
apiKey(String) - Static method in class com.indicative.client.java.Indicative
Sets the static apiKey value.

C

com.indicative.client.java - package com.indicative.client.java
 

D

done() - Method in class com.indicative.client.java.Indicative.Event
Creates a new Thread to asynchronously post the event.

E

escape(String) - Static method in class com.indicative.client.java.Indicative
Escapes special characters in a String with a backslash character for use in the JSON representation of an event.
event(String) - Static method in class com.indicative.client.java.Indicative
Instantiates a new Event object and initializes it with the name of your event.

I

Indicative - Class in com.indicative.client.java
A REST client for posting events to the Indicative Endpoint.
Indicative() - Constructor for class com.indicative.client.java.Indicative
 
Indicative.Event - Class in com.indicative.client.java
A class representing the Event to be recorded.
Indicative.Event(String) - Constructor for class com.indicative.client.java.Indicative.Event
A constructor that sets the initial values for the Event object's apiKey, eventName, and eventTime fields.
Indicative.Event(String, String) - Constructor for class com.indicative.client.java.Indicative.Event
A constructor that sets the initial values for the Event object's apiKey, eventName, and eventTime fields.

T

toJson() - Method in class com.indicative.client.java.Indicative.Event
Serializes the event to a JSON String.

U

uniqueId(String) - Method in class com.indicative.client.java.Indicative.Event
Adds the user's unique identifier to the Event object.
A C D E I T U 

Copyright © 2014. All Rights Reserved.