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 String |
webUrl |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Channel() |
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
builderChannel()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<String> |
getEmail() |
DriveItemRequest |
getFilesFolder() |
Optional<Boolean> |
getIsFavoriteByDefault() |
ConversationMemberCollectionRequest |
getMembers() |
Optional<ChannelMembershipType> |
getMembershipType() |
ChatMessageCollectionRequest |
getMessages()
Org.OData.Capabilities.V1.ChangeTracking
|
TeamsTabCollectionRequest |
getTabs() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
Channel |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Channel |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Channel |
withDescription(String description) |
Channel |
withDisplayName(String displayName) |
Channel |
withEmail(String email) |
Channel |
withIsFavoriteByDefault(Boolean isFavoriteByDefault) |
Channel |
withMembershipType(ChannelMembershipType membershipType) |
Channel |
withWebUrl(String webUrl) |
protected String displayName
protected String description
protected Boolean isFavoriteByDefault
protected String email
protected String webUrl
protected ChannelMembershipType membershipType
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 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.