MicrosoftGraphUserTeamwork Class

public final class MicrosoftGraphUserTeamwork
extends MicrosoftGraphEntity

userTeamwork.

Constructor Summary

Constructor Description
MicrosoftGraphUserTeamwork()

Creates an instance of MicrosoftGraphUserTeamwork class.

Method Summary

Modifier and Type Method and 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 MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphUserTeamwork

public MicrosoftGraphUserTeamwork()

Creates an instance of MicrosoftGraphUserTeamwork class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: userTeamwork.

Overrides:

MicrosoftGraphUserTeamwork.additionalProperties()

Returns:

the additionalProperties value.

installedApps

public List installedApps()

Get the installedApps property: The apps installed in the personal scope of this user.

Returns:

the installedApps value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphUserTeamwork.validate()

withAdditionalProperties

public MicrosoftGraphUserTeamwork withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: userTeamwork.

Overrides:

MicrosoftGraphUserTeamwork.withAdditionalProperties(Map<String,Object> additionalProperties)

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:

MicrosoftGraphUserTeamwork.withId(String id)

Parameters:

id

withInstalledApps

public MicrosoftGraphUserTeamwork withInstalledApps(List 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.

Applies to