Uses of Class
com.boldsign.model.TemplateTeamShare
-
Packages that use TemplateTeamShare Package Description com.boldsign.model -
-
Uses of TemplateTeamShare in com.boldsign.model
Methods in com.boldsign.model that return TemplateTeamShare Modifier and Type Method Description TemplateTeamShareTemplateTeamShare. accessType(TemplateTeamShare.AccessTypeEnum accessType)static TemplateTeamShareTemplateTeamShare. fromJson(String jsonString)Create an instance of TemplateTeamShare given an JSON stringTemplateTeamShareTemplateTeamShare. teamId(String teamId)Methods in com.boldsign.model that return types with arguments of type TemplateTeamShare Modifier and Type Method Description List<TemplateTeamShare>TemplateSharing. getTeams()Get teamsMethods in com.boldsign.model with parameters of type TemplateTeamShare Modifier and Type Method Description TemplateSharingTemplateSharing. addTeamsItem(TemplateTeamShare teamsItem)Method parameters in com.boldsign.model with type arguments of type TemplateTeamShare Modifier and Type Method Description voidTemplateSharing. setTeams(List<TemplateTeamShare> teams)TemplateSharingTemplateSharing. teams(List<TemplateTeamShare> teams)
-