Documentation ¶
Index ¶
- type OnenoteRequestBuilder
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation(options *OnenoteRequestBuilderDeleteOptions) (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformation(options *OnenoteRequestBuilderGetOptions) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(options *OnenoteRequestBuilderPatchOptions) (...)
- func (m *OnenoteRequestBuilder) Delete(options *OnenoteRequestBuilderDeleteOptions) error
- func (m *OnenoteRequestBuilder) Get(options *OnenoteRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Onenote, ...)
- func (m *OnenoteRequestBuilder) Notebooks() ...
- func (m *OnenoteRequestBuilder) NotebooksById(id string) ...
- func (m *OnenoteRequestBuilder) Operations() ...
- func (m *OnenoteRequestBuilder) OperationsById(id string) ...
- func (m *OnenoteRequestBuilder) Pages() ...
- func (m *OnenoteRequestBuilder) PagesById(id string) ...
- func (m *OnenoteRequestBuilder) Patch(options *OnenoteRequestBuilderPatchOptions) error
- func (m *OnenoteRequestBuilder) Resources() ...
- func (m *OnenoteRequestBuilder) ResourcesById(id string) ...
- func (m *OnenoteRequestBuilder) SectionGroups() ...
- func (m *OnenoteRequestBuilder) SectionGroupsById(id string) ...
- func (m *OnenoteRequestBuilder) Sections() ...
- func (m *OnenoteRequestBuilder) SectionsById(id string) ...
- type OnenoteRequestBuilderDeleteOptions
- type OnenoteRequestBuilderGetOptions
- type OnenoteRequestBuilderGetQueryParameters
- type OnenoteRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteRequestBuilder ¶
type OnenoteRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \sites\{site-id}\onenote
func NewOnenoteRequestBuilder ¶
func NewOnenoteRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OnenoteRequestBuilder
Instantiates a new OnenoteRequestBuilder 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 NewOnenoteRequestBuilderInternal ¶
func NewOnenoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OnenoteRequestBuilder
Instantiates a new OnenoteRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*OnenoteRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation(options *OnenoteRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) CreateGetRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateGetRequestInformation(options *OnenoteRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) CreatePatchRequestInformation ¶
func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(options *OnenoteRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) Delete ¶
func (m *OnenoteRequestBuilder) Delete(options *OnenoteRequestBuilderDeleteOptions) error
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) Get ¶
func (m *OnenoteRequestBuilder) Get(options *OnenoteRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Onenote, error)
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) NotebooksById ¶
func (m *OnenoteRequestBuilder) NotebooksById(id string) *i2ba021dd48264681e34929a50215efa4ffab4a38e1e781d5129ff35bc76ada21.NotebookRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.notebooks.item collection Parameters:
- id : Unique identifier of the item
func (*OnenoteRequestBuilder) Operations ¶
func (*OnenoteRequestBuilder) OperationsById ¶
func (m *OnenoteRequestBuilder) OperationsById(id string) *ie9c35a4053aa937b7cbd985746f2c474e4823ad0293ce536d11acb1d37b1f790.OnenoteOperationRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.operations.item collection Parameters:
- id : Unique identifier of the item
func (*OnenoteRequestBuilder) PagesById ¶
func (m *OnenoteRequestBuilder) PagesById(id string) *ie1466039fa513108cc7b0f3d5f87933999e122789d21aa1fd0e611cacc94cd21.OnenotePageRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.pages.item collection Parameters:
- id : Unique identifier of the item
func (*OnenoteRequestBuilder) Patch ¶
func (m *OnenoteRequestBuilder) Patch(options *OnenoteRequestBuilderPatchOptions) error
Calls the OneNote service for notebook related operations. Parameters:
- options : Options for the request
func (*OnenoteRequestBuilder) ResourcesById ¶
func (m *OnenoteRequestBuilder) ResourcesById(id string) *ib6e5547c6ec7db85ec94ebc2072c06598dc08ff7d88cc9151447095852200162.OnenoteResourceRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.resources.item collection Parameters:
- id : Unique identifier of the item
func (*OnenoteRequestBuilder) SectionGroups ¶
func (m *OnenoteRequestBuilder) SectionGroups() *ifc9a684d2dbdb1fe7d1eae49e0a8c30c188888963093335a2e0b25cb77cacb10.SectionGroupsRequestBuilder
func (*OnenoteRequestBuilder) SectionGroupsById ¶
func (m *OnenoteRequestBuilder) SectionGroupsById(id string) *i2e9176f71b9cfb53869eedb784edba98a6ec7f334a527247849d1da13f2a52a6.SectionGroupRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sectionGroups.item collection Parameters:
- id : Unique identifier of the item
func (*OnenoteRequestBuilder) SectionsById ¶
func (m *OnenoteRequestBuilder) SectionsById(id string) *ida022400bfcca3ce3366c6354f31a6136d19a7aa86866cfd1c28151b05cbee04.OnenoteSectionRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sections.item collection Parameters:
- id : Unique identifier of the item
type OnenoteRequestBuilderDeleteOptions ¶
type OnenoteRequestBuilderDeleteOptions 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 OnenoteRequestBuilderGetOptions ¶
type OnenoteRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *OnenoteRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type OnenoteRequestBuilderGetQueryParameters ¶
type OnenoteRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Calls the OneNote service for notebook related operations.
type OnenoteRequestBuilderPatchOptions ¶
type OnenoteRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Onenote // 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