Documentation
¶
Index ¶
- type SectionGroupsRequestBuilder
- func (m *SectionGroupsRequestBuilder) Count() ...
- func (m *SectionGroupsRequestBuilder) CreateGetRequestInformation(options *SectionGroupsRequestBuilderGetOptions) (...)
- func (m *SectionGroupsRequestBuilder) CreatePostRequestInformation(options *SectionGroupsRequestBuilderPostOptions) (...)
- func (m *SectionGroupsRequestBuilder) Get(options *SectionGroupsRequestBuilderGetOptions) (...)
- func (m *SectionGroupsRequestBuilder) Post(options *SectionGroupsRequestBuilderPostOptions) (...)
- type SectionGroupsRequestBuilderGetOptions
- type SectionGroupsRequestBuilderGetQueryParameters
- type SectionGroupsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SectionGroupsRequestBuilder ¶
type SectionGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
SectionGroupsRequestBuilder provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity.
func NewSectionGroupsRequestBuilder ¶
func NewSectionGroupsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupsRequestBuilder
NewSectionGroupsRequestBuilder instantiates a new SectionGroupsRequestBuilder and sets the default values.
func NewSectionGroupsRequestBuilderInternal ¶
func NewSectionGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupsRequestBuilder
NewSectionGroupsRequestBuilderInternal instantiates a new SectionGroupsRequestBuilder and sets the default values.
func (*SectionGroupsRequestBuilder) CreateGetRequestInformation ¶
func (m *SectionGroupsRequestBuilder) CreateGetRequestInformation(options *SectionGroupsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupsRequestBuilder) CreatePostRequestInformation ¶
func (m *SectionGroupsRequestBuilder) CreatePostRequestInformation(options *SectionGroupsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to sectionGroups for me
func (*SectionGroupsRequestBuilder) Get ¶
func (m *SectionGroupsRequestBuilder) Get(options *SectionGroupsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroupCollectionResponseable, error)
Get the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionGroupsRequestBuilder) Post ¶
func (m *SectionGroupsRequestBuilder) Post(options *SectionGroupsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroupable, error)
Post create new navigation property to sectionGroups for me
type SectionGroupsRequestBuilderGetOptions ¶
type SectionGroupsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *SectionGroupsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
SectionGroupsRequestBuilderGetOptions options for Get
type SectionGroupsRequestBuilderGetQueryParameters ¶
type SectionGroupsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
SectionGroupsRequestBuilderGetQueryParameters the section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type SectionGroupsRequestBuilderPostOptions ¶
type SectionGroupsRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroupable
// 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
}
SectionGroupsRequestBuilderPostOptions options for Post