Documentation ¶
Index ¶
- type SharedInsightItemRequestBuilder
- func (m *SharedInsightItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *SharedInsightItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *SharedInsightItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SharedInsightItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedInsightItemRequestBuilderGetRequestConfiguration) (...)
- func (m *SharedInsightItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *SharedInsightItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *SharedInsightItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *SharedInsightItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *SharedInsightItemRequestBuilder) LastSharedMethod() ...
- func (m *SharedInsightItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *SharedInsightItemRequestBuilder) Resource() ...
- type SharedInsightItemRequestBuilderDeleteRequestConfiguration
- type SharedInsightItemRequestBuilderGetQueryParameters
- type SharedInsightItemRequestBuilderGetRequestConfiguration
- type SharedInsightItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedInsightItemRequestBuilder ¶ added in v0.12.0
type SharedInsightItemRequestBuilder struct {
// contains filtered or unexported fields
}
SharedInsightItemRequestBuilder provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity.
func NewSharedInsightItemRequestBuilder ¶ added in v0.12.0
func NewSharedInsightItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedInsightItemRequestBuilder
NewSharedInsightItemRequestBuilder instantiates a new SharedInsightItemRequestBuilder and sets the default values.
func NewSharedInsightItemRequestBuilderInternal ¶ added in v0.12.0
func NewSharedInsightItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedInsightItemRequestBuilder
NewSharedInsightItemRequestBuilderInternal instantiates a new SharedInsightItemRequestBuilder and sets the default values.
func (*SharedInsightItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property shared for me
func (*SharedInsightItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SharedInsightItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *SharedInsightItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property shared for me
func (*SharedInsightItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
func (*SharedInsightItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SharedInsightItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedInsightItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
func (*SharedInsightItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property shared in me
func (*SharedInsightItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SharedInsightItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable, requestConfiguration *SharedInsightItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property shared in me
func (*SharedInsightItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *SharedInsightItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property shared for me
func (*SharedInsightItemRequestBuilder) Get ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) Get(ctx context.Context, requestConfiguration *SharedInsightItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable, error)
Get calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
func (*SharedInsightItemRequestBuilder) LastSharedMethod ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) LastSharedMethod() *i4937f4dc6a66215167ecba05b855cf0f74fe5d9e664ba8cf75023f47fd473166.LastSharedMethodRequestBuilder
LastSharedMethod the lastSharedMethod property
func (*SharedInsightItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable, requestConfiguration *SharedInsightItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.SharedInsightable, error)
Patch update the navigation property shared in me
func (*SharedInsightItemRequestBuilder) Resource ¶ added in v0.12.0
func (m *SharedInsightItemRequestBuilder) Resource() *i3bd9651fffe5281f2d0a4ee3a5925c7e833dcbeb0140a82cd538877f33f97060.ResourceRequestBuilder
Resource the resource property
type SharedInsightItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type SharedInsightItemRequestBuilderDeleteRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }Headers map[
SharedInsightItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SharedInsightItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type SharedInsightItemRequestBuilderGetQueryParameters struct { string `uriparametername:"%24expand"` Select []string `uriparametername:"%24select"` }Expand []
SharedInsightItemRequestBuilderGetQueryParameters calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
type SharedInsightItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SharedInsightItemRequestBuilderGetRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption QueryParameters *SharedInsightItemRequestBuilderGetQueryParameters }Headers map[
SharedInsightItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SharedInsightItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type SharedInsightItemRequestBuilderPatchRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }Headers map[
SharedInsightItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.