Documentation ¶
Index ¶
- type DeleteOnenoteSectionPageContentOperationOptions
- type DeleteOnenoteSectionPageContentOperationResponse
- type GetOnenoteSectionPageContentOperationOptions
- type GetOnenoteSectionPageContentOperationResponse
- type OnenoteSectionPageContentClient
- func (c OnenoteSectionPageContentClient) DeleteOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result DeleteOnenoteSectionPageContentOperationResponse, err error)
- func (c OnenoteSectionPageContentClient) GetOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, ...) (result GetOnenoteSectionPageContentOperationResponse, err error)
- func (c OnenoteSectionPageContentClient) SetOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, input []byte, ...) (result SetOnenoteSectionPageContentOperationResponse, err error)
- type SetOnenoteSectionPageContentOperationOptions
- type SetOnenoteSectionPageContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOnenoteSectionPageContentOperationOptions ¶
type DeleteOnenoteSectionPageContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteSectionPageContentOperationOptions ¶
func DefaultDeleteOnenoteSectionPageContentOperationOptions() DeleteOnenoteSectionPageContentOperationOptions
func (DeleteOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o DeleteOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o DeleteOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o DeleteOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionPageContentOperationOptions ¶
type GetOnenoteSectionPageContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetOnenoteSectionPageContentOperationOptions ¶
func DefaultGetOnenoteSectionPageContentOperationOptions() GetOnenoteSectionPageContentOperationOptions
func (GetOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o GetOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o GetOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionPageContentClient ¶
func NewOnenoteSectionPageContentClientWithBaseURI ¶
func NewOnenoteSectionPageContentClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionPageContentClient, error)
func (OnenoteSectionPageContentClient) DeleteOnenoteSectionPageContent ¶
func (c OnenoteSectionPageContentClient) DeleteOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, options DeleteOnenoteSectionPageContentOperationOptions) (result DeleteOnenoteSectionPageContentOperationResponse, err error)
DeleteOnenoteSectionPageContent - Delete content for the navigation property pages in me. The page's HTML content.
func (OnenoteSectionPageContentClient) GetOnenoteSectionPageContent ¶
func (c OnenoteSectionPageContentClient) GetOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, options GetOnenoteSectionPageContentOperationOptions) (result GetOnenoteSectionPageContentOperationResponse, err error)
GetOnenoteSectionPageContent - Get content for the navigation property pages from me. The page's HTML content.
func (OnenoteSectionPageContentClient) SetOnenoteSectionPageContent ¶
func (c OnenoteSectionPageContentClient) SetOnenoteSectionPageContent(ctx context.Context, id stable.MeOnenoteSectionIdPageId, input []byte, options SetOnenoteSectionPageContentOperationOptions) (result SetOnenoteSectionPageContentOperationResponse, err error)
SetOnenoteSectionPageContent - Update content for the navigation property pages in me. The page's HTML content.
type SetOnenoteSectionPageContentOperationOptions ¶
type SetOnenoteSectionPageContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetOnenoteSectionPageContentOperationOptions ¶
func DefaultSetOnenoteSectionPageContentOperationOptions() SetOnenoteSectionPageContentOperationOptions
func (SetOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o SetOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (SetOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o SetOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (SetOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o SetOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.