你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphTeamsTabConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamsTabConfiguration
- com.
Implements
public final class MicrosoftGraphTeamsTabConfiguration
implements JsonSerializable<MicrosoftGraphTeamsTabConfiguration>
teamsTabConfiguration.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamsTabConfiguration() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
contentUrl()
Get the content |
String |
entityId()
Get the entity |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
removeUrl()
Get the remove |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
websiteUrl()
Get the website |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withContentUrl(String contentUrl)
Set the content |
Microsoft |
withEntityId(String entityId)
Set the entity |
Microsoft |
withRemoveUrl(String removeUrl)
Set the remove |
Microsoft |
withWebsiteUrl(String websiteUrl)
Set the website |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamsTabConfiguration
public MicrosoftGraphTeamsTabConfiguration()
Creates an instance of MicrosoftGraphTeamsTabConfiguration class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: teamsTabConfiguration.
Returns:
contentUrl
public String contentUrl()
Get the contentUrl property: Url used for rendering tab contents in Teams. Required.
Returns:
entityId
public String entityId()
Get the entityId property: Identifier for the entity hosted by the tab provider.
Returns:
fromJson
public static MicrosoftGraphTeamsTabConfiguration fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamsTabConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
removeUrl
public String removeUrl()
Get the removeUrl property: Url called by Teams client when a Tab is removed using the Teams Client.
Returns:
toJson
validate
public void validate()
Validates the instance.
websiteUrl
public String websiteUrl()
Get the websiteUrl property: Url for showing tab contents outside of Teams.
Returns:
withAdditionalProperties
public MicrosoftGraphTeamsTabConfiguration withAdditionalProperties(Map
Set the additionalProperties property: teamsTabConfiguration.
Parameters:
Returns:
withContentUrl
public MicrosoftGraphTeamsTabConfiguration withContentUrl(String contentUrl)
Set the contentUrl property: Url used for rendering tab contents in Teams. Required.
Parameters:
Returns:
withEntityId
public MicrosoftGraphTeamsTabConfiguration withEntityId(String entityId)
Set the entityId property: Identifier for the entity hosted by the tab provider.
Parameters:
Returns:
withRemoveUrl
public MicrosoftGraphTeamsTabConfiguration withRemoveUrl(String removeUrl)
Set the removeUrl property: Url called by Teams client when a Tab is removed using the Teams Client.
Parameters:
Returns:
withWebsiteUrl
public MicrosoftGraphTeamsTabConfiguration withWebsiteUrl(String websiteUrl)
Set the websiteUrl property: Url for showing tab contents outside of Teams.
Parameters:
Returns: