Package org.pac4j.oauth.profile.yahoo
Class YahooInterest
- java.lang.Object
-
- org.pac4j.oauth.profile.yahoo.YahooInterest
-
- All Implemented Interfaces:
java.io.Serializable
public final class YahooInterest extends java.lang.Object implements java.io.SerializableThis class represents a Yahoo interest.- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YahooInterest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getDeclaredInterests()java.lang.StringgetInterestCategory()voidsetDeclaredInterests(java.util.List<java.lang.String> declaredInterests)voidsetInterestCategory(java.lang.String interestCategory)
-
-
-
Method Detail
-
getDeclaredInterests
public java.util.List<java.lang.String> getDeclaredInterests()
-
setDeclaredInterests
public void setDeclaredInterests(java.util.List<java.lang.String> declaredInterests)
-
getInterestCategory
public java.lang.String getInterestCategory()
-
setInterestCategory
public void setInterestCategory(java.lang.String interestCategory)
-
-