TeamRecord: TeamRecord Class

Description Public fields Methods

Description

TeamRecord Class

TeamRecord Class

Public fields

year
team
conference
division
total
conferenceGames
homeGames
awayGames

Methods

Public methods


Method new()

Usage
TeamRecord$new(
  year,
  team,
  conference,
  division,
  total,
  conferenceGames,
  homeGames,
  awayGames
)

Method toJSON()

Usage
TeamRecord$toJSON()

Method fromJSON()

Usage
TeamRecord$fromJSON(TeamRecordJson)

Method toJSONString()

Usage
TeamRecord$toJSONString()

Method fromJSONString()

Usage
TeamRecord$fromJSONString(TeamRecordJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
TeamRecord$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.