MicrosoftGraphTeamsApp Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamsApp
- com.
- com.
public final class MicrosoftGraphTeamsApp
extends MicrosoftGraphEntity
teamsApp.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamsApp() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
appDefinitions()
Get the app |
String |
displayName()
Get the display |
Microsoft |
distributionMethod()
Get the distribution |
String |
externalId()
Get the external |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAppDefinitions(List<MicrosoftGraphTeamsAppDefinition> appDefinitions)
Set the app |
Microsoft |
withDisplayName(String displayName)
Set the display |
Microsoft |
withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)
Set the distribution |
Microsoft |
withExternalId(String externalId)
Set the external |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamsApp
public MicrosoftGraphTeamsApp()
Creates an instance of MicrosoftGraphTeamsApp class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: teamsApp.
Overrides:
MicrosoftGraphTeamsApp.additionalProperties()Returns:
appDefinitions
public List
Get the appDefinitions property: The details for each version of the app.
Returns:
displayName
public String displayName()
Get the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
Returns:
distributionMethod
public MicrosoftGraphTeamsAppDistributionMethod distributionMethod()
Get the distributionMethod property: teamsAppDistributionMethod.
Returns:
externalId
public String externalId()
Get the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
Returns:
fromJson
public static MicrosoftGraphTeamsApp fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamsApp from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphTeamsApp.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphTeamsApp.validate()withAdditionalProperties
public MicrosoftGraphTeamsApp withAdditionalProperties(Map
Set the additionalProperties property: teamsApp.
Overrides:
MicrosoftGraphTeamsApp.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAppDefinitions
public MicrosoftGraphTeamsApp withAppDefinitions(List
Set the appDefinitions property: The details for each version of the app.
Parameters:
Returns:
withDisplayName
public MicrosoftGraphTeamsApp withDisplayName(String displayName)
Set the displayName property: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
Parameters:
Returns:
withDistributionMethod
public MicrosoftGraphTeamsApp withDistributionMethod(MicrosoftGraphTeamsAppDistributionMethod distributionMethod)
Set the distributionMethod property: teamsAppDistributionMethod.
Parameters:
Returns:
withExternalId
public MicrosoftGraphTeamsApp withExternalId(String externalId)
Set the externalId property: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
Parameters:
Returns:
withId
public MicrosoftGraphTeamsApp withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphTeamsApp.withId(String id)Parameters:
Applies to
Azure SDK for Java