Package org.pac4j.oauth.profile.facebook
Class FacebookGroup
java.lang.Object
org.pac4j.oauth.profile.facebook.FacebookGroup
- All Implemented Interfaces:
Serializable
This class represents a Facebook group.
- Since:
- 1.2.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for the fieldid.getName()Getter for the fieldname.Getter for the fieldprivacy.voidSetter for the fieldid.voidSetter for the fieldname.voidsetPrivacy(String privacy) Setter for the fieldprivacy.
-
Constructor Details
-
FacebookGroup
public FacebookGroup()
-
-
Method Details
-
getId
Getter for the field
id.- Returns:
- a
Stringobject
-
setId
Setter for the field
id.- Parameters:
id- aStringobject
-
getName
Getter for the field
name.- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
getPrivacy
Getter for the field
privacy.- Returns:
- a
Stringobject
-
setPrivacy
Setter for the field
privacy.- Parameters:
privacy- aStringobject
-