MicrosoftGraphUserScopeTeamsAppInstallation Class

public final class MicrosoftGraphUserScopeTeamsAppInstallation
extends MicrosoftGraphTeamsAppInstallation

userScopeTeamsAppInstallation.

Constructor Summary

Constructor Description
MicrosoftGraphUserScopeTeamsAppInstallation()

Creates an instance of MicrosoftGraphUserScopeTeamsAppInstallation class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: userScopeTeamsAppInstallation.

MicrosoftGraphChat chat()

Get the chat property: chat.

void validate()

Validates the instance.

MicrosoftGraphUserScopeTeamsAppInstallation withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: userScopeTeamsAppInstallation.

MicrosoftGraphUserScopeTeamsAppInstallation withChat(MicrosoftGraphChat chat)

Set the chat property: chat.

MicrosoftGraphUserScopeTeamsAppInstallation withId(String id)

Set the id property: Read-only.

MicrosoftGraphUserScopeTeamsAppInstallation withTeamsApp(MicrosoftGraphTeamsApp teamsApp)

Set the teamsApp property: teamsApp.

MicrosoftGraphUserScopeTeamsAppInstallation withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)

Set the teamsAppDefinition property: teamsAppDefinition.

Methods inherited from MicrosoftGraphEntity

id

Methods inherited from MicrosoftGraphTeamsAppInstallation

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphUserScopeTeamsAppInstallation

public MicrosoftGraphUserScopeTeamsAppInstallation()

Creates an instance of MicrosoftGraphUserScopeTeamsAppInstallation class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: userScopeTeamsAppInstallation.

Overrides:

MicrosoftGraphUserScopeTeamsAppInstallation.additionalProperties()

Returns:

the additionalProperties value.

chat

public MicrosoftGraphChat chat()

Get the chat property: chat.

Returns:

the chat value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphUserScopeTeamsAppInstallation.validate()

withAdditionalProperties

public MicrosoftGraphUserScopeTeamsAppInstallation withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: userScopeTeamsAppInstallation.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphUserScopeTeamsAppInstallation object itself.

withChat

public MicrosoftGraphUserScopeTeamsAppInstallation withChat(MicrosoftGraphChat chat)

Set the chat property: chat.

Parameters:

chat - the chat value to set.

Returns:

the MicrosoftGraphUserScopeTeamsAppInstallation object itself.

withId

public MicrosoftGraphUserScopeTeamsAppInstallation withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphUserScopeTeamsAppInstallation.withId(String id)

Parameters:

id

withTeamsApp

public MicrosoftGraphUserScopeTeamsAppInstallation withTeamsApp(MicrosoftGraphTeamsApp teamsApp)

Set the teamsApp property: teamsApp.

Overrides:

MicrosoftGraphUserScopeTeamsAppInstallation.withTeamsApp(MicrosoftGraphTeamsApp teamsApp)

Parameters:

teamsApp

withTeamsAppDefinition

public MicrosoftGraphUserScopeTeamsAppInstallation withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)

Set the teamsAppDefinition property: teamsAppDefinition.

Overrides:

MicrosoftGraphUserScopeTeamsAppInstallation.withTeamsAppDefinition(MicrosoftGraphTeamsAppDefinition teamsAppDefinition)

Parameters:

teamsAppDefinition

Applies to