Documentation ¶
Index ¶
- type OnenoteRequestBuilder
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *OnenoteRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, ...)
- 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(ctx context.Context, ...) 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 OnenoteRequestBuilderDeleteRequestConfiguration
- type OnenoteRequestBuilderGetQueryParameters
- type OnenoteRequestBuilderGetRequestConfiguration
- type OnenoteRequestBuilderPatchRequestConfiguration
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
}
OnenoteRequestBuilder provides operations to manage the onenote property of the microsoft.graph.site entity.
func NewOnenoteRequestBuilder ¶
func NewOnenoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilder instantiates a new OnenoteRequestBuilder and sets the default values.
func NewOnenoteRequestBuilderInternal ¶
func NewOnenoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilderInternal instantiates a new OnenoteRequestBuilder and sets the default values.
func (*OnenoteRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property onenote for sites
func (*OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property onenote for sites
func (*OnenoteRequestBuilder) CreateGetRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) CreatePatchRequestInformation ¶
func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property onenote in sites
func (*OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property onenote in sites
func (*OnenoteRequestBuilder) Delete ¶
func (m *OnenoteRequestBuilder) Delete(ctx context.Context, requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property onenote for sites
func (*OnenoteRequestBuilder) Get ¶
func (m *OnenoteRequestBuilder) Get(ctx context.Context, requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, error)
Get calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) Notebooks ¶
func (m *OnenoteRequestBuilder) Notebooks() *id056e9dcc48f2e5766390396802781a6f6e4a85d729a1d7f65531745ed03bd15.NotebooksRequestBuilder
Notebooks the notebooks property
func (*OnenoteRequestBuilder) NotebooksById ¶
func (m *OnenoteRequestBuilder) NotebooksById(id string) *i2ba021dd48264681e34929a50215efa4ffab4a38e1e781d5129ff35bc76ada21.NotebookItemRequestBuilder
NotebooksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.notebooks.item collection
func (*OnenoteRequestBuilder) Operations ¶
func (m *OnenoteRequestBuilder) Operations() *ifedb0f50ef2ef408f7a3fbfc146cacec13291103da0bba733f4b2757f5d4de71.OperationsRequestBuilder
Operations the operations property
func (*OnenoteRequestBuilder) OperationsById ¶
func (m *OnenoteRequestBuilder) OperationsById(id string) *ie9c35a4053aa937b7cbd985746f2c474e4823ad0293ce536d11acb1d37b1f790.OnenoteOperationItemRequestBuilder
OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.operations.item collection
func (*OnenoteRequestBuilder) Pages ¶
func (m *OnenoteRequestBuilder) Pages() *i025d995a3eab0912bb44d350ddf5d7a3b0aeb9332e0629260ad912238bc917e4.PagesRequestBuilder
Pages the pages property
func (*OnenoteRequestBuilder) PagesById ¶
func (m *OnenoteRequestBuilder) PagesById(id string) *ie1466039fa513108cc7b0f3d5f87933999e122789d21aa1fd0e611cacc94cd21.OnenotePageItemRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.pages.item collection
func (*OnenoteRequestBuilder) Patch ¶
func (m *OnenoteRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property onenote in sites
func (*OnenoteRequestBuilder) Resources ¶
func (m *OnenoteRequestBuilder) Resources() *i0decb69f831ce545caa107a838115b23576ee1efac361ea22cf80d81cb4ded00.ResourcesRequestBuilder
Resources the resources property
func (*OnenoteRequestBuilder) ResourcesById ¶
func (m *OnenoteRequestBuilder) ResourcesById(id string) *ib6e5547c6ec7db85ec94ebc2072c06598dc08ff7d88cc9151447095852200162.OnenoteResourceItemRequestBuilder
ResourcesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.resources.item collection
func (*OnenoteRequestBuilder) SectionGroups ¶
func (m *OnenoteRequestBuilder) SectionGroups() *ifc9a684d2dbdb1fe7d1eae49e0a8c30c188888963093335a2e0b25cb77cacb10.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*OnenoteRequestBuilder) SectionGroupsById ¶
func (m *OnenoteRequestBuilder) SectionGroupsById(id string) *i2e9176f71b9cfb53869eedb784edba98a6ec7f334a527247849d1da13f2a52a6.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sectionGroups.item collection
func (*OnenoteRequestBuilder) Sections ¶
func (m *OnenoteRequestBuilder) Sections() *iff11e6eb619f9d0b688f685398702dc1c9c46658026db69f2e1441e49a1f8f3b.SectionsRequestBuilder
Sections the sections property
func (*OnenoteRequestBuilder) SectionsById ¶
func (m *OnenoteRequestBuilder) SectionsById(id string) *ida022400bfcca3ce3366c6354f31a6136d19a7aa86866cfd1c28151b05cbee04.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.onenote.sections.item collection
type OnenoteRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderGetQueryParameters ¶
type OnenoteRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenoteRequestBuilderGetQueryParameters calls the OneNote service for notebook related operations.
type OnenoteRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteRequestBuilderGetQueryParameters }
OnenoteRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.