Class MicrosoftGraphTeamsAppInstallation
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAppInstallation
-
- Direct Known Subclasses:
MicrosoftGraphUserScopeTeamsAppInstallation
public class MicrosoftGraphTeamsAppInstallation extends MicrosoftGraphEntity
teamsAppInstallation.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTeamsAppInstallation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: teamsAppInstallation.MicrosoftGraphTeamsAppteamsApp()Get the teamsApp property: teamsApp.MicrosoftGraphTeamsAppDefinitionteamsAppDefinition()Get the teamsAppDefinition property: teamsAppDefinition.voidvalidate()Validates the instance.MicrosoftGraphTeamsAppInstallationwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: teamsAppInstallation.MicrosoftGraphTeamsAppInstallationwithId(String id)Set the id property: Read-only.MicrosoftGraphTeamsAppInstallationwithTeamsApp(MicrosoftGraphTeamsApp teamsApp)Set the teamsApp property: teamsApp.MicrosoftGraphTeamsAppInstallationwithTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)Set the teamsAppDefinition property: teamsAppDefinition.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
teamsApp
public MicrosoftGraphTeamsApp teamsApp()
Get the teamsApp property: teamsApp.- Returns:
- the teamsApp value.
-
withTeamsApp
public MicrosoftGraphTeamsAppInstallation withTeamsApp(MicrosoftGraphTeamsApp teamsApp)
Set the teamsApp property: teamsApp.- Parameters:
teamsApp- the teamsApp value to set.- Returns:
- the MicrosoftGraphTeamsAppInstallation object itself.
-
teamsAppDefinition
public MicrosoftGraphTeamsAppDefinition teamsAppDefinition()
Get the teamsAppDefinition property: teamsAppDefinition.- Returns:
- the teamsAppDefinition value.
-
withTeamsAppDefinition
public MicrosoftGraphTeamsAppInstallation withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)
Set the teamsAppDefinition property: teamsAppDefinition.- Parameters:
teamsAppDefinition- the teamsAppDefinition value to set.- Returns:
- the MicrosoftGraphTeamsAppInstallation object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: teamsAppInstallation.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTeamsAppInstallation withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: teamsAppInstallation.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTeamsAppInstallation object itself.
-
withId
public MicrosoftGraphTeamsAppInstallation 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.
-
-