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 AgreementAcceptanceClient struct + Client *msgraph.Client + func NewAgreementAcceptanceClientWithBaseURI(sdkApi sdkEnv.Api) (*AgreementAcceptanceClient, error) + func (c AgreementAcceptanceClient) GetAgreementAcceptance(ctx context.Context, id stable.MeAgreementAcceptanceId, ...) (result GetAgreementAcceptanceOperationResponse, err error) + func (c AgreementAcceptanceClient) GetAgreementAcceptancesCount(ctx context.Context, options GetAgreementAcceptancesCountOperationOptions) (result GetAgreementAcceptancesCountOperationResponse, err error) + func (c AgreementAcceptanceClient) ListAgreementAcceptances(ctx context.Context, options ListAgreementAcceptancesOperationOptions) (result ListAgreementAcceptancesOperationResponse, err error) + func (c AgreementAcceptanceClient) ListAgreementAcceptancesComplete(ctx context.Context, options ListAgreementAcceptancesOperationOptions) (ListAgreementAcceptancesCompleteResult, error) + func (c AgreementAcceptanceClient) ListAgreementAcceptancesCompleteMatchingPredicate(ctx context.Context, options ListAgreementAcceptancesOperationOptions, ...) (result ListAgreementAcceptancesCompleteResult, err error) + type AgreementAcceptanceOperationPredicate struct + func (p AgreementAcceptanceOperationPredicate) Matches(input stable.AgreementAcceptance) bool + type GetAgreementAcceptanceOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAgreementAcceptanceOperationOptions() GetAgreementAcceptanceOperationOptions + func (o GetAgreementAcceptanceOperationOptions) ToHeaders() *client.Headers + func (o GetAgreementAcceptanceOperationOptions) ToOData() *odata.Query + func (o GetAgreementAcceptanceOperationOptions) ToQuery() *client.QueryParams + type GetAgreementAcceptanceOperationResponse struct + HttpResponse *http.Response + Model *stable.AgreementAcceptance + OData *odata.OData + type GetAgreementAcceptancesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAgreementAcceptancesCountOperationOptions() GetAgreementAcceptancesCountOperationOptions + func (o GetAgreementAcceptancesCountOperationOptions) ToHeaders() *client.Headers + func (o GetAgreementAcceptancesCountOperationOptions) ToOData() *odata.Query + func (o GetAgreementAcceptancesCountOperationOptions) ToQuery() *client.QueryParams + type GetAgreementAcceptancesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAgreementAcceptancesCompleteResult struct + Items []stable.AgreementAcceptance + LatestHttpResponse *http.Response + type ListAgreementAcceptancesCustomPager struct + NextLink *odata.Link + func (p *ListAgreementAcceptancesCustomPager) NextPageLink() *odata.Link + type ListAgreementAcceptancesOperationOptions 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 DefaultListAgreementAcceptancesOperationOptions() ListAgreementAcceptancesOperationOptions + func (o ListAgreementAcceptancesOperationOptions) ToHeaders() *client.Headers + func (o ListAgreementAcceptancesOperationOptions) ToOData() *odata.Query + func (o ListAgreementAcceptancesOperationOptions) ToQuery() *client.QueryParams + type ListAgreementAcceptancesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.AgreementAcceptance + OData *odata.OData