Documentation ¶
Index ¶
- type DeleteOnenoteNotebookSectionPageContentOperationOptions
- type DeleteOnenoteNotebookSectionPageContentOperationResponse
- type GetOnenoteNotebookSectionPageContentOperationOptions
- type GetOnenoteNotebookSectionPageContentOperationResponse
- type OnenoteNotebookSectionPageContentClient
- func (c OnenoteNotebookSectionPageContentClient) DeleteOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, ...) (result DeleteOnenoteNotebookSectionPageContentOperationResponse, err error)
- func (c OnenoteNotebookSectionPageContentClient) GetOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, ...) (result GetOnenoteNotebookSectionPageContentOperationResponse, err error)
- func (c OnenoteNotebookSectionPageContentClient) SetOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, ...) (result SetOnenoteNotebookSectionPageContentOperationResponse, err error)
- type SetOnenoteNotebookSectionPageContentOperationOptions
- type SetOnenoteNotebookSectionPageContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOnenoteNotebookSectionPageContentOperationOptions ¶
type DeleteOnenoteNotebookSectionPageContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteNotebookSectionPageContentOperationOptions ¶
func DefaultDeleteOnenoteNotebookSectionPageContentOperationOptions() DeleteOnenoteNotebookSectionPageContentOperationOptions
func (DeleteOnenoteNotebookSectionPageContentOperationOptions) ToHeaders ¶
func (o DeleteOnenoteNotebookSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteNotebookSectionPageContentOperationOptions) ToOData ¶
func (o DeleteOnenoteNotebookSectionPageContentOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteNotebookSectionPageContentOperationOptions) ToQuery ¶
func (o DeleteOnenoteNotebookSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteNotebookSectionPageContentOperationOptions ¶
type GetOnenoteNotebookSectionPageContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetOnenoteNotebookSectionPageContentOperationOptions ¶
func DefaultGetOnenoteNotebookSectionPageContentOperationOptions() GetOnenoteNotebookSectionPageContentOperationOptions
func (GetOnenoteNotebookSectionPageContentOperationOptions) ToHeaders ¶
func (o GetOnenoteNotebookSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteNotebookSectionPageContentOperationOptions) ToOData ¶
func (o GetOnenoteNotebookSectionPageContentOperationOptions) ToOData() *odata.Query
func (GetOnenoteNotebookSectionPageContentOperationOptions) ToQuery ¶
func (o GetOnenoteNotebookSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type OnenoteNotebookSectionPageContentClient ¶
func NewOnenoteNotebookSectionPageContentClientWithBaseURI ¶
func NewOnenoteNotebookSectionPageContentClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionPageContentClient, error)
func (OnenoteNotebookSectionPageContentClient) DeleteOnenoteNotebookSectionPageContent ¶
func (c OnenoteNotebookSectionPageContentClient) DeleteOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, options DeleteOnenoteNotebookSectionPageContentOperationOptions) (result DeleteOnenoteNotebookSectionPageContentOperationResponse, err error)
DeleteOnenoteNotebookSectionPageContent - Delete content for the navigation property pages in users. The page's HTML content.
func (OnenoteNotebookSectionPageContentClient) GetOnenoteNotebookSectionPageContent ¶
func (c OnenoteNotebookSectionPageContentClient) GetOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, options GetOnenoteNotebookSectionPageContentOperationOptions) (result GetOnenoteNotebookSectionPageContentOperationResponse, err error)
GetOnenoteNotebookSectionPageContent - Get content for the navigation property pages from users. The page's HTML content.
func (OnenoteNotebookSectionPageContentClient) SetOnenoteNotebookSectionPageContent ¶
func (c OnenoteNotebookSectionPageContentClient) SetOnenoteNotebookSectionPageContent(ctx context.Context, id beta.UserIdOnenoteNotebookIdSectionIdPageId, input []byte, options SetOnenoteNotebookSectionPageContentOperationOptions) (result SetOnenoteNotebookSectionPageContentOperationResponse, err error)
SetOnenoteNotebookSectionPageContent - Update content for the navigation property pages in users. The page's HTML content.
type SetOnenoteNotebookSectionPageContentOperationOptions ¶
type SetOnenoteNotebookSectionPageContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetOnenoteNotebookSectionPageContentOperationOptions ¶
func DefaultSetOnenoteNotebookSectionPageContentOperationOptions() SetOnenoteNotebookSectionPageContentOperationOptions
func (SetOnenoteNotebookSectionPageContentOperationOptions) ToHeaders ¶
func (o SetOnenoteNotebookSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (SetOnenoteNotebookSectionPageContentOperationOptions) ToOData ¶
func (o SetOnenoteNotebookSectionPageContentOperationOptions) ToOData() *odata.Query
func (SetOnenoteNotebookSectionPageContentOperationOptions) ToQuery ¶
func (o SetOnenoteNotebookSectionPageContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.