insightused

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateInsightUsedOperationOptions) ToOData

func (CreateInsightUsedOperationOptions) ToQuery

type CreateInsightUsedOperationResponse

type CreateInsightUsedOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UsedInsight
}

type DeleteInsightUsedOperationOptions

type DeleteInsightUsedOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteInsightUsedOperationOptions

func DefaultDeleteInsightUsedOperationOptions() DeleteInsightUsedOperationOptions

func (DeleteInsightUsedOperationOptions) ToHeaders

func (DeleteInsightUsedOperationOptions) ToOData

func (DeleteInsightUsedOperationOptions) ToQuery

type DeleteInsightUsedOperationResponse

type DeleteInsightUsedOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetInsightUsedCountOperationOptions

type GetInsightUsedCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetInsightUsedCountOperationOptions

func DefaultGetInsightUsedCountOperationOptions() GetInsightUsedCountOperationOptions

func (GetInsightUsedCountOperationOptions) ToHeaders

func (GetInsightUsedCountOperationOptions) ToOData

func (GetInsightUsedCountOperationOptions) ToQuery

type GetInsightUsedCountOperationResponse

type GetInsightUsedCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

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 (GetInsightUsedOperationOptions) ToOData

func (GetInsightUsedOperationOptions) ToQuery

type GetInsightUsedOperationResponse

type GetInsightUsedOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UsedInsight
}

type InsightUsedClient

type InsightUsedClient struct {
	Client *msgraph.Client
}

func NewInsightUsedClientWithBaseURI

func NewInsightUsedClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightUsedClient, error)

func (InsightUsedClient) CreateInsightUsed

CreateInsightUsed - Create new navigation property to used for me

func (InsightUsedClient) DeleteInsightUsed

DeleteInsightUsed - Delete navigation property used for me

func (InsightUsedClient) GetInsightUsed

GetInsightUsed - Get used from me. Access this property from the derived type itemInsights.

func (InsightUsedClient) GetInsightUsedCount

GetInsightUsedCount - Get the number of the resource

func (InsightUsedClient) ListInsightUseds

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

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

UpdateInsightUsed - Update the navigation property used in me

type ListInsightUsedsCompleteResult

type ListInsightUsedsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UsedInsight
}

type ListInsightUsedsCustomPager

type ListInsightUsedsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListInsightUsedsOperationOptions) ToOData

func (ListInsightUsedsOperationOptions) ToQuery

type ListInsightUsedsOperationResponse

type ListInsightUsedsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UsedInsight
}

type UpdateInsightUsedOperationOptions

type UpdateInsightUsedOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateInsightUsedOperationOptions

func DefaultUpdateInsightUsedOperationOptions() UpdateInsightUsedOperationOptions

func (UpdateInsightUsedOperationOptions) ToHeaders

func (UpdateInsightUsedOperationOptions) ToOData

func (UpdateInsightUsedOperationOptions) ToQuery

type UpdateInsightUsedOperationResponse

type UpdateInsightUsedOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type UsedInsightOperationPredicate

type UsedInsightOperationPredicate struct {
}

func (UsedInsightOperationPredicate) Matches

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL