| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
TeamsTab |
TeamsTab.Builder.build() |
TeamsTab |
TeamsTab.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
TeamsTab |
TeamsTab.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
TeamsTab |
TeamsTab.withConfiguration(TeamsTabConfiguration configuration) |
TeamsTab |
TeamsTab.withDisplayName(String displayName) |
TeamsTab |
TeamsTab.withMessageId(String messageId) |
TeamsTab |
TeamsTab.withSortOrderIndex(String sortOrderIndex) |
TeamsTab |
TeamsTab.withTeamsAppId(String teamsAppId) |
TeamsTab |
TeamsTab.withWebUrl(String webUrl) |
Copyright © 2018–2020. All rights reserved.