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.MicrosoftGraphTeamsTabConfigurationconfiguration()Get the configuration property: teamsTabConfiguration.StringdisplayName()Get the displayName property: Name of the tab.MicrosoftGraphTeamsAppteamsApp()Get the teamsApp property: teamsApp.voidvalidate()Validates the instance.StringwebUrl()Get the webUrl property: Deep link URL of the tab instance.MicrosoftGraphTeamsTabwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamsTab.MicrosoftGraphTeamsTabwithConfiguration(MicrosoftGraphTeamsTabConfiguration configuration)Set the configuration property: teamsTabConfiguration.MicrosoftGraphTeamsTabwithDisplayName(String displayName)Set the displayName property: Name of the tab.MicrosoftGraphTeamsTabwithId(String id)Set the id property: Read-only.MicrosoftGraphTeamsTabwithTeamsApp(MicrosoftGraphTeamsApp teamsApp)Set the teamsApp property: teamsApp.MicrosoftGraphTeamsTabwithWebUrl(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:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTeamsTab withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamsTab.- Overrides:
withAdditionalPropertiesin 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:
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.
-
-