Documentation ¶
Index ¶
- type DeleteSiteOnenoteSectionPageContentOperationOptions
- type DeleteSiteOnenoteSectionPageContentOperationResponse
- type GetSiteOnenoteSectionPageContentOperationOptions
- type GetSiteOnenoteSectionPageContentOperationResponse
- type SetSiteOnenoteSectionPageContentOperationOptions
- type SetSiteOnenoteSectionPageContentOperationResponse
- type SiteOnenoteSectionPageContentClient
- func (c SiteOnenoteSectionPageContentClient) DeleteSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, ...) (result DeleteSiteOnenoteSectionPageContentOperationResponse, err error)
- func (c SiteOnenoteSectionPageContentClient) GetSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, ...) (result GetSiteOnenoteSectionPageContentOperationResponse, err error)
- func (c SiteOnenoteSectionPageContentClient) SetSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, ...) (result SetSiteOnenoteSectionPageContentOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSiteOnenoteSectionPageContentOperationOptions ¶
type DeleteSiteOnenoteSectionPageContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteOnenoteSectionPageContentOperationOptions ¶
func DefaultDeleteSiteOnenoteSectionPageContentOperationOptions() DeleteSiteOnenoteSectionPageContentOperationOptions
func (DeleteSiteOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o DeleteSiteOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o DeleteSiteOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (DeleteSiteOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o DeleteSiteOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type GetSiteOnenoteSectionPageContentOperationOptions ¶
type GetSiteOnenoteSectionPageContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetSiteOnenoteSectionPageContentOperationOptions ¶
func DefaultGetSiteOnenoteSectionPageContentOperationOptions() GetSiteOnenoteSectionPageContentOperationOptions
func (GetSiteOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o GetSiteOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (GetSiteOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o GetSiteOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (GetSiteOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o GetSiteOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type SetSiteOnenoteSectionPageContentOperationOptions ¶
type SetSiteOnenoteSectionPageContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetSiteOnenoteSectionPageContentOperationOptions ¶
func DefaultSetSiteOnenoteSectionPageContentOperationOptions() SetSiteOnenoteSectionPageContentOperationOptions
func (SetSiteOnenoteSectionPageContentOperationOptions) ToHeaders ¶
func (o SetSiteOnenoteSectionPageContentOperationOptions) ToHeaders() *client.Headers
func (SetSiteOnenoteSectionPageContentOperationOptions) ToOData ¶
func (o SetSiteOnenoteSectionPageContentOperationOptions) ToOData() *odata.Query
func (SetSiteOnenoteSectionPageContentOperationOptions) ToQuery ¶
func (o SetSiteOnenoteSectionPageContentOperationOptions) ToQuery() *client.QueryParams
type SiteOnenoteSectionPageContentClient ¶
func NewSiteOnenoteSectionPageContentClientWithBaseURI ¶
func NewSiteOnenoteSectionPageContentClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteSectionPageContentClient, error)
func (SiteOnenoteSectionPageContentClient) DeleteSiteOnenoteSectionPageContent ¶
func (c SiteOnenoteSectionPageContentClient) DeleteSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, options DeleteSiteOnenoteSectionPageContentOperationOptions) (result DeleteSiteOnenoteSectionPageContentOperationResponse, err error)
DeleteSiteOnenoteSectionPageContent - Delete content for the navigation property pages in groups. The page's HTML content.
func (SiteOnenoteSectionPageContentClient) GetSiteOnenoteSectionPageContent ¶
func (c SiteOnenoteSectionPageContentClient) GetSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, options GetSiteOnenoteSectionPageContentOperationOptions) (result GetSiteOnenoteSectionPageContentOperationResponse, err error)
GetSiteOnenoteSectionPageContent - Get content for the navigation property pages from groups. The page's HTML content.
func (SiteOnenoteSectionPageContentClient) SetSiteOnenoteSectionPageContent ¶
func (c SiteOnenoteSectionPageContentClient) SetSiteOnenoteSectionPageContent(ctx context.Context, id stable.GroupIdSiteIdOnenoteSectionIdPageId, input []byte, options SetSiteOnenoteSectionPageContentOperationOptions) (result SetSiteOnenoteSectionPageContentOperationResponse, err error)
SetSiteOnenoteSectionPageContent - Update content for the navigation property pages in groups. The page's HTML content.
Click to show internal directories.
Click to hide internal directories.