Uses of Class
com.boldsign.model.TeamCreated
-
Packages that use TeamCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of TeamCreated in com.boldsign.api
Methods in com.boldsign.api that return TeamCreated Modifier and Type Method Description TeamCreatedTeamsApi. createTeam(CreateTeamRequest createTeamRequest)Create Team.Methods in com.boldsign.api that return types with arguments of type TeamCreated Modifier and Type Method Description ApiResponse<TeamCreated>TeamsApi. createTeamWithHttpInfo(CreateTeamRequest createTeamRequest)Create Team.Method parameters in com.boldsign.api with type arguments of type TeamCreated Modifier and Type Method Description okhttp3.CallTeamsApi. createTeamAsync(CreateTeamRequest createTeamRequest, ApiCallback<TeamCreated> _callback)Create Team. -
Uses of TeamCreated in com.boldsign.model
Methods in com.boldsign.model that return TeamCreated Modifier and Type Method Description static TeamCreatedTeamCreated. fromJson(String jsonString)Create an instance of TeamCreated given an JSON stringTeamCreatedTeamCreated. teamId(String teamId)
-