Uses of Class
odata.msgraph.client.beta.entity.TeamsTab
-
Packages that use TeamsTab Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamsTab in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamsTab Modifier and Type Method Description TeamsTabTeamsTab.Builder. build()TeamsTabTeamsTab. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamsTabTeamsTab. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamsTabTeamsTab. withConfiguration(TeamsTabConfiguration configuration)TeamsTabTeamsTab. withDisplayName(String displayName)TeamsTabTeamsTab. withMessageId(String messageId)TeamsTabTeamsTab. withSortOrderIndex(String sortOrderIndex)TeamsTabTeamsTab. withTeamsAppId(String teamsAppId)TeamsTabTeamsTab. withUnmappedField(String name, String value)TeamsTabTeamsTab. withWebUrl(String webUrl)
-