Class AdSurvey


  • public class AdSurvey
    extends java.lang.Object
    The AdSurvey is used to provide a URL to any resource file having to do with collecting survey data.
    • Constructor Summary

      Constructors 
      Constructor Description
      AdSurvey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMimeType()
      The survey type.
      java.net.URL getSurvey()
      The survey's URL.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdSurvey

        public AdSurvey()
    • Method Detail

      • getSurvey

        public java.net.URL getSurvey()
        The survey's URL.
        Returns:
        The URL to any resource relating to an integrated survey.
      • getMimeType

        public java.lang.String getMimeType()
        The survey type.
        Returns:
        The MIME type of the resource being served.