Uses of Class
org.filteredpush.client.model.Expectation

Packages that use Expectation
org.filteredpush.client.model   
 

Uses of Expectation in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Expectation
 Expectation ObjectFactory.createExpectation()
          Create an instance of Expectation
 Expectation Annotation.getHasExpectation()
           
 

Methods in org.filteredpush.client.model with parameters of type Expectation
 void Annotation.setHasExpectation(Expectation hasExpectation)