Class MicrosoftGraphTeamsTab
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTab
teamsTab.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTeamsTab class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: teamsTab.Get the configuration property: teamsTabConfiguration.Get the displayName property: Name of the tab.teamsApp()Get the teamsApp property: teamsApp.voidvalidate()Validates the instance.webUrl()Get the webUrl property: Deep link URL of the tab instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamsTab.withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration) Set the configuration property: teamsTabConfiguration.withDisplayName(String displayName) Set the displayName property: Name of the tab.Set the id property: Read-only.withTeamsApp(MicrosoftGraphTeamsApp teamsApp) Set the teamsApp property: teamsApp.withWebUrl(String webUrl) Set the webUrl property: Deep link URL of the tab instance.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphTeamsTab
public MicrosoftGraphTeamsTab()Creates an instance of MicrosoftGraphTeamsTab class.
-
-
Method Details
-
configuration
Get the configuration property: teamsTabConfiguration.- Returns:
- the configuration value.
-
withConfiguration
Set the configuration property: teamsTabConfiguration.- Parameters:
configuration- the configuration value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
displayName
Get the displayName property: Name of the tab.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Name of the tab.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
webUrl
Get the webUrl property: Deep link URL of the tab instance. Read only.- Returns:
- the webUrl value.
-
withWebUrl
Set the webUrl property: Deep link URL of the tab instance. Read only.- Parameters:
webUrl- the webUrl value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
teamsApp
Get the teamsApp property: teamsApp.- Returns:
- the teamsApp value.
-
withTeamsApp
Set the teamsApp property: teamsApp.- Parameters:
teamsApp- the teamsApp value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
additionalProperties
Get the additionalProperties property: teamsTab.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: teamsTab.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-