你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphTeamsTab Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamsTab
- com.
- com.
public final class MicrosoftGraphTeamsTab
extends MicrosoftGraphEntity
teamsTab.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamsTab() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
configuration()
Get the configuration property: teams |
String |
displayName()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
teamsApp()
Get the teams |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
webUrl()
Get the web |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
Set the configuration property: teams |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teams |
Microsoft |
withWebUrl(String webUrl)
Set the web |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamsTab
public MicrosoftGraphTeamsTab()
Creates an instance of MicrosoftGraphTeamsTab class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: teamsTab.
Overrides:
MicrosoftGraphTeamsTab.additionalProperties()Returns:
configuration
public MicrosoftGraphTeamsTabConfiguration configuration()
Get the configuration property: teamsTabConfiguration.
Returns:
displayName
public String displayName()
Get the displayName property: Name of the tab.
Returns:
fromJson
public static MicrosoftGraphTeamsTab fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamsTab from the JsonReader.
Parameters:
Returns:
Throws:
teamsApp
public MicrosoftGraphTeamsApp teamsApp()
Get the teamsApp property: teamsApp.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphTeamsTab.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphTeamsTab.validate()webUrl
public String webUrl()
Get the webUrl property: Deep link URL of the tab instance. Read only.
Returns:
withAdditionalProperties
public MicrosoftGraphTeamsTab withAdditionalProperties(Map
Set the additionalProperties property: teamsTab.
Overrides:
MicrosoftGraphTeamsTab.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withConfiguration
public MicrosoftGraphTeamsTab withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
Set the configuration property: teamsTabConfiguration.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphTeamsTab withDisplayName(String displayName)
Set the displayName property: Name of the tab.
Parameters:
Returns:
withId
public MicrosoftGraphTeamsTab withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphTeamsTab.withId(String id)Parameters:
withTeamsApp
public MicrosoftGraphTeamsTab withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teamsApp property: teamsApp.
Parameters:
Returns:
withWebUrl
public MicrosoftGraphTeamsTab withWebUrl(String webUrl)
Set the webUrl property: Deep link URL of the tab instance. Read only.
Parameters:
Returns: