public class Channel extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Channel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
email |
protected Boolean |
isFavoriteByDefault |
protected ChannelMembershipType |
membershipType |
protected ChannelModerationSettings |
moderationSettings |
protected String |
webUrl |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Channel() |
protected String displayName
protected String description
protected Boolean isFavoriteByDefault
protected String email
protected String webUrl
protected ChannelMembershipType membershipType
protected ChannelModerationSettings moderationSettings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Channel.Builder builderChannel()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<ChannelMembershipType> getMembershipType()
public Channel withMembershipType(ChannelMembershipType membershipType)
public Optional<ChannelModerationSettings> getModerationSettings()
public Channel withModerationSettings(ChannelModerationSettings moderationSettings)
public ChatMessageCollectionRequest getMessages()
Org.OData.Capabilities.V1.ChangeTracking
Supported = true
public TeamsTabCollectionRequest getTabs()
public ConversationMemberCollectionRequest getMembers()
public DriveItemRequest getFilesFolder()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Channel patch()
this with changed fields reset.public Channel put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.