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 DeletePhotoOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePhotoOperationOptions() DeletePhotoOperationOptions + func (o DeletePhotoOperationOptions) ToHeaders() *client.Headers + func (o DeletePhotoOperationOptions) ToOData() *odata.Query + func (o DeletePhotoOperationOptions) ToQuery() *client.QueryParams + type DeletePhotoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPhotoOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPhotoOperationOptions() GetPhotoOperationOptions + func (o GetPhotoOperationOptions) ToHeaders() *client.Headers + func (o GetPhotoOperationOptions) ToOData() *odata.Query + func (o GetPhotoOperationOptions) ToQuery() *client.QueryParams + type GetPhotoOperationResponse struct + HttpResponse *http.Response + Model *beta.ProfilePhoto + OData *odata.OData + type GetPhotoValueOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetPhotoValueOperationOptions() GetPhotoValueOperationOptions + func (o GetPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o GetPhotoValueOperationOptions) ToOData() *odata.Query + func (o GetPhotoValueOperationOptions) ToQuery() *client.QueryParams + type GetPhotoValueOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListPhotosCompleteResult struct + Items []beta.ProfilePhoto + LatestHttpResponse *http.Response + type ListPhotosCustomPager struct + NextLink *odata.Link + func (p *ListPhotosCustomPager) NextPageLink() *odata.Link + type ListPhotosOperationOptions 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 DefaultListPhotosOperationOptions() ListPhotosOperationOptions + func (o ListPhotosOperationOptions) ToHeaders() *client.Headers + func (o ListPhotosOperationOptions) ToOData() *odata.Query + func (o ListPhotosOperationOptions) ToQuery() *client.QueryParams + type ListPhotosOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ProfilePhoto + OData *odata.OData + type PhotoClient struct + Client *msgraph.Client + func NewPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*PhotoClient, error) + func (c PhotoClient) DeletePhoto(ctx context.Context, id beta.UserId, options DeletePhotoOperationOptions) (result DeletePhotoOperationResponse, err error) + func (c PhotoClient) GetPhoto(ctx context.Context, id beta.UserIdPhotoId, options GetPhotoOperationOptions) (result GetPhotoOperationResponse, err error) + func (c PhotoClient) GetPhotoValue(ctx context.Context, id beta.UserIdPhotoId, ...) (result GetPhotoValueOperationResponse, err error) + func (c PhotoClient) ListPhotos(ctx context.Context, id beta.UserId, options ListPhotosOperationOptions) (result ListPhotosOperationResponse, err error) + func (c PhotoClient) ListPhotosComplete(ctx context.Context, id beta.UserId, options ListPhotosOperationOptions) (ListPhotosCompleteResult, error) + func (c PhotoClient) ListPhotosCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListPhotosOperationOptions, ...) (result ListPhotosCompleteResult, err error) + func (c PhotoClient) RemovePhotoValue(ctx context.Context, id beta.UserIdPhotoId, ...) (result RemovePhotoValueOperationResponse, err error) + func (c PhotoClient) SetPhotoValue(ctx context.Context, id beta.UserIdPhotoId, input []byte, ...) (result SetPhotoValueOperationResponse, err error) + func (c PhotoClient) UpdatePhoto(ctx context.Context, id beta.UserId, input beta.ProfilePhoto, ...) (result UpdatePhotoOperationResponse, err error) + type ProfilePhotoOperationPredicate struct + func (p ProfilePhotoOperationPredicate) Matches(input beta.ProfilePhoto) bool + type RemovePhotoValueOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRemovePhotoValueOperationOptions() RemovePhotoValueOperationOptions + func (o RemovePhotoValueOperationOptions) ToHeaders() *client.Headers + func (o RemovePhotoValueOperationOptions) ToOData() *odata.Query + func (o RemovePhotoValueOperationOptions) ToQuery() *client.QueryParams + type RemovePhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SetPhotoValueOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetPhotoValueOperationOptions() SetPhotoValueOperationOptions + func (o SetPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o SetPhotoValueOperationOptions) ToOData() *odata.Query + func (o SetPhotoValueOperationOptions) ToQuery() *client.QueryParams + type SetPhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdatePhotoOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePhotoOperationOptions() UpdatePhotoOperationOptions + func (o UpdatePhotoOperationOptions) ToHeaders() *client.Headers + func (o UpdatePhotoOperationOptions) ToOData() *odata.Query + func (o UpdatePhotoOperationOptions) ToQuery() *client.QueryParams + type UpdatePhotoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData