Class WordPressLinks

java.lang.Object
org.pac4j.oauth.profile.wordpress.WordPressLinks
All Implemented Interfaces:
Serializable

public final class WordPressLinks extends Object implements 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

      public String getSelf()

      Getter for the field self.

      Returns:
      a String object
    • setSelf

      public void setSelf(String self)

      Setter for the field self.

      Parameters:
      self - a String object
    • getHelp

      public String getHelp()

      Getter for the field help.

      Returns:
      a String object
    • setHelp

      public void setHelp(String help)

      Setter for the field help.

      Parameters:
      help - a String object
    • getSite

      public String getSite()

      Getter for the field site.

      Returns:
      a String object
    • setSite

      public void setSite(String site)

      Setter for the field site.

      Parameters:
      site - a String object