Documentation ¶
Index ¶
- type UsedInsightItemRequestBuilder
- func (m *UsedInsightItemRequestBuilder) CreateDeleteRequestInformation(options *UsedInsightItemRequestBuilderDeleteOptions) (...)
- func (m *UsedInsightItemRequestBuilder) CreateGetRequestInformation(options *UsedInsightItemRequestBuilderGetOptions) (...)
- func (m *UsedInsightItemRequestBuilder) CreatePatchRequestInformation(options *UsedInsightItemRequestBuilderPatchOptions) (...)
- func (m *UsedInsightItemRequestBuilder) Delete(options *UsedInsightItemRequestBuilderDeleteOptions) error
- func (m *UsedInsightItemRequestBuilder) Get(options *UsedInsightItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UsedInsight, ...)
- func (m *UsedInsightItemRequestBuilder) Patch(options *UsedInsightItemRequestBuilderPatchOptions) error
- func (m *UsedInsightItemRequestBuilder) Resource() ...
- type UsedInsightItemRequestBuilderDeleteOptions
- type UsedInsightItemRequestBuilderGetOptions
- type UsedInsightItemRequestBuilderGetQueryParameters
- type UsedInsightItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsedInsightItemRequestBuilder ¶ added in v0.12.0
type UsedInsightItemRequestBuilder struct {
// contains filtered or unexported fields
}
UsedInsightItemRequestBuilder builds and executes requests for operations under \me\insights\used\{usedInsight-id}
func NewUsedInsightItemRequestBuilder ¶ added in v0.12.0
func NewUsedInsightItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightItemRequestBuilder
NewUsedInsightItemRequestBuilder instantiates a new UsedInsightItemRequestBuilder and sets the default values.
func NewUsedInsightItemRequestBuilderInternal ¶ added in v0.12.0
func NewUsedInsightItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightItemRequestBuilder
NewUsedInsightItemRequestBuilderInternal instantiates a new UsedInsightItemRequestBuilder and sets the default values.
func (*UsedInsightItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) CreateDeleteRequestInformation(options *UsedInsightItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
func (*UsedInsightItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) CreateGetRequestInformation(options *UsedInsightItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
func (*UsedInsightItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) CreatePatchRequestInformation(options *UsedInsightItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
func (*UsedInsightItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) Delete(options *UsedInsightItemRequestBuilderDeleteOptions) error
Delete calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
func (*UsedInsightItemRequestBuilder) Get ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) Get(options *UsedInsightItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UsedInsight, error)
Get calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
func (*UsedInsightItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *UsedInsightItemRequestBuilder) Patch(options *UsedInsightItemRequestBuilderPatchOptions) error
Patch calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
type UsedInsightItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type UsedInsightItemRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
UsedInsightItemRequestBuilderDeleteOptions options for Delete
type UsedInsightItemRequestBuilderGetOptions ¶ added in v0.12.0
type UsedInsightItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *UsedInsightItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
UsedInsightItemRequestBuilderGetOptions options for Get
type UsedInsightItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type UsedInsightItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
UsedInsightItemRequestBuilderGetQueryParameters calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
type UsedInsightItemRequestBuilderPatchOptions ¶ added in v0.12.0
type UsedInsightItemRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UsedInsight // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
UsedInsightItemRequestBuilderPatchOptions options for Patch