Class YahooInterest

java.lang.Object
org.pac4j.oauth.profile.yahoo.YahooInterest
All Implemented Interfaces:
Serializable

public final class YahooInterest extends Object implements Serializable
This class represents a Yahoo interest.
Since:
1.1.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • YahooInterest

      public YahooInterest()
  • Method Details

    • getDeclaredInterests

      public List<String> getDeclaredInterests()

      Getter for the field declaredInterests.

      Returns:
      a List object
    • setDeclaredInterests

      public void setDeclaredInterests(List<String> declaredInterests)

      Setter for the field declaredInterests.

      Parameters:
      declaredInterests - a List object
    • getInterestCategory

      public String getInterestCategory()

      Getter for the field interestCategory.

      Returns:
      a String object
    • setInterestCategory

      public void setInterestCategory(String interestCategory)

      Setter for the field interestCategory.

      Parameters:
      interestCategory - a String object