public class TeamsAppDefinition extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
TeamworkBot |
bot
The Bot.
|
IdentitySet |
createdBy
The Created By.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
TeamsAppPublishingState |
publishingState
The Publishing State.
|
java.lang.String |
shortDescription
The Short Description.
|
java.lang.String |
teamsAppId
The Teams App Id.
|
java.lang.String |
version
The Version.
|
Constructor and Description |
---|
TeamsAppDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
@SerializedName(value="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="publishingState", alternate="PublishingState") @Expose @Nullable public TeamsAppPublishingState publishingState
@SerializedName(value="shortDescription", alternate="ShortDescription") @Expose @Nullable public java.lang.String shortDescription
@SerializedName(value="teamsAppId", alternate="TeamsAppId") @Expose @Nullable public java.lang.String teamsAppId
@SerializedName(value="version", alternate="Version") @Expose @Nullable public java.lang.String version
@SerializedName(value="bot", alternate="Bot") @Expose @Nullable public TeamworkBot bot
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to