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 GetTeamPhotoOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTeamPhotoOperationOptions() GetTeamPhotoOperationOptions + func (o GetTeamPhotoOperationOptions) ToHeaders() *client.Headers + func (o GetTeamPhotoOperationOptions) ToOData() *odata.Query + func (o GetTeamPhotoOperationOptions) ToQuery() *client.QueryParams + type GetTeamPhotoOperationResponse struct + HttpResponse *http.Response + Model *stable.ProfilePhoto + OData *odata.OData + type GetTeamPhotoValueOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetTeamPhotoValueOperationOptions() GetTeamPhotoValueOperationOptions + func (o GetTeamPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o GetTeamPhotoValueOperationOptions) ToOData() *odata.Query + func (o GetTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams + type GetTeamPhotoValueOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type RemoveTeamPhotoValueOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRemoveTeamPhotoValueOperationOptions() RemoveTeamPhotoValueOperationOptions + func (o RemoveTeamPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o RemoveTeamPhotoValueOperationOptions) ToOData() *odata.Query + func (o RemoveTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams + type RemoveTeamPhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type SetTeamPhotoValueOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetTeamPhotoValueOperationOptions() SetTeamPhotoValueOperationOptions + func (o SetTeamPhotoValueOperationOptions) ToHeaders() *client.Headers + func (o SetTeamPhotoValueOperationOptions) ToOData() *odata.Query + func (o SetTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams + type SetTeamPhotoValueOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TeamPhotoClient struct + Client *msgraph.Client + func NewTeamPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPhotoClient, error) + func (c TeamPhotoClient) GetTeamPhoto(ctx context.Context, id stable.GroupId, options GetTeamPhotoOperationOptions) (result GetTeamPhotoOperationResponse, err error) + func (c TeamPhotoClient) GetTeamPhotoValue(ctx context.Context, id stable.GroupId, ...) (result GetTeamPhotoValueOperationResponse, err error) + func (c TeamPhotoClient) RemoveTeamPhotoValue(ctx context.Context, id stable.GroupId, ...) (result RemoveTeamPhotoValueOperationResponse, err error) + func (c TeamPhotoClient) SetTeamPhotoValue(ctx context.Context, id stable.GroupId, input []byte, ...) (result SetTeamPhotoValueOperationResponse, err error) + func (c TeamPhotoClient) UpdateTeamPhoto(ctx context.Context, id stable.GroupId, input stable.ProfilePhoto, ...) (result UpdateTeamPhotoOperationResponse, err error) + type UpdateTeamPhotoOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateTeamPhotoOperationOptions() UpdateTeamPhotoOperationOptions + func (o UpdateTeamPhotoOperationOptions) ToHeaders() *client.Headers + func (o UpdateTeamPhotoOperationOptions) ToOData() *odata.Query + func (o UpdateTeamPhotoOperationOptions) ToQuery() *client.QueryParams + type UpdateTeamPhotoOperationResponse struct + HttpResponse *http.Response + OData *odata.OData