item

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatItemRequestBuilder

type ChatItemRequestBuilder struct {
	// contains filtered or unexported fields
}

ChatItemRequestBuilder provides operations to manage the collection of chat entities.

func NewChatItemRequestBuilder

NewChatItemRequestBuilder instantiates a new ChatItemRequestBuilder and sets the default values.

func NewChatItemRequestBuilderInternal

func NewChatItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ChatItemRequestBuilder

NewChatItemRequestBuilderInternal instantiates a new ChatItemRequestBuilder and sets the default values.

func (*ChatItemRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete entity from chats

func (*ChatItemRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get entity from chats by key

func (*ChatItemRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update entity in chats

func (*ChatItemRequestBuilder) Delete

Delete delete entity from chats

func (*ChatItemRequestBuilder) Get

Get get entity from chats by key

func (*ChatItemRequestBuilder) InstalledApps

InstalledApps the installedApps property

func (*ChatItemRequestBuilder) InstalledAppsById

InstalledAppsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.chats.item.installedApps.item collection

func (*ChatItemRequestBuilder) Members

Members the members property

func (*ChatItemRequestBuilder) MembersById

MembersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.chats.item.members.item collection

func (*ChatItemRequestBuilder) Messages

Messages the messages property

func (*ChatItemRequestBuilder) MessagesById

MessagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.chats.item.messages.item collection

func (*ChatItemRequestBuilder) Patch

Patch update entity in chats

func (*ChatItemRequestBuilder) SendActivityNotification

SendActivityNotification the sendActivityNotification property

func (*ChatItemRequestBuilder) Tabs

Tabs the tabs property

func (*ChatItemRequestBuilder) TabsById

TabsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.chats.item.tabs.item collection

type ChatItemRequestBuilderDeleteOptions

type ChatItemRequestBuilderDeleteOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

ChatItemRequestBuilderDeleteOptions options for Delete

type ChatItemRequestBuilderGetOptions

type ChatItemRequestBuilderGetOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ChatItemRequestBuilderGetQueryParameters
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

ChatItemRequestBuilderGetOptions options for Get

type ChatItemRequestBuilderGetQueryParameters

type ChatItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ChatItemRequestBuilderGetQueryParameters get entity from chats by key

type ChatItemRequestBuilderPatchOptions

type ChatItemRequestBuilderPatchOptions struct {
	//
	Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Chatable
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

ChatItemRequestBuilderPatchOptions options for Patch

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL