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

Packages that use Body
org.filteredpush.client.model   
 

Uses of Body in org.filteredpush.client.model
 

Methods in org.filteredpush.client.model that return Body
 Body ObjectFactory.createBody()
          Create an instance of Body
 Body Annotation.getHasBody()
           
 

Methods in org.filteredpush.client.model with parameters of type Body
 void Annotation.setHasBody(Body hasBody)