Uses of Class
odata.msgraph.client.beta.entity.Channel
-
Packages that use Channel Package Description odata.msgraph.client.beta.entity -
-
Uses of Channel in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Channel Modifier and Type Method Description ChannelChannel.Builder. build()ChannelChannel. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ChannelChannel. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ChannelChannel. withCreatedDateTime(OffsetDateTime createdDateTime)ChannelChannel. withDescription(String description)ChannelChannel. withDisplayName(String displayName)ChannelChannel. withEmail(String email)ChannelChannel. withIsFavoriteByDefault(Boolean isFavoriteByDefault)ChannelChannel. withMembershipType(ChannelMembershipType membershipType)ChannelChannel. withModerationSettings(ChannelModerationSettings moderationSettings)ChannelChannel. withUnmappedField(String name, String value)ChannelChannel. withWebUrl(String webUrl)
-