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 CreateProfileAwardOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfileAwardOperationOptions() CreateProfileAwardOperationOptions + func (o CreateProfileAwardOperationOptions) ToHeaders() *client.Headers + func (o CreateProfileAwardOperationOptions) ToOData() *odata.Query + func (o CreateProfileAwardOperationOptions) ToQuery() *client.QueryParams + type CreateProfileAwardOperationResponse struct + HttpResponse *http.Response + Model *beta.PersonAward + OData *odata.OData + type DeleteProfileAwardOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfileAwardOperationOptions() DeleteProfileAwardOperationOptions + func (o DeleteProfileAwardOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfileAwardOperationOptions) ToOData() *odata.Query + func (o DeleteProfileAwardOperationOptions) ToQuery() *client.QueryParams + type DeleteProfileAwardOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfileAwardOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfileAwardOperationOptions() GetProfileAwardOperationOptions + func (o GetProfileAwardOperationOptions) ToHeaders() *client.Headers + func (o GetProfileAwardOperationOptions) ToOData() *odata.Query + func (o GetProfileAwardOperationOptions) ToQuery() *client.QueryParams + type GetProfileAwardOperationResponse struct + HttpResponse *http.Response + Model *beta.PersonAward + OData *odata.OData + type GetProfileAwardsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfileAwardsCountOperationOptions() GetProfileAwardsCountOperationOptions + func (o GetProfileAwardsCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfileAwardsCountOperationOptions) ToOData() *odata.Query + func (o GetProfileAwardsCountOperationOptions) ToQuery() *client.QueryParams + type GetProfileAwardsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListProfileAwardsCompleteResult struct + Items []beta.PersonAward + LatestHttpResponse *http.Response + type ListProfileAwardsCustomPager struct + NextLink *odata.Link + func (p *ListProfileAwardsCustomPager) NextPageLink() *odata.Link + type ListProfileAwardsOperationOptions 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 DefaultListProfileAwardsOperationOptions() ListProfileAwardsOperationOptions + func (o ListProfileAwardsOperationOptions) ToHeaders() *client.Headers + func (o ListProfileAwardsOperationOptions) ToOData() *odata.Query + func (o ListProfileAwardsOperationOptions) ToQuery() *client.QueryParams + type ListProfileAwardsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PersonAward + OData *odata.OData + type PersonAwardOperationPredicate struct + func (p PersonAwardOperationPredicate) Matches(input beta.PersonAward) bool + type ProfileAwardClient struct + Client *msgraph.Client + func NewProfileAwardClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileAwardClient, error) + func (c ProfileAwardClient) CreateProfileAward(ctx context.Context, id beta.UserId, input beta.PersonAward, ...) (result CreateProfileAwardOperationResponse, err error) + func (c ProfileAwardClient) DeleteProfileAward(ctx context.Context, id beta.UserIdProfileAwardId, ...) (result DeleteProfileAwardOperationResponse, err error) + func (c ProfileAwardClient) GetProfileAward(ctx context.Context, id beta.UserIdProfileAwardId, ...) (result GetProfileAwardOperationResponse, err error) + func (c ProfileAwardClient) GetProfileAwardsCount(ctx context.Context, id beta.UserId, ...) (result GetProfileAwardsCountOperationResponse, err error) + func (c ProfileAwardClient) ListProfileAwards(ctx context.Context, id beta.UserId, options ListProfileAwardsOperationOptions) (result ListProfileAwardsOperationResponse, err error) + func (c ProfileAwardClient) ListProfileAwardsComplete(ctx context.Context, id beta.UserId, options ListProfileAwardsOperationOptions) (ListProfileAwardsCompleteResult, error) + func (c ProfileAwardClient) ListProfileAwardsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileAwardsOperationOptions, ...) (result ListProfileAwardsCompleteResult, err error) + func (c ProfileAwardClient) UpdateProfileAward(ctx context.Context, id beta.UserIdProfileAwardId, input beta.PersonAward, ...) (result UpdateProfileAwardOperationResponse, err error) + type UpdateProfileAwardOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfileAwardOperationOptions() UpdateProfileAwardOperationOptions + func (o UpdateProfileAwardOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfileAwardOperationOptions) ToOData() *odata.Query + func (o UpdateProfileAwardOperationOptions) ToQuery() *client.QueryParams + type UpdateProfileAwardOperationResponse struct + HttpResponse *http.Response + OData *odata.OData