Documentation ¶
Index ¶
- type DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions
- type DeleteSiteOnenoteSectionGroupSectionPageContentOperationResponse
- type GetSiteOnenoteSectionGroupSectionPageContentOperationOptions
- type GetSiteOnenoteSectionGroupSectionPageContentOperationResponse
- type SetSiteOnenoteSectionGroupSectionPageContentOperationOptions
- type SetSiteOnenoteSectionGroupSectionPageContentOperationResponse
- type SiteOnenoteSectionGroupSectionPageContentClient
- func (c SiteOnenoteSectionGroupSectionPageContentClient) DeleteSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, ...) (result DeleteSiteOnenoteSectionGroupSectionPageContentOperationResponse, ...)
- func (c SiteOnenoteSectionGroupSectionPageContentClient) GetSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, ...) (result GetSiteOnenoteSectionGroupSectionPageContentOperationResponse, ...)
- func (c SiteOnenoteSectionGroupSectionPageContentClient) SetSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, ...) (result SetSiteOnenoteSectionGroupSectionPageContentOperationResponse, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
type DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions() DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions
func (DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
type GetSiteOnenoteSectionGroupSectionPageContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultGetSiteOnenoteSectionGroupSectionPageContentOperationOptions() GetSiteOnenoteSectionGroupSectionPageContentOperationOptions
func (GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type SetSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
type SetSiteOnenoteSectionGroupSectionPageContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetSiteOnenoteSectionGroupSectionPageContentOperationOptions ¶
func DefaultSetSiteOnenoteSectionGroupSectionPageContentOperationOptions() SetSiteOnenoteSectionGroupSectionPageContentOperationOptions
func (SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders ¶
func (o SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData ¶
func (o SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToOData() *odata.Query
func (SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery ¶
func (o SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type SiteOnenoteSectionGroupSectionPageContentClient ¶
func NewSiteOnenoteSectionGroupSectionPageContentClientWithBaseURI ¶
func NewSiteOnenoteSectionGroupSectionPageContentClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionGroupSectionPageContentClient, error)
func (SiteOnenoteSectionGroupSectionPageContentClient) DeleteSiteOnenoteSectionGroupSectionPageContent ¶
func (c SiteOnenoteSectionGroupSectionPageContentClient) DeleteSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, options DeleteSiteOnenoteSectionGroupSectionPageContentOperationOptions) (result DeleteSiteOnenoteSectionGroupSectionPageContentOperationResponse, err error)
DeleteSiteOnenoteSectionGroupSectionPageContent - Delete content for the navigation property pages in groups. The page's HTML content.
func (SiteOnenoteSectionGroupSectionPageContentClient) GetSiteOnenoteSectionGroupSectionPageContent ¶
func (c SiteOnenoteSectionGroupSectionPageContentClient) GetSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, options GetSiteOnenoteSectionGroupSectionPageContentOperationOptions) (result GetSiteOnenoteSectionGroupSectionPageContentOperationResponse, err error)
GetSiteOnenoteSectionGroupSectionPageContent - Get content for the navigation property pages from groups. The page's HTML content.
func (SiteOnenoteSectionGroupSectionPageContentClient) SetSiteOnenoteSectionGroupSectionPageContent ¶
func (c SiteOnenoteSectionGroupSectionPageContentClient) SetSiteOnenoteSectionGroupSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionGroupIdSectionIdPageId, input []byte, options SetSiteOnenoteSectionGroupSectionPageContentOperationOptions) (result SetSiteOnenoteSectionGroupSectionPageContentOperationResponse, err error)
SetSiteOnenoteSectionGroupSectionPageContent - Update content for the navigation property pages in groups. The page's HTML content.
Click to show internal directories.
Click to hide internal directories.