diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 59c8d2653..2965f2d40 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@
- +public enum MovieMethod +extends Enum<MovieMethod>+
| Enum Constant and Description | +
|---|
ALTERNATIVE_TILES |
+
CHANGES |
+
CREDITS |
+
IMAGES |
+
KEYWORDS |
+
LISTS |
+
RELEASES |
+
REVIEWS |
+
SIMILAR |
+
TRANSLATIONS |
+
VIDEOS |
+
| Modifier and Type | +Method and Description | +
|---|---|
static MovieMethod |
+fromString(String method)
+Convert a string into an Enum type
+ |
+
String |
+getPropertyString()
+Get the string to use in the URL
+ |
+
static MovieMethod |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static MovieMethod[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final MovieMethod ALTERNATIVE_TILES+
public static final MovieMethod CHANGES+
public static final MovieMethod CREDITS+
public static final MovieMethod IMAGES+
public static final MovieMethod KEYWORDS+
public static final MovieMethod LISTS+
public static final MovieMethod RELEASES+
public static final MovieMethod REVIEWS+
public static final MovieMethod SIMILAR+
public static final MovieMethod TRANSLATIONS+
public static final MovieMethod VIDEOS+
public static MovieMethod[] values()+
+for (MovieMethod c : MovieMethod.values()) + System.out.println(c); +
public static MovieMethod valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyString()+
public static MovieMethod fromString(String method)+
method - IllegalArgumentException - If type is not recognisedCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html new file mode 100644 index 000000000..00c14390a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html @@ -0,0 +1,421 @@ + + + + + + +public enum PeopleMethod +extends Enum<PeopleMethod>+
| Enum Constant and Description | +
|---|
CHANGES |
+
COMBINED_CREDITS |
+
EXTERNAL_IDS |
+
IMAGES |
+
MOVIE_CREDITS |
+
TAGGED_IMAGES |
+
TV_CREDITS |
+
| Modifier and Type | +Method and Description | +
|---|---|
static PeopleMethod |
+fromString(String method)
+Convert a string into an Enum type
+ |
+
String |
+getPropertyString()
+Get the string to use in the URL
+ |
+
static PeopleMethod |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static PeopleMethod[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final PeopleMethod CHANGES+
public static final PeopleMethod COMBINED_CREDITS+
public static final PeopleMethod EXTERNAL_IDS+
public static final PeopleMethod IMAGES+
public static final PeopleMethod MOVIE_CREDITS+
public static final PeopleMethod TAGGED_IMAGES+
public static final PeopleMethod TV_CREDITS+
public static PeopleMethod[] values()+
+for (PeopleMethod c : PeopleMethod.values()) + System.out.println(c); +
public static PeopleMethod valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyString()+
public static PeopleMethod fromString(String method)+
method - IllegalArgumentException - If type is not recognisedCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html index 094965321..f62acd4fd 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html @@ -2,7 +2,7 @@ - +public enum TVMethod +extends Enum<TVMethod>+
| Enum Constant and Description | +
|---|
ALTERNATIVE_TILES |
+
CHANGES |
+
CONTENT_RATINGS |
+
CREDITS |
+
EXTERNAL_IDS |
+
IMAGES |
+
KEYWORDS |
+
SIMILAR |
+
TRANSLATIONS |
+
VIDEOS |
+
| Modifier and Type | +Method and Description | +
|---|---|
static TVMethod |
+fromString(String method)
+Convert a string into an Enum type
+ |
+
String |
+getPropertyString()
+Get the string to use in the URL
+ |
+
static TVMethod |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static TVMethod[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final TVMethod ALTERNATIVE_TILES+
public static final TVMethod CHANGES+
public static final TVMethod CONTENT_RATINGS+
public static final TVMethod CREDITS+
public static final TVMethod EXTERNAL_IDS+
public static final TVMethod IMAGES+
public static final TVMethod KEYWORDS+
public static final TVMethod SIMILAR+
public static final TVMethod TRANSLATIONS+
public static final TVMethod VIDEOS+
public static TVMethod[] values()+
+for (TVMethod c : TVMethod.values()) + System.out.println(c); +
public static TVMethod valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPropertyString()+
public static TVMethod fromString(String method)+
method - IllegalArgumentException - If type is not recognisedCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html index 577991480..3c4e76c53 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html @@ -2,7 +2,7 @@ - +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.enumeration | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
static MovieMethod |
+MovieMethod.fromString(String method)
+Convert a string into an Enum type
+ |
+
static MovieMethod |
+MovieMethod.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static MovieMethod[] |
+MovieMethod.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html new file mode 100644 index 000000000..2a24e114e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html @@ -0,0 +1,172 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.enumeration | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
static PeopleMethod |
+PeopleMethod.fromString(String method)
+Convert a string into an Enum type
+ |
+
static PeopleMethod |
+PeopleMethod.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static PeopleMethod[] |
+PeopleMethod.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html index eadcfad9d..36b7c1901 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html @@ -2,7 +2,7 @@ - +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.enumeration | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
static TVMethod |
+TVMethod.fromString(String method)
+Convert a string into an Enum type
+ |
+
static TVMethod |
+TVMethod.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static TVMethod[] |
+TVMethod.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html index 77a6deb3b..153586a8a 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html @@ -2,7 +2,7 @@ - +