Uses of Class
com.netmera.mobile.util.NetmeraPrivacy

Packages that use NetmeraPrivacy
com.netmera.mobile   
com.netmera.mobile.util   
 

Uses of NetmeraPrivacy in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraPrivacy
 NetmeraPrivacy NetmeraContent.getPrivacy()
           
 

Methods in com.netmera.mobile with parameters of type NetmeraPrivacy
 void NetmeraContent.setPrivacy(NetmeraPrivacy privacy)
          allows user to set the privacy of the content
 

Uses of NetmeraPrivacy in com.netmera.mobile.util
 

Methods in com.netmera.mobile.util that return NetmeraPrivacy
static NetmeraPrivacy NetmeraPrivacy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetmeraPrivacy[] NetmeraPrivacy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.