Documentation ¶
Index ¶
- type DeleteOnenoteSectionGroupSectionPageContentOperationOptions
- type DeleteOnenoteSectionGroupSectionPageContentOperationResponse
- type GetOnenoteSectionGroupSectionPageContentOperationOptions
- type GetOnenoteSectionGroupSectionPageContentOperationResponse
- type OnenoteSectionGroupSectionPageContentClient
- func (c OnenoteSectionGroupSectionPageContentClient) DeleteOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result DeleteOnenoteSectionGroupSectionPageContentOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageContentClient) GetOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result GetOnenoteSectionGroupSectionPageContentOperationResponse, err error)
- func (c OnenoteSectionGroupSectionPageContentClient) SetOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, ...) (result SetOnenoteSectionGroupSectionPageContentOperationResponse, err error)
- type SetOnenoteSectionGroupSectionPageContentOperationOptions
- type SetOnenoteSectionGroupSectionPageContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOnenoteSectionGroupSectionPageContentOperationOptions ¶
type DeleteOnenoteSectionGroupSectionPageContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultDeleteOnenoteSectionGroupSectionPageContentOperationOptions() DeleteOnenoteSectionGroupSectionPageContentOperationOptions
func (DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o DeleteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type GetOnenoteSectionGroupSectionPageContentOperationOptions ¶
type GetOnenoteSectionGroupSectionPageContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultGetOnenoteSectionGroupSectionPageContentOperationOptions() GetOnenoteSectionGroupSectionPageContentOperationOptions
func (GetOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o GetOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (GetOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o GetOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (GetOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o GetOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type OnenoteSectionGroupSectionPageContentClient ¶
func NewOnenoteSectionGroupSectionPageContentClientWithBaseURI ¶
func NewOnenoteSectionGroupSectionPageContentClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteSectionGroupSectionPageContentClient, error)
func (OnenoteSectionGroupSectionPageContentClient) DeleteOnenoteSectionGroupSectionPageContent ¶
func (c OnenoteSectionGroupSectionPageContentClient) DeleteOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, options DeleteOnenoteSectionGroupSectionPageContentOperationOptions) (result DeleteOnenoteSectionGroupSectionPageContentOperationResponse, err error)
DeleteOnenoteSectionGroupSectionPageContent - Delete content for the navigation property pages in users. The page's HTML content.
func (OnenoteSectionGroupSectionPageContentClient) GetOnenoteSectionGroupSectionPageContent ¶
func (c OnenoteSectionGroupSectionPageContentClient) GetOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, options GetOnenoteSectionGroupSectionPageContentOperationOptions) (result GetOnenoteSectionGroupSectionPageContentOperationResponse, err error)
GetOnenoteSectionGroupSectionPageContent - Get content for the navigation property pages from users. The page's HTML content.
func (OnenoteSectionGroupSectionPageContentClient) SetOnenoteSectionGroupSectionPageContent ¶
func (c OnenoteSectionGroupSectionPageContentClient) SetOnenoteSectionGroupSectionPageContent(ctx context.Context, id beta.UserIdOnenoteSectionGroupIdSectionIdPageId, input []byte, options SetOnenoteSectionGroupSectionPageContentOperationOptions) (result SetOnenoteSectionGroupSectionPageContentOperationResponse, err error)
SetOnenoteSectionGroupSectionPageContent - Update content for the navigation property pages in users. The page's HTML content.
type SetOnenoteSectionGroupSectionPageContentOperationOptions ¶
type SetOnenoteSectionGroupSectionPageContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultSetOnenoteSectionGroupSectionPageContentOperationOptions() SetOnenoteSectionGroupSectionPageContentOperationOptions
func (SetOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o SetOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (SetOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o SetOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (SetOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o SetOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.