Uses of Class
odata.msgraph.client.complex.TeamsTabConfiguration
-
Packages that use TeamsTabConfiguration Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TeamsTabConfiguration in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TeamsTabConfiguration Modifier and Type Method Description TeamsTabConfigurationTeamsTabConfiguration.Builder. build()TeamsTabConfigurationTeamsTabConfiguration. withContentUrl(String contentUrl)TeamsTabConfigurationTeamsTabConfiguration. withEntityId(String entityId)TeamsTabConfigurationTeamsTabConfiguration. withRemoveUrl(String removeUrl)TeamsTabConfigurationTeamsTabConfiguration. withUnmappedField(String name, Object value)TeamsTabConfigurationTeamsTabConfiguration. withWebsiteUrl(String websiteUrl) -
Uses of TeamsTabConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TeamsTabConfiguration Modifier and Type Field Description protected TeamsTabConfigurationTeamsTab. configurationMethods in odata.msgraph.client.entity that return types with arguments of type TeamsTabConfiguration Modifier and Type Method Description Optional<TeamsTabConfiguration>TeamsTab. getConfiguration()Methods in odata.msgraph.client.entity with parameters of type TeamsTabConfiguration Modifier and Type Method Description TeamsTab.BuilderTeamsTab.Builder. configuration(TeamsTabConfiguration configuration)TeamsTabTeamsTab. withConfiguration(TeamsTabConfiguration configuration)
-