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 CreateSettingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateSettingOperationOptions() CreateSettingOperationOptions + func (o CreateSettingOperationOptions) ToHeaders() *client.Headers + func (o CreateSettingOperationOptions) ToOData() *odata.Query + func (o CreateSettingOperationOptions) ToQuery() *client.QueryParams + type CreateSettingOperationResponse struct + HttpResponse *http.Response + Model *stable.GroupSetting + OData *odata.OData + type DeleteSettingOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteSettingOperationOptions() DeleteSettingOperationOptions + func (o DeleteSettingOperationOptions) ToHeaders() *client.Headers + func (o DeleteSettingOperationOptions) ToOData() *odata.Query + func (o DeleteSettingOperationOptions) ToQuery() *client.QueryParams + type DeleteSettingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetSettingOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSettingOperationOptions() GetSettingOperationOptions + func (o GetSettingOperationOptions) ToHeaders() *client.Headers + func (o GetSettingOperationOptions) ToOData() *odata.Query + func (o GetSettingOperationOptions) ToQuery() *client.QueryParams + type GetSettingOperationResponse struct + HttpResponse *http.Response + Model *stable.GroupSetting + OData *odata.OData + type GetSettingsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSettingsCountOperationOptions() GetSettingsCountOperationOptions + func (o GetSettingsCountOperationOptions) ToHeaders() *client.Headers + func (o GetSettingsCountOperationOptions) ToOData() *odata.Query + func (o GetSettingsCountOperationOptions) ToQuery() *client.QueryParams + type GetSettingsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GroupSettingOperationPredicate struct + func (p GroupSettingOperationPredicate) Matches(input stable.GroupSetting) bool + type ListSettingsCompleteResult struct + Items []stable.GroupSetting + LatestHttpResponse *http.Response + type ListSettingsCustomPager struct + NextLink *odata.Link + func (p *ListSettingsCustomPager) NextPageLink() *odata.Link + type ListSettingsOperationOptions 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 DefaultListSettingsOperationOptions() ListSettingsOperationOptions + func (o ListSettingsOperationOptions) ToHeaders() *client.Headers + func (o ListSettingsOperationOptions) ToOData() *odata.Query + func (o ListSettingsOperationOptions) ToQuery() *client.QueryParams + type ListSettingsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.GroupSetting + OData *odata.OData + type SettingClient struct + Client *msgraph.Client + func NewSettingClientWithBaseURI(sdkApi sdkEnv.Api) (*SettingClient, error) + func (c SettingClient) CreateSetting(ctx context.Context, id stable.GroupId, input stable.GroupSetting, ...) (result CreateSettingOperationResponse, err error) + func (c SettingClient) DeleteSetting(ctx context.Context, id stable.GroupIdSettingId, ...) (result DeleteSettingOperationResponse, err error) + func (c SettingClient) GetSetting(ctx context.Context, id stable.GroupIdSettingId, ...) (result GetSettingOperationResponse, err error) + func (c SettingClient) GetSettingsCount(ctx context.Context, id stable.GroupId, ...) (result GetSettingsCountOperationResponse, err error) + func (c SettingClient) ListSettings(ctx context.Context, id stable.GroupId, options ListSettingsOperationOptions) (result ListSettingsOperationResponse, err error) + func (c SettingClient) ListSettingsComplete(ctx context.Context, id stable.GroupId, options ListSettingsOperationOptions) (ListSettingsCompleteResult, error) + func (c SettingClient) ListSettingsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, options ListSettingsOperationOptions, ...) (result ListSettingsCompleteResult, err error) + func (c SettingClient) UpdateSetting(ctx context.Context, id stable.GroupIdSettingId, input stable.GroupSetting, ...) (result UpdateSettingOperationResponse, err error) + type UpdateSettingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSettingOperationOptions() UpdateSettingOperationOptions + func (o UpdateSettingOperationOptions) ToHeaders() *client.Headers + func (o UpdateSettingOperationOptions) ToOData() *odata.Query + func (o UpdateSettingOperationOptions) ToQuery() *client.QueryParams + type UpdateSettingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData