public class Channel extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
email
The Email.
|
DriveItem |
filesFolder
The Files Folder.
|
java.lang.Boolean |
isFavoriteByDefault
The Is Favorite By Default.
|
ConversationMemberCollectionPage |
members
The Members.
|
ChannelMembershipType |
membershipType
The Membership Type.
|
ChatMessageCollectionPage |
messages
The Messages.
|
TeamsTabCollectionPage |
tabs
The Tabs.
|
java.lang.String |
webUrl
The Web Url.
|
| Constructor and Description |
|---|
Channel() |
| 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="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@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="email",
alternate="Email")
@Expose
@Nullable
public java.lang.String email
@SerializedName(value="isFavoriteByDefault",
alternate="IsFavoriteByDefault")
@Expose
@Nullable
public java.lang.Boolean isFavoriteByDefault
@SerializedName(value="membershipType",
alternate="MembershipType")
@Expose
@Nullable
public ChannelMembershipType membershipType
@SerializedName(value="webUrl",
alternate="WebUrl")
@Expose
@Nullable
public java.lang.String webUrl
@SerializedName(value="filesFolder",
alternate="FilesFolder")
@Expose
@Nullable
public DriveItem filesFolder
@SerializedName(value="members",
alternate="Members")
@Expose
@Nullable
public ConversationMemberCollectionPage members
@SerializedName(value="messages",
alternate="Messages")
@Expose
@Nullable
public ChatMessageCollectionPage messages
@SerializedName(value="tabs",
alternate="Tabs")
@Expose
@Nullable
public TeamsTabCollectionPage tabs
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to