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 ContactPhotoClient struct + Client *msgraph.Client + func NewContactPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactPhotoClient, error) + func (c ContactPhotoClient) GetContactPhoto(ctx context.Context, id stable.MeContactId, ...) (result GetContactPhotoOperationResponse, err error) + func (c ContactPhotoClient) GetContactPhotoValue(ctx context.Context, id stable.MeContactId, ...) (result GetContactPhotoValueOperationResponse, err error) + func (c ContactPhotoClient) RemoveContactPhotoValue(ctx context.Context, id stable.MeContactId, ...) (result RemoveContactPhotoValueOperationResponse, err error) + func (c ContactPhotoClient) SetContactPhotoValue(ctx context.Context, id stable.MeContactId, input []byte, ...) (result SetContactPhotoValueOperationResponse, err error) + func (c ContactPhotoClient) UpdateContactPhoto(ctx context.Context, id stable.MeContactId, input stable.ProfilePhoto, ...) (result UpdateContactPhotoOperationResponse, err error) + type GetContactPhotoOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetContactPhotoOperationOptions() GetContactPhotoOperationOptions + func (o GetContactPhotoOperationOptions) ToHeaders() *client.Headers + func (o GetContactPhotoOperationOptions) ToOData() *odata.Query + func (o GetContactPhotoOperationOptions) ToQuery() *client.QueryParams + type GetContactPhotoOperationResponse struct + HttpResponse *http.Response + Model *stable.ProfilePhoto + OData *odata.OData + type GetContactPhotoValueOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetContactPhotoValueOperationOptions() GetContactPhotoValueOperationOptions + func (o GetContactPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o GetContactPhotoValueOperationOptions) ToOData() *odata.Query + func (o GetContactPhotoValueOperationOptions) ToQuery() *client.QueryParams + type GetContactPhotoValueOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type RemoveContactPhotoValueOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRemoveContactPhotoValueOperationOptions() RemoveContactPhotoValueOperationOptions + func (o RemoveContactPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o RemoveContactPhotoValueOperationOptions) ToOData() *odata.Query + func (o RemoveContactPhotoValueOperationOptions) ToQuery() *client.QueryParams + type RemoveContactPhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SetContactPhotoValueOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetContactPhotoValueOperationOptions() SetContactPhotoValueOperationOptions + func (o SetContactPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o SetContactPhotoValueOperationOptions) ToOData() *odata.Query + func (o SetContactPhotoValueOperationOptions) ToQuery() *client.QueryParams + type SetContactPhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateContactPhotoOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateContactPhotoOperationOptions() UpdateContactPhotoOperationOptions + func (o UpdateContactPhotoOperationOptions) ToHeaders() *client.Headers + func (o UpdateContactPhotoOperationOptions) ToOData() *odata.Query + func (o UpdateContactPhotoOperationOptions) ToQuery() *client.QueryParams + type UpdateContactPhotoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData