MicrosoftGraphUserTeamwork Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphUserTeamwork
- com.
- com.
public final class MicrosoftGraphUserTeamwork
extends MicrosoftGraphEntity
userTeamwork.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphUserTeamwork() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
List<Microsoft |
installedApps()
Get the installed |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withInstalledApps(List<MicrosoftGraphUserScopeTeamsAppInstallation> installedApps)
Set the installed |
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
Get the additionalProperties property: userTeamwork.
Overrides:
MicrosoftGraphUserTeamwork.additionalProperties()Returns:
fromJson
public static MicrosoftGraphUserTeamwork fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphUserTeamwork from the JsonReader.
Parameters:
Returns:
Throws:
installedApps
public List
Get the installedApps property: The apps installed in the personal scope of this user.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphUserTeamwork.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphUserTeamwork.validate()withAdditionalProperties
public MicrosoftGraphUserTeamwork withAdditionalProperties(Map
Set the additionalProperties property: userTeamwork.
Overrides:
MicrosoftGraphUserTeamwork.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphUserTeamwork withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphUserTeamwork.withId(String id)Parameters:
withInstalledApps
public MicrosoftGraphUserTeamwork withInstalledApps(List
Set the installedApps property: The apps installed in the personal scope of this user.
Parameters:
Returns:
Applies to
Azure SDK for Java