PlayerSearchResult: PlayerSearchResult Class

Description Public fields Methods

Description

PlayerSearchResult Class

PlayerSearchResult Class

Public fields

id
team
name
firstName
lastName
weight
height
jersey
position
hometown
teamColor
teamColorSecondary

Methods

Public methods


Method new()

Usage
PlayerSearchResult$new(
  id,
  team,
  name,
  firstName,
  lastName,
  weight,
  height,
  jersey,
  position,
  hometown,
  teamColor,
  teamColorSecondary
)

Method toJSON()

Usage
PlayerSearchResult$toJSON()

Method fromJSON()

Usage
PlayerSearchResult$fromJSON(PlayerSearchResultJson)

Method toJSONString()

Usage
PlayerSearchResult$toJSONString()

Method fromJSONString()

Usage
PlayerSearchResult$fromJSONString(PlayerSearchResultJson)

Method clone()

The objects of this class are cloneable with this method.

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