Uses of Class
com.jimischopp.jyoutube.JYouTube.Catgeory

Uses of JYouTube.Catgeory in com.jimischopp.jyoutube
 

Methods in com.jimischopp.jyoutube that return JYouTube.Catgeory
static JYouTube.Catgeory JYouTube.Catgeory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JYouTube.Catgeory[] JYouTube.Catgeory.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.jimischopp.jyoutube with parameters of type JYouTube.Catgeory
 java.lang.String JYouTube.upload(java.lang.String videoFilename, java.lang.String videoTitle, java.lang.String videoTags, java.lang.String videoDescription, JYouTube.Catgeory cat, java.lang.String videoLanguage, boolean isPublic)
          Upload new video content.