Update PersonFind to remove profile path (in Basic model)
This commit is contained in:
@@ -39,8 +39,6 @@ public class PersonFind extends PersonBasic {
|
||||
private Boolean adult;
|
||||
@JsonProperty("popularity")
|
||||
private Float popularity;
|
||||
@JsonProperty("profile_path")
|
||||
private String profilePath;
|
||||
private List<? extends MediaBasic> knownFor;
|
||||
|
||||
public Boolean getAdult() {
|
||||
@@ -59,14 +57,6 @@ public class PersonFind extends PersonBasic {
|
||||
this.popularity = popularity;
|
||||
}
|
||||
|
||||
public String getProfilePath() {
|
||||
return profilePath;
|
||||
}
|
||||
|
||||
public void setProfilePath(String profilePath) {
|
||||
this.profilePath = profilePath;
|
||||
}
|
||||
|
||||
public List<? extends MediaBasic> getKnownFor() {
|
||||
return knownFor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user