Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type BaseSitePageOperationPredicate struct + func (p BaseSitePageOperationPredicate) Matches(input stable.BaseSitePage) bool + type CreateSitePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateSitePageOperationOptions() CreateSitePageOperationOptions + func (o CreateSitePageOperationOptions) ToHeaders() *client.Headers + func (o CreateSitePageOperationOptions) ToOData() *odata.Query + func (o CreateSitePageOperationOptions) ToQuery() *client.QueryParams + type CreateSitePageOperationResponse struct + HttpResponse *http.Response + Model stable.BaseSitePage + OData *odata.OData + type DeleteSitePageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteSitePageOperationOptions() DeleteSitePageOperationOptions + func (o DeleteSitePageOperationOptions) ToHeaders() *client.Headers + func (o DeleteSitePageOperationOptions) ToOData() *odata.Query + func (o DeleteSitePageOperationOptions) ToQuery() *client.QueryParams + type DeleteSitePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetSitePageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSitePageOperationOptions() GetSitePageOperationOptions + func (o GetSitePageOperationOptions) ToHeaders() *client.Headers + func (o GetSitePageOperationOptions) ToOData() *odata.Query + func (o GetSitePageOperationOptions) ToQuery() *client.QueryParams + type GetSitePageOperationResponse struct + HttpResponse *http.Response + Model stable.BaseSitePage + OData *odata.OData + type GetSitePagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSitePagesCountOperationOptions() GetSitePagesCountOperationOptions + func (o GetSitePagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetSitePagesCountOperationOptions) ToOData() *odata.Query + func (o GetSitePagesCountOperationOptions) ToQuery() *client.QueryParams + type GetSitePagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListSitePagesCompleteResult struct + Items []stable.BaseSitePage + LatestHttpResponse *http.Response + type ListSitePagesCustomPager struct + NextLink *odata.Link + func (p *ListSitePagesCustomPager) NextPageLink() *odata.Link + type ListSitePagesOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListSitePagesOperationOptions() ListSitePagesOperationOptions + func (o ListSitePagesOperationOptions) ToHeaders() *client.Headers + func (o ListSitePagesOperationOptions) ToOData() *odata.Query + func (o ListSitePagesOperationOptions) ToQuery() *client.QueryParams + type ListSitePagesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.BaseSitePage + OData *odata.OData + type SitePageClient struct + Client *msgraph.Client + func NewSitePageClientWithBaseURI(sdkApi sdkEnv.Api) (*SitePageClient, error) + func (c SitePageClient) CreateSitePage(ctx context.Context, id stable.GroupIdSiteId, input stable.BaseSitePage, ...) (result CreateSitePageOperationResponse, err error) + func (c SitePageClient) DeleteSitePage(ctx context.Context, id stable.GroupIdSiteIdPageId, ...) (result DeleteSitePageOperationResponse, err error) + func (c SitePageClient) GetSitePage(ctx context.Context, id stable.GroupIdSiteIdPageId, ...) (result GetSitePageOperationResponse, err error) + func (c SitePageClient) GetSitePagesCount(ctx context.Context, id stable.GroupIdSiteId, ...) (result GetSitePagesCountOperationResponse, err error) + func (c SitePageClient) ListSitePages(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSitePagesOperationResponse, err error) + func (c SitePageClient) ListSitePagesComplete(ctx context.Context, id stable.GroupIdSiteId, ...) (ListSitePagesCompleteResult, error) + func (c SitePageClient) ListSitePagesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSitePagesCompleteResult, err error) + func (c SitePageClient) UpdateSitePage(ctx context.Context, id stable.GroupIdSiteIdPageId, input stable.BaseSitePage, ...) (result UpdateSitePageOperationResponse, err error) + type UpdateSitePageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSitePageOperationOptions() UpdateSitePageOperationOptions + func (o UpdateSitePageOperationOptions) ToHeaders() *client.Headers + func (o UpdateSitePageOperationOptions) ToOData() *odata.Query + func (o UpdateSitePageOperationOptions) ToQuery() *client.QueryParams + type UpdateSitePageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData