Package org.pac4j.oauth.profile.yahoo
Class YahooEmail
- java.lang.Object
-
- org.pac4j.oauth.profile.yahoo.YahooEmail
-
- All Implemented Interfaces:
Serializable
public final class YahooEmail extends Object implements Serializable
This class represents a Yahoo email.- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YahooEmail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandle()IntegergetId()BooleangetPrimary()StringgetType()voidsetHandle(String handle)voidsetId(Integer id)voidsetPrimary(Boolean primary)voidsetType(String type)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getPrimary
public Boolean getPrimary()
-
setPrimary
public void setPrimary(Boolean primary)
-
getHandle
public String getHandle()
-
setHandle
public void setHandle(String handle)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-