Uses of Class
odata.msgraph.client.beta.entity.TeamsTab.Builder
-
Packages that use TeamsTab.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamsTab.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamsTab.Builder Modifier and Type Method Description static TeamsTab.BuilderTeamsTab. builderTeamsTab()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TeamsTab.BuilderTeamsTab.Builder. configuration(TeamsTabConfiguration configuration)TeamsTab.BuilderTeamsTab.Builder. displayName(String displayName)TeamsTab.BuilderTeamsTab.Builder. id(String id)TeamsTab.BuilderTeamsTab.Builder. messageId(String messageId)TeamsTab.BuilderTeamsTab.Builder. sortOrderIndex(String sortOrderIndex)TeamsTab.BuilderTeamsTab.Builder. teamsAppId(String teamsAppId)TeamsTab.BuilderTeamsTab.Builder. webUrl(String webUrl)
-