Class GitHubPlan

java.lang.Object
org.pac4j.oauth.profile.github.GitHubPlan
All Implemented Interfaces:
Serializable

public final class GitHubPlan extends Object implements Serializable
This class represents a GitHub plan.
Since:
1.1.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • GitHubPlan

      public GitHubPlan()
  • Method Details

    • getName

      public String getName()

      Getter for the field name.

      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • getCollaborators

      public Integer getCollaborators()

      Getter for the field collaborators.

      Returns:
      a Integer object
    • setCollaborators

      public void setCollaborators(Integer collaborators)

      Setter for the field collaborators.

      Parameters:
      collaborators - a Integer object
    • getSpace

      public Integer getSpace()

      Getter for the field space.

      Returns:
      a Integer object
    • setSpace

      public void setSpace(Integer space)

      Setter for the field space.

      Parameters:
      space - a Integer object
    • getPrivateRepos

      public Integer getPrivateRepos()

      Getter for the field privateRepos.

      Returns:
      a Integer object
    • setPrivateRepos

      public void setPrivateRepos(Integer privateRepos)

      Setter for the field privateRepos.

      Parameters:
      privateRepos - a Integer object