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
}
Builds and executes requests for operations under \me\insights\used\{usedInsight-id}
func NewUsedInsightRequestBuilder ¶
func NewUsedInsightRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightRequestBuilder
Instantiates a new UsedInsightRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewUsedInsightRequestBuilderInternal ¶
func NewUsedInsightRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UsedInsightRequestBuilder
Instantiates a new UsedInsightRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*UsedInsightRequestBuilder) CreateDeleteRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreateDeleteRequestInformation(options *UsedInsightRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
func (*UsedInsightRequestBuilder) CreateGetRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreateGetRequestInformation(options *UsedInsightRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
func (*UsedInsightRequestBuilder) CreatePatchRequestInformation ¶
func (m *UsedInsightRequestBuilder) CreatePatchRequestInformation(options *UsedInsightRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
func (*UsedInsightRequestBuilder) Delete ¶
func (m *UsedInsightRequestBuilder) Delete(options *UsedInsightRequestBuilderDeleteOptions) error
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
func (*UsedInsightRequestBuilder) Get ¶
func (m *UsedInsightRequestBuilder) Get(options *UsedInsightRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UsedInsight, error)
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
func (*UsedInsightRequestBuilder) Patch ¶
func (m *UsedInsightRequestBuilder) Patch(options *UsedInsightRequestBuilderPatchOptions) error
Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use. Parameters:
- options : Options for the request
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 }
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 }
Options for Get
type UsedInsightRequestBuilderGetQueryParameters ¶
type UsedInsightRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
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 }
Options for Patch