Documentation
¶
Index ¶
- type SectionGroupRequestBuilder
- func (m *SectionGroupRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupRequestBuilderDeleteOptions) (...)
- func (m *SectionGroupRequestBuilder) CreateGetRequestInformation(options *SectionGroupRequestBuilderGetOptions) (...)
- func (m *SectionGroupRequestBuilder) CreatePatchRequestInformation(options *SectionGroupRequestBuilderPatchOptions) (...)
- func (m *SectionGroupRequestBuilder) Delete(options *SectionGroupRequestBuilderDeleteOptions) error
- func (m *SectionGroupRequestBuilder) Get(options *SectionGroupRequestBuilderGetOptions) (...)
- func (m *SectionGroupRequestBuilder) Patch(options *SectionGroupRequestBuilderPatchOptions) error
- type SectionGroupRequestBuilderDeleteOptions
- type SectionGroupRequestBuilderGetOptions
- type SectionGroupRequestBuilderGetQueryParameters
- type SectionGroupRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SectionGroupRequestBuilder ¶
type SectionGroupRequestBuilder struct {
// contains filtered or unexported fields
}
SectionGroupRequestBuilder builds and executes requests for operations under \me\onenote\sections\{onenoteSection-id}\parentSectionGroup\sectionGroups\{sectionGroup-id}
func NewSectionGroupRequestBuilder ¶
func NewSectionGroupRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupRequestBuilder
NewSectionGroupRequestBuilder instantiates a new SectionGroupRequestBuilder and sets the default values.
func NewSectionGroupRequestBuilderInternal ¶
func NewSectionGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SectionGroupRequestBuilder
NewSectionGroupRequestBuilderInternal instantiates a new SectionGroupRequestBuilder and sets the default values.
func (*SectionGroupRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreateDeleteRequestInformation(options *SectionGroupRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the section groups in the section. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreateGetRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreateGetRequestInformation(options *SectionGroupRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the section groups in the section. Read-only. Nullable.
func (*SectionGroupRequestBuilder) CreatePatchRequestInformation ¶
func (m *SectionGroupRequestBuilder) CreatePatchRequestInformation(options *SectionGroupRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the section groups in the section. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Delete ¶
func (m *SectionGroupRequestBuilder) Delete(options *SectionGroupRequestBuilderDeleteOptions) error
Delete the section groups in the section. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Get ¶
func (m *SectionGroupRequestBuilder) Get(options *SectionGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup, error)
Get the section groups in the section. Read-only. Nullable.
func (*SectionGroupRequestBuilder) Patch ¶
func (m *SectionGroupRequestBuilder) Patch(options *SectionGroupRequestBuilderPatchOptions) error
Patch the section groups in the section. Read-only. Nullable.
type SectionGroupRequestBuilderDeleteOptions ¶
type SectionGroupRequestBuilderDeleteOptions 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 }
SectionGroupRequestBuilderDeleteOptions options for Delete
type SectionGroupRequestBuilderGetOptions ¶
type SectionGroupRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SectionGroupRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SectionGroupRequestBuilderGetOptions options for Get
type SectionGroupRequestBuilderGetQueryParameters ¶
type SectionGroupRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
SectionGroupRequestBuilderGetQueryParameters the section groups in the section. Read-only. Nullable.
type SectionGroupRequestBuilderPatchOptions ¶
type SectionGroupRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SectionGroup // 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 }
SectionGroupRequestBuilderPatchOptions options for Patch