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 CreateSiteListOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateSiteListOperationOptions() CreateSiteListOperationOptions + func (o CreateSiteListOperationOptions) ToHeaders() *client.Headers + func (o CreateSiteListOperationOptions) ToOData() *odata.Query + func (o CreateSiteListOperationOptions) ToQuery() *client.QueryParams + type CreateSiteListOperationResponse struct + HttpResponse *http.Response + Model *beta.List + OData *odata.OData + type DeleteSiteListOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteSiteListOperationOptions() DeleteSiteListOperationOptions + func (o DeleteSiteListOperationOptions) ToHeaders() *client.Headers + func (o DeleteSiteListOperationOptions) ToOData() *odata.Query + func (o DeleteSiteListOperationOptions) ToQuery() *client.QueryParams + type DeleteSiteListOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetSiteListOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSiteListOperationOptions() GetSiteListOperationOptions + func (o GetSiteListOperationOptions) ToHeaders() *client.Headers + func (o GetSiteListOperationOptions) ToOData() *odata.Query + func (o GetSiteListOperationOptions) ToQuery() *client.QueryParams + type GetSiteListOperationResponse struct + HttpResponse *http.Response + Model *beta.List + OData *odata.OData + type GetSiteListsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSiteListsCountOperationOptions() GetSiteListsCountOperationOptions + func (o GetSiteListsCountOperationOptions) ToHeaders() *client.Headers + func (o GetSiteListsCountOperationOptions) ToOData() *odata.Query + func (o GetSiteListsCountOperationOptions) ToQuery() *client.QueryParams + type GetSiteListsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListOperationPredicate struct + func (p ListOperationPredicate) Matches(input beta.List) bool + type ListSiteListsCompleteResult struct + Items []beta.List + LatestHttpResponse *http.Response + type ListSiteListsCustomPager struct + NextLink *odata.Link + func (p *ListSiteListsCustomPager) NextPageLink() *odata.Link + type ListSiteListsOperationOptions 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 DefaultListSiteListsOperationOptions() ListSiteListsOperationOptions + func (o ListSiteListsOperationOptions) ToHeaders() *client.Headers + func (o ListSiteListsOperationOptions) ToOData() *odata.Query + func (o ListSiteListsOperationOptions) ToQuery() *client.QueryParams + type ListSiteListsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.List + OData *odata.OData + type SiteListClient struct + Client *msgraph.Client + func NewSiteListClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteListClient, error) + func (c SiteListClient) CreateSiteList(ctx context.Context, id beta.GroupIdSiteId, input beta.List, ...) (result CreateSiteListOperationResponse, err error) + func (c SiteListClient) DeleteSiteList(ctx context.Context, id beta.GroupIdSiteIdListId, ...) (result DeleteSiteListOperationResponse, err error) + func (c SiteListClient) GetSiteList(ctx context.Context, id beta.GroupIdSiteIdListId, ...) (result GetSiteListOperationResponse, err error) + func (c SiteListClient) GetSiteListsCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteListsCountOperationResponse, err error) + func (c SiteListClient) ListSiteLists(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteListsOperationResponse, err error) + func (c SiteListClient) ListSiteListsComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteListsCompleteResult, error) + func (c SiteListClient) ListSiteListsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteListsCompleteResult, err error) + func (c SiteListClient) UpdateSiteList(ctx context.Context, id beta.GroupIdSiteIdListId, input beta.List, ...) (result UpdateSiteListOperationResponse, err error) + type UpdateSiteListOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSiteListOperationOptions() UpdateSiteListOperationOptions + func (o UpdateSiteListOperationOptions) ToHeaders() *client.Headers + func (o UpdateSiteListOperationOptions) ToOData() *odata.Query + func (o UpdateSiteListOperationOptions) ToQuery() *client.QueryParams + type UpdateSiteListOperationResponse struct + HttpResponse *http.Response + OData *odata.OData