Uses of Class
com.boldsign.model.TeamResponse
-
Packages that use TeamResponse Package Description com.boldsign.api com.boldsign.model -
-
Uses of TeamResponse in com.boldsign.api
Methods in com.boldsign.api that return TeamResponse Modifier and Type Method Description TeamResponseTeamsApi. getTeam(String teamId)Get Team details.Methods in com.boldsign.api that return types with arguments of type TeamResponse Modifier and Type Method Description ApiResponse<TeamResponse>TeamsApi. getTeamWithHttpInfo(String teamId)Get Team details.Method parameters in com.boldsign.api with type arguments of type TeamResponse Modifier and Type Method Description okhttp3.CallTeamsApi. getTeamAsync(String teamId, ApiCallback<TeamResponse> _callback)Get Team details. -
Uses of TeamResponse in com.boldsign.model
Methods in com.boldsign.model that return TeamResponse Modifier and Type Method Description TeamResponseTeamResponse. addUsersItem(TeamUsers usersItem)TeamResponseTeamResponse. createdDate(Long createdDate)static TeamResponseTeamResponse. fromJson(String jsonString)Create an instance of TeamResponse given an JSON stringTeamResponseTeamResponse. modifiedDate(Long modifiedDate)TeamResponseTeamResponse. teamId(String teamId)TeamResponseTeamResponse. teamName(String teamName)TeamResponseTeamResponse. users(List<TeamUsers> users)
-