Documentation ¶
Index ¶
- type SharedWithTeamsRequestBuilder
- func (m *SharedWithTeamsRequestBuilder) Count() ...
- func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration) (...)
- func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *SharedWithTeamsRequestBuilder) Get() (...)
- func (m *SharedWithTeamsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *SharedWithTeamsRequestBuilder) Post(...) (...)
- func (m *SharedWithTeamsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type SharedWithTeamsRequestBuilderGetQueryParameters
- type SharedWithTeamsRequestBuilderGetRequestConfiguration
- type SharedWithTeamsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedWithTeamsRequestBuilder ¶
type SharedWithTeamsRequestBuilder struct {
// contains filtered or unexported fields
}
SharedWithTeamsRequestBuilder provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity.
func NewSharedWithTeamsRequestBuilder ¶
func NewSharedWithTeamsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithTeamsRequestBuilder
NewSharedWithTeamsRequestBuilder instantiates a new SharedWithTeamsRequestBuilder and sets the default values.
func NewSharedWithTeamsRequestBuilderInternal ¶
func NewSharedWithTeamsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithTeamsRequestBuilder
NewSharedWithTeamsRequestBuilderInternal instantiates a new SharedWithTeamsRequestBuilder and sets the default values.
func (*SharedWithTeamsRequestBuilder) Count ¶
func (m *SharedWithTeamsRequestBuilder) Count() *i6f8ee5acd390718eeb64590e02edfde00c4a537188ce21744a5c6be96cc0d51e.CountRequestBuilder
Count the count property
func (*SharedWithTeamsRequestBuilder) CreateGetRequestInformation ¶
func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a collection of teams with which a channel is shared.
func (*SharedWithTeamsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *SharedWithTeamsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration a collection of teams with which a channel is shared.
func (*SharedWithTeamsRequestBuilder) CreatePostRequestInformation ¶
func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to sharedWithTeams for groups
func (*SharedWithTeamsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *SharedWithTeamsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, requestConfiguration *SharedWithTeamsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to sharedWithTeams for groups
func (*SharedWithTeamsRequestBuilder) Get ¶
func (m *SharedWithTeamsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoCollectionResponseable, error)
Get a collection of teams with which a channel is shared.
func (*SharedWithTeamsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *SharedWithTeamsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SharedWithTeamsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler a collection of teams with which a channel is shared.
func (*SharedWithTeamsRequestBuilder) Post ¶
func (m *SharedWithTeamsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, error)
Post create new navigation property to sharedWithTeams for groups
func (*SharedWithTeamsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *SharedWithTeamsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, requestConfiguration *SharedWithTeamsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedWithChannelTeamInfoable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to sharedWithTeams for groups
type SharedWithTeamsRequestBuilderGetQueryParameters ¶
type SharedWithTeamsRequestBuilderGetQueryParameters struct { bool `uriparametername:"%24count"` Expand []string `uriparametername:"%24expand"` Filter *string `uriparametername:"%24filter"` Orderby []string `uriparametername:"%24orderby"` Search *string `uriparametername:"%24search"` Select []string `uriparametername:"%24select"` Skip *int32 `uriparametername:"%24skip"` Top *int32 `uriparametername:"%24top"` }Count *
SharedWithTeamsRequestBuilderGetQueryParameters a collection of teams with which a channel is shared.
type SharedWithTeamsRequestBuilderGetRequestConfiguration ¶
type SharedWithTeamsRequestBuilderGetRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption QueryParameters *SharedWithTeamsRequestBuilderGetQueryParameters }Headers map[
SharedWithTeamsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SharedWithTeamsRequestBuilderPostRequestConfiguration ¶
type SharedWithTeamsRequestBuilderPostRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }Headers map[
SharedWithTeamsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.