Class WordPressLinks
java.lang.Object
org.pac4j.oauth.profile.wordpress.WordPressLinks
- All Implemented Interfaces:
Serializable
This class represents the links in WordPress.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Details
-
WordPressLinks
public WordPressLinks()
-
-
Method Details
-
getSelf
Getter for the field
self.- Returns:
- a
Stringobject
-
setSelf
Setter for the field
self.- Parameters:
self- aStringobject
-
getHelp
Getter for the field
help.- Returns:
- a
Stringobject
-
setHelp
Setter for the field
help.- Parameters:
help- aStringobject
-
getSite
Getter for the field
site.- Returns:
- a
Stringobject
-
setSite
Setter for the field
site.- Parameters:
site- aStringobject
-