Documentation
¶
Index ¶
- type TrendingItemRequestBuilder
- func (m *TrendingItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *TrendingItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TrendingItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *TrendingItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *TrendingItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, ...)
- func (m *TrendingItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, ...)
- func (m *TrendingItemRequestBuilder) Resource() ...
- type TrendingItemRequestBuilderDeleteRequestConfiguration
- type TrendingItemRequestBuilderGetQueryParameters
- type TrendingItemRequestBuilderGetRequestConfiguration
- type TrendingItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrendingItemRequestBuilder ¶ added in v0.12.0
type TrendingItemRequestBuilder struct {
// contains filtered or unexported fields
}
TrendingItemRequestBuilder provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity.
func NewTrendingItemRequestBuilder ¶ added in v0.12.0
func NewTrendingItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TrendingItemRequestBuilder
NewTrendingItemRequestBuilder instantiates a new TrendingItemRequestBuilder and sets the default values.
func NewTrendingItemRequestBuilderInternal ¶ added in v0.12.0
func NewTrendingItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TrendingItemRequestBuilder
NewTrendingItemRequestBuilderInternal instantiates a new TrendingItemRequestBuilder and sets the default values.
func (*TrendingItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *TrendingItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property trending for me
func (*TrendingItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TrendingItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
func (*TrendingItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, requestConfiguration *TrendingItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property trending in me
func (*TrendingItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *TrendingItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property trending for me
func (*TrendingItemRequestBuilder) Get ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) Get(ctx context.Context, requestConfiguration *TrendingItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, error)
Get calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
func (*TrendingItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, requestConfiguration *TrendingItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Trendingable, error)
Patch update the navigation property trending in me
func (*TrendingItemRequestBuilder) Resource ¶ added in v0.12.0
func (m *TrendingItemRequestBuilder) Resource() *i2fecd7ab41699ae39ed79864d85e226dcc55d6a7b1406ca532b48f993349ea8f.ResourceRequestBuilder
Resource provides operations to manage the resource property of the microsoft.graph.trending entity.
type TrendingItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type TrendingItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TrendingItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TrendingItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type TrendingItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
TrendingItemRequestBuilderGetQueryParameters calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
type TrendingItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TrendingItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TrendingItemRequestBuilderGetQueryParameters
}
TrendingItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TrendingItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TrendingItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TrendingItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.