Documentation ¶
Index ¶
- type CreateInsightTrendingOperationOptions
- type CreateInsightTrendingOperationResponse
- type DeleteInsightTrendingOperationOptions
- type DeleteInsightTrendingOperationResponse
- type GetInsightTrendingCountOperationOptions
- type GetInsightTrendingCountOperationResponse
- type GetInsightTrendingOperationOptions
- type GetInsightTrendingOperationResponse
- type InsightTrendingClient
- func (c InsightTrendingClient) CreateInsightTrending(ctx context.Context, id stable.UserId, input stable.Trending, ...) (result CreateInsightTrendingOperationResponse, err error)
- func (c InsightTrendingClient) DeleteInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, ...) (result DeleteInsightTrendingOperationResponse, err error)
- func (c InsightTrendingClient) GetInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, ...) (result GetInsightTrendingOperationResponse, err error)
- func (c InsightTrendingClient) GetInsightTrendingCount(ctx context.Context, id stable.UserId, ...) (result GetInsightTrendingCountOperationResponse, err error)
- func (c InsightTrendingClient) ListInsightTrendings(ctx context.Context, id stable.UserId, ...) (result ListInsightTrendingsOperationResponse, err error)
- func (c InsightTrendingClient) ListInsightTrendingsComplete(ctx context.Context, id stable.UserId, ...) (ListInsightTrendingsCompleteResult, error)
- func (c InsightTrendingClient) ListInsightTrendingsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListInsightTrendingsCompleteResult, err error)
- func (c InsightTrendingClient) UpdateInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, input stable.Trending, ...) (result UpdateInsightTrendingOperationResponse, err error)
- type ListInsightTrendingsCompleteResult
- type ListInsightTrendingsCustomPager
- type ListInsightTrendingsOperationOptions
- type ListInsightTrendingsOperationResponse
- type TrendingOperationPredicate
- type UpdateInsightTrendingOperationOptions
- type UpdateInsightTrendingOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateInsightTrendingOperationOptions ¶
type CreateInsightTrendingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateInsightTrendingOperationOptions ¶
func DefaultCreateInsightTrendingOperationOptions() CreateInsightTrendingOperationOptions
func (CreateInsightTrendingOperationOptions) ToHeaders ¶
func (o CreateInsightTrendingOperationOptions) ToHeaders() *client.Headers
func (CreateInsightTrendingOperationOptions) ToOData ¶
func (o CreateInsightTrendingOperationOptions) ToOData() *odata.Query
func (CreateInsightTrendingOperationOptions) ToQuery ¶
func (o CreateInsightTrendingOperationOptions) ToQuery() *client.QueryParams
type DeleteInsightTrendingOperationOptions ¶
type DeleteInsightTrendingOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteInsightTrendingOperationOptions ¶
func DefaultDeleteInsightTrendingOperationOptions() DeleteInsightTrendingOperationOptions
func (DeleteInsightTrendingOperationOptions) ToHeaders ¶
func (o DeleteInsightTrendingOperationOptions) ToHeaders() *client.Headers
func (DeleteInsightTrendingOperationOptions) ToOData ¶
func (o DeleteInsightTrendingOperationOptions) ToOData() *odata.Query
func (DeleteInsightTrendingOperationOptions) ToQuery ¶
func (o DeleteInsightTrendingOperationOptions) ToQuery() *client.QueryParams
type GetInsightTrendingCountOperationOptions ¶
type GetInsightTrendingCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetInsightTrendingCountOperationOptions ¶
func DefaultGetInsightTrendingCountOperationOptions() GetInsightTrendingCountOperationOptions
func (GetInsightTrendingCountOperationOptions) ToHeaders ¶
func (o GetInsightTrendingCountOperationOptions) ToHeaders() *client.Headers
func (GetInsightTrendingCountOperationOptions) ToOData ¶
func (o GetInsightTrendingCountOperationOptions) ToOData() *odata.Query
func (GetInsightTrendingCountOperationOptions) ToQuery ¶
func (o GetInsightTrendingCountOperationOptions) ToQuery() *client.QueryParams
type GetInsightTrendingOperationOptions ¶
type GetInsightTrendingOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetInsightTrendingOperationOptions ¶
func DefaultGetInsightTrendingOperationOptions() GetInsightTrendingOperationOptions
func (GetInsightTrendingOperationOptions) ToHeaders ¶
func (o GetInsightTrendingOperationOptions) ToHeaders() *client.Headers
func (GetInsightTrendingOperationOptions) ToOData ¶
func (o GetInsightTrendingOperationOptions) ToOData() *odata.Query
func (GetInsightTrendingOperationOptions) ToQuery ¶
func (o GetInsightTrendingOperationOptions) ToQuery() *client.QueryParams
type InsightTrendingClient ¶
func NewInsightTrendingClientWithBaseURI ¶
func NewInsightTrendingClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightTrendingClient, error)
func (InsightTrendingClient) CreateInsightTrending ¶
func (c InsightTrendingClient) CreateInsightTrending(ctx context.Context, id stable.UserId, input stable.Trending, options CreateInsightTrendingOperationOptions) (result CreateInsightTrendingOperationResponse, err error)
CreateInsightTrending - Create new navigation property to trending for users
func (InsightTrendingClient) DeleteInsightTrending ¶
func (c InsightTrendingClient) DeleteInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, options DeleteInsightTrendingOperationOptions) (result DeleteInsightTrendingOperationResponse, err error)
DeleteInsightTrending - Delete navigation property trending for users
func (InsightTrendingClient) GetInsightTrending ¶
func (c InsightTrendingClient) GetInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, options GetInsightTrendingOperationOptions) (result GetInsightTrendingOperationResponse, err error)
GetInsightTrending - Get trending from users. Calculated relationship that identifies 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 work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
func (InsightTrendingClient) GetInsightTrendingCount ¶
func (c InsightTrendingClient) GetInsightTrendingCount(ctx context.Context, id stable.UserId, options GetInsightTrendingCountOperationOptions) (result GetInsightTrendingCountOperationResponse, err error)
GetInsightTrendingCount - Get the number of the resource
func (InsightTrendingClient) ListInsightTrendings ¶
func (c InsightTrendingClient) ListInsightTrendings(ctx context.Context, id stable.UserId, options ListInsightTrendingsOperationOptions) (result ListInsightTrendingsOperationResponse, err error)
ListInsightTrendings - Get trending from users. Calculated relationship that identifies 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 work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
func (InsightTrendingClient) ListInsightTrendingsComplete ¶
func (c InsightTrendingClient) ListInsightTrendingsComplete(ctx context.Context, id stable.UserId, options ListInsightTrendingsOperationOptions) (ListInsightTrendingsCompleteResult, error)
ListInsightTrendingsComplete retrieves all the results into a single object
func (InsightTrendingClient) ListInsightTrendingsCompleteMatchingPredicate ¶
func (c InsightTrendingClient) ListInsightTrendingsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, options ListInsightTrendingsOperationOptions, predicate TrendingOperationPredicate) (result ListInsightTrendingsCompleteResult, err error)
ListInsightTrendingsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (InsightTrendingClient) UpdateInsightTrending ¶
func (c InsightTrendingClient) UpdateInsightTrending(ctx context.Context, id stable.UserIdInsightTrendingId, input stable.Trending, options UpdateInsightTrendingOperationOptions) (result UpdateInsightTrendingOperationResponse, err error)
UpdateInsightTrending - Update the navigation property trending in users
type ListInsightTrendingsCustomPager ¶
func (*ListInsightTrendingsCustomPager) NextPageLink ¶
func (p *ListInsightTrendingsCustomPager) NextPageLink() *odata.Link
type ListInsightTrendingsOperationOptions ¶
type ListInsightTrendingsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListInsightTrendingsOperationOptions ¶
func DefaultListInsightTrendingsOperationOptions() ListInsightTrendingsOperationOptions
func (ListInsightTrendingsOperationOptions) ToHeaders ¶
func (o ListInsightTrendingsOperationOptions) ToHeaders() *client.Headers
func (ListInsightTrendingsOperationOptions) ToOData ¶
func (o ListInsightTrendingsOperationOptions) ToOData() *odata.Query
func (ListInsightTrendingsOperationOptions) ToQuery ¶
func (o ListInsightTrendingsOperationOptions) ToQuery() *client.QueryParams
type TrendingOperationPredicate ¶
type TrendingOperationPredicate struct { }
type UpdateInsightTrendingOperationOptions ¶
type UpdateInsightTrendingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateInsightTrendingOperationOptions ¶
func DefaultUpdateInsightTrendingOperationOptions() UpdateInsightTrendingOperationOptions
func (UpdateInsightTrendingOperationOptions) ToHeaders ¶
func (o UpdateInsightTrendingOperationOptions) ToHeaders() *client.Headers
func (UpdateInsightTrendingOperationOptions) ToOData ¶
func (o UpdateInsightTrendingOperationOptions) ToOData() *odata.Query
func (UpdateInsightTrendingOperationOptions) ToQuery ¶
func (o UpdateInsightTrendingOperationOptions) ToQuery() *client.QueryParams