TeamMatchup: TeamMatchup Class

Description Public fields Methods

Description

TeamMatchup Class

TeamMatchup Class

Public fields

team1
team2
startYear
endYear
team1Wins
team2Wins
ties
games

Methods

Public methods


Method new()

Usage
TeamMatchup$new(
  team1,
  team2,
  startYear,
  endYear,
  team1Wins,
  team2Wins,
  ties,
  games
)

Method toJSON()

Usage
TeamMatchup$toJSON()

Method fromJSON()

Usage
TeamMatchup$fromJSON(TeamMatchupJson)

Method toJSONString()

Usage
TeamMatchup$toJSONString()

Method fromJSONString()

Usage
TeamMatchup$fromJSONString(TeamMatchupJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
TeamMatchup$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


saiemgilani/cfbd-api-R documentation built on Feb. 16, 2021, 12:07 a.m.