Class MicrosoftGraphUserTeamwork
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserTeamwork
userTeamwork.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphUserTeamwork class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: userTeamwork.Get the installedApps property: The apps installed in the personal scope of this user.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: userTeamwork.Set the id property: Read-only.withInstalledApps(List<MicrosoftGraphUserScopeTeamsAppInstallation> installedApps) Set the installedApps property: The apps installed in the personal scope of this user.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphUserTeamwork
public MicrosoftGraphUserTeamwork()Creates an instance of MicrosoftGraphUserTeamwork class.
-
-
Method Details
-
installedApps
Get the installedApps property: The apps installed in the personal scope of this user.- Returns:
- the installedApps value.
-
withInstalledApps
public MicrosoftGraphUserTeamwork withInstalledApps(List<MicrosoftGraphUserScopeTeamsAppInstallation> installedApps) Set the installedApps property: The apps installed in the personal scope of this user.- Parameters:
installedApps- the installedApps value to set.- Returns:
- the MicrosoftGraphUserTeamwork object itself.
-
additionalProperties
Get the additionalProperties property: userTeamwork.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: userTeamwork.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphUserTeamwork 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.
-