Class MicrosoftGraphUserTeamwork
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserTeamwork
-
public final class MicrosoftGraphUserTeamwork extends MicrosoftGraphEntity
userTeamwork.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphUserTeamwork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: userTeamwork.List<MicrosoftGraphUserScopeTeamsAppInstallation>
installedApps()
Get the installedApps property: The apps installed in the personal scope of this user.void
validate()
Validates the instance.MicrosoftGraphUserTeamwork
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: userTeamwork.MicrosoftGraphUserTeamwork
withId(String id)
Set the id property: Read-only.MicrosoftGraphUserTeamwork
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
-
-
-
-
Method Detail
-
installedApps
public List<MicrosoftGraphUserScopeTeamsAppInstallation> 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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: userTeamwork.- Overrides:
additionalProperties
in classMicrosoftGraphEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphUserTeamwork withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: userTeamwork.- Overrides:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphUserTeamwork object itself.
-
withId
public MicrosoftGraphUserTeamwork 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.
-
-