Documentation ¶
Index ¶
- type CreateInsightUsedOperationOptions
- type CreateInsightUsedOperationResponse
- type DeleteInsightUsedOperationOptions
- type DeleteInsightUsedOperationResponse
- type GetInsightUsedCountOperationOptions
- type GetInsightUsedCountOperationResponse
- type GetInsightUsedOperationOptions
- type GetInsightUsedOperationResponse
- type InsightUsedClient
- func (c InsightUsedClient) CreateInsightUsed(ctx context.Context, input beta.UsedInsight, ...) (result CreateInsightUsedOperationResponse, err error)
- func (c InsightUsedClient) DeleteInsightUsed(ctx context.Context, id beta.MeInsightUsedId, ...) (result DeleteInsightUsedOperationResponse, err error)
- func (c InsightUsedClient) GetInsightUsed(ctx context.Context, id beta.MeInsightUsedId, ...) (result GetInsightUsedOperationResponse, err error)
- func (c InsightUsedClient) GetInsightUsedCount(ctx context.Context, options GetInsightUsedCountOperationOptions) (result GetInsightUsedCountOperationResponse, err error)
- func (c InsightUsedClient) ListInsightUseds(ctx context.Context, options ListInsightUsedsOperationOptions) (result ListInsightUsedsOperationResponse, err error)
- func (c InsightUsedClient) ListInsightUsedsComplete(ctx context.Context, options ListInsightUsedsOperationOptions) (ListInsightUsedsCompleteResult, error)
- func (c InsightUsedClient) ListInsightUsedsCompleteMatchingPredicate(ctx context.Context, options ListInsightUsedsOperationOptions, ...) (result ListInsightUsedsCompleteResult, err error)
- func (c InsightUsedClient) UpdateInsightUsed(ctx context.Context, id beta.MeInsightUsedId, input beta.UsedInsight, ...) (result UpdateInsightUsedOperationResponse, err error)
- type ListInsightUsedsCompleteResult
- type ListInsightUsedsCustomPager
- type ListInsightUsedsOperationOptions
- type ListInsightUsedsOperationResponse
- type UpdateInsightUsedOperationOptions
- type UpdateInsightUsedOperationResponse
- type UsedInsightOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateInsightUsedOperationOptions ¶
type CreateInsightUsedOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateInsightUsedOperationOptions ¶
func DefaultCreateInsightUsedOperationOptions() CreateInsightUsedOperationOptions
func (CreateInsightUsedOperationOptions) ToHeaders ¶
func (o CreateInsightUsedOperationOptions) ToHeaders() *client.Headers
func (CreateInsightUsedOperationOptions) ToOData ¶
func (o CreateInsightUsedOperationOptions) ToOData() *odata.Query
func (CreateInsightUsedOperationOptions) ToQuery ¶
func (o CreateInsightUsedOperationOptions) ToQuery() *client.QueryParams
type DeleteInsightUsedOperationOptions ¶
type DeleteInsightUsedOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteInsightUsedOperationOptions ¶
func DefaultDeleteInsightUsedOperationOptions() DeleteInsightUsedOperationOptions
func (DeleteInsightUsedOperationOptions) ToHeaders ¶
func (o DeleteInsightUsedOperationOptions) ToHeaders() *client.Headers
func (DeleteInsightUsedOperationOptions) ToOData ¶
func (o DeleteInsightUsedOperationOptions) ToOData() *odata.Query
func (DeleteInsightUsedOperationOptions) ToQuery ¶
func (o DeleteInsightUsedOperationOptions) ToQuery() *client.QueryParams
type GetInsightUsedCountOperationOptions ¶
type GetInsightUsedCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetInsightUsedCountOperationOptions ¶
func DefaultGetInsightUsedCountOperationOptions() GetInsightUsedCountOperationOptions
func (GetInsightUsedCountOperationOptions) ToHeaders ¶
func (o GetInsightUsedCountOperationOptions) ToHeaders() *client.Headers
func (GetInsightUsedCountOperationOptions) ToOData ¶
func (o GetInsightUsedCountOperationOptions) ToOData() *odata.Query
func (GetInsightUsedCountOperationOptions) ToQuery ¶
func (o GetInsightUsedCountOperationOptions) ToQuery() *client.QueryParams
type GetInsightUsedOperationOptions ¶
type GetInsightUsedOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetInsightUsedOperationOptions ¶
func DefaultGetInsightUsedOperationOptions() GetInsightUsedOperationOptions
func (GetInsightUsedOperationOptions) ToHeaders ¶
func (o GetInsightUsedOperationOptions) ToHeaders() *client.Headers
func (GetInsightUsedOperationOptions) ToOData ¶
func (o GetInsightUsedOperationOptions) ToOData() *odata.Query
func (GetInsightUsedOperationOptions) ToQuery ¶
func (o GetInsightUsedOperationOptions) ToQuery() *client.QueryParams
type InsightUsedClient ¶
func NewInsightUsedClientWithBaseURI ¶
func NewInsightUsedClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightUsedClient, error)
func (InsightUsedClient) CreateInsightUsed ¶
func (c InsightUsedClient) CreateInsightUsed(ctx context.Context, input beta.UsedInsight, options CreateInsightUsedOperationOptions) (result CreateInsightUsedOperationResponse, err error)
CreateInsightUsed - Create new navigation property to used for me
func (InsightUsedClient) DeleteInsightUsed ¶
func (c InsightUsedClient) DeleteInsightUsed(ctx context.Context, id beta.MeInsightUsedId, options DeleteInsightUsedOperationOptions) (result DeleteInsightUsedOperationResponse, err error)
DeleteInsightUsed - Delete navigation property used for me
func (InsightUsedClient) GetInsightUsed ¶
func (c InsightUsedClient) GetInsightUsed(ctx context.Context, id beta.MeInsightUsedId, options GetInsightUsedOperationOptions) (result GetInsightUsedOperationResponse, err error)
GetInsightUsed - Get used from me. Access this property from the derived type itemInsights.
func (InsightUsedClient) GetInsightUsedCount ¶
func (c InsightUsedClient) GetInsightUsedCount(ctx context.Context, options GetInsightUsedCountOperationOptions) (result GetInsightUsedCountOperationResponse, err error)
GetInsightUsedCount - Get the number of the resource
func (InsightUsedClient) ListInsightUseds ¶
func (c InsightUsedClient) ListInsightUseds(ctx context.Context, options ListInsightUsedsOperationOptions) (result ListInsightUsedsOperationResponse, err error)
ListInsightUseds - List used. Calculate and list the documents that a user has viewed or modified. For the signed-in user: - This method includes documents that the user has modified; see example 1. - Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not have modified; see example 2. For other users, this method includes only documents that the user has modified.
func (InsightUsedClient) ListInsightUsedsComplete ¶
func (c InsightUsedClient) ListInsightUsedsComplete(ctx context.Context, options ListInsightUsedsOperationOptions) (ListInsightUsedsCompleteResult, error)
ListInsightUsedsComplete retrieves all the results into a single object
func (InsightUsedClient) ListInsightUsedsCompleteMatchingPredicate ¶
func (c InsightUsedClient) ListInsightUsedsCompleteMatchingPredicate(ctx context.Context, options ListInsightUsedsOperationOptions, predicate UsedInsightOperationPredicate) (result ListInsightUsedsCompleteResult, err error)
ListInsightUsedsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (InsightUsedClient) UpdateInsightUsed ¶
func (c InsightUsedClient) UpdateInsightUsed(ctx context.Context, id beta.MeInsightUsedId, input beta.UsedInsight, options UpdateInsightUsedOperationOptions) (result UpdateInsightUsedOperationResponse, err error)
UpdateInsightUsed - Update the navigation property used in me
type ListInsightUsedsCompleteResult ¶
type ListInsightUsedsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UsedInsight }
type ListInsightUsedsCustomPager ¶
func (*ListInsightUsedsCustomPager) NextPageLink ¶
func (p *ListInsightUsedsCustomPager) NextPageLink() *odata.Link
type ListInsightUsedsOperationOptions ¶
type ListInsightUsedsOperationOptions 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 DefaultListInsightUsedsOperationOptions ¶
func DefaultListInsightUsedsOperationOptions() ListInsightUsedsOperationOptions
func (ListInsightUsedsOperationOptions) ToHeaders ¶
func (o ListInsightUsedsOperationOptions) ToHeaders() *client.Headers
func (ListInsightUsedsOperationOptions) ToOData ¶
func (o ListInsightUsedsOperationOptions) ToOData() *odata.Query
func (ListInsightUsedsOperationOptions) ToQuery ¶
func (o ListInsightUsedsOperationOptions) ToQuery() *client.QueryParams
type UpdateInsightUsedOperationOptions ¶
type UpdateInsightUsedOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateInsightUsedOperationOptions ¶
func DefaultUpdateInsightUsedOperationOptions() UpdateInsightUsedOperationOptions
func (UpdateInsightUsedOperationOptions) ToHeaders ¶
func (o UpdateInsightUsedOperationOptions) ToHeaders() *client.Headers
func (UpdateInsightUsedOperationOptions) ToOData ¶
func (o UpdateInsightUsedOperationOptions) ToOData() *odata.Query
func (UpdateInsightUsedOperationOptions) ToQuery ¶
func (o UpdateInsightUsedOperationOptions) ToQuery() *client.QueryParams
type UsedInsightOperationPredicate ¶
type UsedInsightOperationPredicate struct { }
func (UsedInsightOperationPredicate) Matches ¶
func (p UsedInsightOperationPredicate) Matches(input beta.UsedInsight) bool