Package com.microsoft.graph.models
Class TeamsTabConfiguration
java.lang.Object
com.microsoft.graph.models.TeamsTabConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TeamsTabConfiguration
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teams Tab Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Content Url.The Entity Id.the OData type of the object as returned by the serviceThe Remove Url.The Website Url. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
contentUrl
@SerializedName(value="contentUrl", alternate="ContentUrl") @Expose @Nullable public String contentUrlThe Content Url. Url used for rendering tab contents in Teams. Required. -
entityId
The Entity Id. Identifier for the entity hosted by the tab provider. -
removeUrl
The Remove Url. Url called by Teams client when a Tab is removed using the Teams Client. -
websiteUrl
@SerializedName(value="websiteUrl", alternate="WebsiteUrl") @Expose @Nullable public String websiteUrlThe Website Url. Url for showing tab contents outside of Teams.
-
-
Constructor Details
-
TeamsTabConfiguration
public TeamsTabConfiguration()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-