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

Packages that use Polarity
org.filteredpush.client.model   
 

Uses of Polarity in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Polarity
 Polarity ObjectFactory.createPolarity()
          Create an instance of Polarity
 Polarity Body.getHasPolarity()
           
 

Methods in org.filteredpush.client.model with parameters of type Polarity
 void Body.setHasPolarity(Polarity hasPolarity)