MicrosoftTeamsAppIdentifier Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. MicrosoftTeamsAppIdentifier
- com.
Implements
public final class MicrosoftTeamsAppIdentifier
implements JsonSerializable<MicrosoftTeamsAppIdentifier>
A Microsoft Teams application.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
getAppId()
Get the app |
|
Communication |
getCloud()
Get the cloud property: The cloud that the Microsoft Teams application belongs to. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MicrosoftTeamsAppIdentifier fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftTeamsAppIdentifier from the JsonReader.
Parameters:
Returns:
Throws:
getAppId
public String getAppId()
Get the appId property: The Id of the Microsoft Teams application.
Returns:
getCloud
public CommunicationCloudEnvironmentModel getCloud()
Get the cloud property: The cloud that the Microsoft Teams application belongs to. By default 'public' if missing.
Returns: