Class TeamPlayerRequestBody


public class TeamPlayerRequestBody extends ExternalSourceRequestBody
TeamPlayerRequestBody provides the request body payload for linking roles to teams.
  • Constructor Details

    • TeamPlayerRequestBody

      public TeamPlayerRequestBody()
      Default constructor
    • TeamPlayerRequestBody

      public TeamPlayerRequestBody(TeamPlayerRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getIsLeadershipRole

      public boolean getIsLeadershipRole()
      Return whether it is a TeamLeadership role or a TeamMembership role.
      Returns:
      flag
    • setIsLeadershipRole

      public void setIsLeadershipRole(boolean leadershipRole)
      Set up whether it is a TeamLeadership role or a TeamMembership role.
      Parameters:
      leadershipRole - flag
    • getPosition

      public String getPosition()
      Return the position description for this role.
      Returns:
      name
    • setPosition

      public void setPosition(String position)
      Set up the position description for this role.
      Parameters:
      position - name
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class ExternalSourceRequestBody
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class ExternalSourceRequestBody
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class ExternalSourceRequestBody
      Returns:
      int hash code