Documentation
¶
Index ¶
- type UsedInsightRequestBuilder
- func (m *UsedInsightRequestBuilder) CreateDeleteRequestInformation(options *UsedInsightRequestBuilderDeleteOptions) (...)
- func (m *UsedInsightRequestBuilder) CreateGetRequestInformation(options *UsedInsightRequestBuilderGetOptions) (...)
- func (m *UsedInsightRequestBuilder) CreatePatchRequestInformation(options *UsedInsightRequestBuilderPatchOptions) (...)
- func (m *UsedInsightRequestBuilder) Delete(options *UsedInsightRequestBuilderDeleteOptions) error
- func (m *UsedInsightRequestBuilder) Get(options *UsedInsightRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UsedInsight, ...)
- func (m *UsedInsightRequestBuilder) Patch(options *UsedInsightRequestBuilderPatchOptions) error
- func (m *UsedInsightRequestBuilder) Resource() ...
- type UsedInsightRequestBuilderDeleteOptions
- type UsedInsightRequestBuilderGetOptions
- type UsedInsightRequestBuilderGetQueryParameters
- type UsedInsightRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsedInsightRequestBuilder ¶
type UsedInsightRequestBuilder struct {
// contains filtered or unexported fields
}
UsedInsightRequestBuilder builds and executes requests for operations under \users\{user-id}\insights\used\{usedInsight-id}
func NewUsedInsightRequestBuilder ¶
func NewUsedInsightRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightRequestBuilder
NewUsedInsightRequestBuilder instantiates a new UsedInsightRequestBuilder and sets the default values.
func NewUsedInsightRequestBuilderInternal ¶
func NewUsedInsightRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightRequestBuilder
NewUsedInsightRequestBuilderInternal instantiates a new UsedInsightRequestBuilder and sets the default values.
func (*UsedInsightRequestBuilder) CreateDeleteRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreateDeleteRequestInformation(options *UsedInsightRequestBuilderDeleteOptions) (*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 (*UsedInsightRequestBuilder) CreateGetRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreateGetRequestInformation(options *UsedInsightRequestBuilderGetOptions) (*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 (*UsedInsightRequestBuilder) CreatePatchRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreatePatchRequestInformation(options *UsedInsightRequestBuilderPatchOptions) (*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 (*UsedInsightRequestBuilder) Delete ¶
func (m *UsedInsightRequestBuilder) Delete(options *UsedInsightRequestBuilderDeleteOptions) 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 (*UsedInsightRequestBuilder) Get ¶
func (m *UsedInsightRequestBuilder) Get(options *UsedInsightRequestBuilderGetOptions) (*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 (*UsedInsightRequestBuilder) Patch ¶
func (m *UsedInsightRequestBuilder) Patch(options *UsedInsightRequestBuilderPatchOptions) 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 UsedInsightRequestBuilderDeleteOptions ¶
type UsedInsightRequestBuilderDeleteOptions 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
}
UsedInsightRequestBuilderDeleteOptions options for Delete
type UsedInsightRequestBuilderGetOptions ¶
type UsedInsightRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *UsedInsightRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
UsedInsightRequestBuilderGetOptions options for Get
type UsedInsightRequestBuilderGetQueryParameters ¶
type UsedInsightRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
UsedInsightRequestBuilderGetQueryParameters 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 UsedInsightRequestBuilderPatchOptions ¶
type UsedInsightRequestBuilderPatchOptions 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
}
UsedInsightRequestBuilderPatchOptions options for Patch