Class MicrosoftGraphTeamsTab
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsTab
-
public final class MicrosoftGraphTeamsTab extends MicrosoftGraphEntity
teamsTab.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTeamsTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: teamsTab.MicrosoftGraphTeamsTabConfiguration
configuration()
Get the configuration property: teamsTabConfiguration.String
displayName()
Get the displayName property: Name of the tab.MicrosoftGraphTeamsApp
teamsApp()
Get the teamsApp property: teamsApp.void
validate()
Validates the instance.String
webUrl()
Get the webUrl property: Deep link URL of the tab instance.MicrosoftGraphTeamsTab
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamsTab.MicrosoftGraphTeamsTab
withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
Set the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTab
withDisplayName(String displayName)
Set the displayName property: Name of the tab.MicrosoftGraphTeamsTab
withId(String id)
Set the id property: Read-only.MicrosoftGraphTeamsTab
withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teamsApp property: teamsApp.MicrosoftGraphTeamsTab
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
-
-
-
-
Method Detail
-
configuration
public MicrosoftGraphTeamsTabConfiguration configuration()
Get the configuration property: teamsTabConfiguration.- Returns:
- the configuration value.
-
withConfiguration
public MicrosoftGraphTeamsTab withConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)
Set the configuration property: teamsTabConfiguration.- Parameters:
configuration
- the configuration value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
displayName
public String displayName()
Get the displayName property: Name of the tab.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphTeamsTab withDisplayName(String displayName)
Set the displayName property: Name of the tab.- Parameters:
displayName
- the displayName value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
webUrl
public String webUrl()
Get the webUrl property: Deep link URL of the tab instance. Read only.- Returns:
- the webUrl value.
-
withWebUrl
public MicrosoftGraphTeamsTab withWebUrl(String webUrl)
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
public MicrosoftGraphTeamsApp teamsApp()
Get the teamsApp property: teamsApp.- Returns:
- the teamsApp value.
-
withTeamsApp
public MicrosoftGraphTeamsTab withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teamsApp property: teamsApp.- Parameters:
teamsApp
- the teamsApp value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: teamsTab.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTeamsTab withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamsTab.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTeamsTab object itself.
-
withId
public MicrosoftGraphTeamsTab withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-