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 GetPeopleCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetPeopleCountOperationOptions() GetPeopleCountOperationOptions + func (o GetPeopleCountOperationOptions) ToHeaders() *client.Headers + func (o GetPeopleCountOperationOptions) ToOData() *odata.Query + func (o GetPeopleCountOperationOptions) ToQuery() *client.QueryParams + type GetPeopleCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetPersonOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPersonOperationOptions() GetPersonOperationOptions + func (o GetPersonOperationOptions) ToHeaders() *client.Headers + func (o GetPersonOperationOptions) ToOData() *odata.Query + func (o GetPersonOperationOptions) ToQuery() *client.QueryParams + type GetPersonOperationResponse struct + HttpResponse *http.Response + Model *beta.Person + OData *odata.OData + type ListPeopleCompleteResult struct + Items []beta.Person + LatestHttpResponse *http.Response + type ListPeopleCustomPager struct + NextLink *odata.Link + func (p *ListPeopleCustomPager) NextPageLink() *odata.Link + type ListPeopleOperationOptions 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 DefaultListPeopleOperationOptions() ListPeopleOperationOptions + func (o ListPeopleOperationOptions) ToHeaders() *client.Headers + func (o ListPeopleOperationOptions) ToOData() *odata.Query + func (o ListPeopleOperationOptions) ToQuery() *client.QueryParams + type ListPeopleOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Person + OData *odata.OData + type PersonClient struct + Client *msgraph.Client + func NewPersonClientWithBaseURI(sdkApi sdkEnv.Api) (*PersonClient, error) + func (c PersonClient) GetPeopleCount(ctx context.Context, id beta.UserId, options GetPeopleCountOperationOptions) (result GetPeopleCountOperationResponse, err error) + func (c PersonClient) GetPerson(ctx context.Context, id beta.UserIdPersonId, options GetPersonOperationOptions) (result GetPersonOperationResponse, err error) + func (c PersonClient) ListPeople(ctx context.Context, id beta.UserId, options ListPeopleOperationOptions) (result ListPeopleOperationResponse, err error) + func (c PersonClient) ListPeopleComplete(ctx context.Context, id beta.UserId, options ListPeopleOperationOptions) (ListPeopleCompleteResult, error) + func (c PersonClient) ListPeopleCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListPeopleOperationOptions, ...) (result ListPeopleCompleteResult, err error) + type PersonOperationPredicate struct + func (p PersonOperationPredicate) Matches(input beta.Person) bool