Package org.pac4j.oauth.profile.facebook
Class FacebookMusicData
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookMusicData
- All Implemented Interfaces:
Serializable
This class represents a Facebook music data : song, musician or radio_station.
- Since:
- 1.2.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for the fieldid.getTitle()Getter for the fieldtitle.getType()Getter for the fieldtype.getUrl()Getter for the fieldurl.voidSetter for the fieldid.voidSetter for the fieldtitle.voidSetter for the fieldtype.voidSetter for the fieldurl.
-
Constructor Details
-
FacebookMusicData
public FacebookMusicData()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Stringobject
-
setId
Setter for the field
id.- Parameters:
id- aStringobject
-
getUrl
Getter for the field
url.- Returns:
- a
Stringobject
-
setUrl
Setter for the field
url.- Parameters:
url- aStringobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-
getTitle
Getter for the field
title.- Returns:
- a
Stringobject
-
setTitle
Setter for the field
title.- Parameters:
title- aStringobject
-