Documentation ¶
Index ¶
- type InsightsRequestBuilder
- func (m *InsightsRequestBuilder) CreateDeleteRequestInformation(options *InsightsRequestBuilderDeleteOptions) (...)
- func (m *InsightsRequestBuilder) CreateGetRequestInformation(options *InsightsRequestBuilderGetOptions) (...)
- func (m *InsightsRequestBuilder) CreatePatchRequestInformation(options *InsightsRequestBuilderPatchOptions) (...)
- func (m *InsightsRequestBuilder) Delete(options *InsightsRequestBuilderDeleteOptions) error
- func (m *InsightsRequestBuilder) Get(options *InsightsRequestBuilderGetOptions) (...)
- func (m *InsightsRequestBuilder) Patch(options *InsightsRequestBuilderPatchOptions) error
- func (m *InsightsRequestBuilder) Shared() ...
- func (m *InsightsRequestBuilder) SharedById(id string) ...
- func (m *InsightsRequestBuilder) Trending() ...
- func (m *InsightsRequestBuilder) TrendingById(id string) ...
- func (m *InsightsRequestBuilder) Used() ...
- func (m *InsightsRequestBuilder) UsedById(id string) ...
- type InsightsRequestBuilderDeleteOptions
- type InsightsRequestBuilderGetOptions
- type InsightsRequestBuilderGetQueryParameters
- type InsightsRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsightsRequestBuilder ¶
type InsightsRequestBuilder struct {
// contains filtered or unexported fields
}
InsightsRequestBuilder builds and executes requests for operations under \users\{user-id}\insights
func NewInsightsRequestBuilder ¶
func NewInsightsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *InsightsRequestBuilder
NewInsightsRequestBuilder instantiates a new InsightsRequestBuilder and sets the default values.
func NewInsightsRequestBuilderInternal ¶
func NewInsightsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *InsightsRequestBuilder
NewInsightsRequestBuilderInternal instantiates a new InsightsRequestBuilder and sets the default values.
func (*InsightsRequestBuilder) CreateDeleteRequestInformation ¶
func (m *InsightsRequestBuilder) CreateDeleteRequestInformation(options *InsightsRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation read-only. Nullable.
func (*InsightsRequestBuilder) CreateGetRequestInformation ¶
func (m *InsightsRequestBuilder) CreateGetRequestInformation(options *InsightsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*InsightsRequestBuilder) CreatePatchRequestInformation ¶
func (m *InsightsRequestBuilder) CreatePatchRequestInformation(options *InsightsRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation read-only. Nullable.
func (*InsightsRequestBuilder) Delete ¶
func (m *InsightsRequestBuilder) Delete(options *InsightsRequestBuilderDeleteOptions) error
Delete read-only. Nullable.
func (*InsightsRequestBuilder) Get ¶
func (m *InsightsRequestBuilder) Get(options *InsightsRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OfficeGraphInsights, error)
Get read-only. Nullable.
func (*InsightsRequestBuilder) Patch ¶
func (m *InsightsRequestBuilder) Patch(options *InsightsRequestBuilderPatchOptions) error
Patch read-only. Nullable.
func (*InsightsRequestBuilder) SharedById ¶
func (m *InsightsRequestBuilder) SharedById(id string) *if5106cc51c89d49dab777a3bad4d2f60f1791257ebdb9793f092fde43062bbe4.SharedInsightRequestBuilder
SharedById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.insights.shared.item collection
func (*InsightsRequestBuilder) TrendingById ¶
func (m *InsightsRequestBuilder) TrendingById(id string) *iab3e868bd74f90122481d659f92b93937dc248e664cb771faabf5f029a1a664f.TrendingRequestBuilder
TrendingById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.insights.trending.item collection
func (*InsightsRequestBuilder) UsedById ¶
func (m *InsightsRequestBuilder) UsedById(id string) *ia144b1cd33e78603da2911ebd505e4e1bb01884db983335223d6dcd6008a9a5f.UsedInsightRequestBuilder
UsedById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.insights.used.item collection
type InsightsRequestBuilderDeleteOptions ¶
type InsightsRequestBuilderDeleteOptions 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 }
InsightsRequestBuilderDeleteOptions options for Delete
type InsightsRequestBuilderGetOptions ¶
type InsightsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *InsightsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
InsightsRequestBuilderGetOptions options for Get
type InsightsRequestBuilderGetQueryParameters ¶
type InsightsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
InsightsRequestBuilderGetQueryParameters read-only. Nullable.
type InsightsRequestBuilderPatchOptions ¶
type InsightsRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OfficeGraphInsights // 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 }
InsightsRequestBuilderPatchOptions options for Patch