Uses of Class
com.boldsign.model.Teams
-
Packages that use Teams Package Description com.boldsign.model -
-
Uses of Teams in com.boldsign.model
Methods in com.boldsign.model that return Teams Modifier and Type Method Description TeamsTeams. createdDate(Long createdDate)static TeamsTeams. fromJson(String jsonString)Create an instance of Teams given an JSON stringTeamsTeams. modifiedDate(Long modifiedDate)TeamsTeams. teamId(String teamId)TeamsTeams. teamName(String teamName)Methods in com.boldsign.model that return types with arguments of type Teams Modifier and Type Method Description List<Teams>TeamListResponse. getResults()Get resultsMethods in com.boldsign.model with parameters of type Teams Modifier and Type Method Description TeamListResponseTeamListResponse. addResultsItem(Teams resultsItem)Method parameters in com.boldsign.model with type arguments of type Teams Modifier and Type Method Description TeamListResponseTeamListResponse. results(List<Teams> results)voidTeamListResponse. setResults(List<Teams> results)
-