public class TeamsTabConfiguration
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contentUrl
The Content Url.
|
java.lang.String |
entityId
The Entity Id.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
removeUrl
The Remove Url.
|
java.lang.String |
websiteUrl
The Website Url.
|
Constructor and Description |
---|
TeamsTabConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="contentUrl", alternate="ContentUrl") @Expose @Nullable public java.lang.String contentUrl
@SerializedName(value="entityId", alternate="EntityId") @Expose @Nullable public java.lang.String entityId
@SerializedName(value="removeUrl", alternate="RemoveUrl") @Expose @Nullable public java.lang.String removeUrl
@SerializedName(value="websiteUrl", alternate="WebsiteUrl") @Expose @Nullable public java.lang.String websiteUrl
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to