Package org.pac4j.oauth.profile.yahoo
Class YahooEmail
java.lang.Object
org.pac4j.oauth.profile.yahoo.YahooEmail
- All Implemented Interfaces:
Serializable
This class represents a Yahoo email.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldhandle.getId()Getter for the fieldid.Getter for the fieldprimary.getType()Getter for the fieldtype.voidSetter for the fieldhandle.voidSetter for the fieldid.voidsetPrimary(Boolean primary) Setter for the fieldprimary.voidSetter for the fieldtype.
-
Constructor Details
-
YahooEmail
public YahooEmail()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Integerobject
-
setId
Setter for the field
id.- Parameters:
id- aIntegerobject
-
getPrimary
Getter for the field
primary.- Returns:
- a
Booleanobject
-
setPrimary
Setter for the field
primary.- Parameters:
primary- aBooleanobject
-
getHandle
Getter for the field
handle.- Returns:
- a
Stringobject
-
setHandle
Setter for the field
handle.- Parameters:
handle- aStringobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-