Documentation ¶
Index ¶
- type GetTeamPhotoOperationOptions
- type GetTeamPhotoOperationResponse
- type GetTeamPhotoValueOperationOptions
- type GetTeamPhotoValueOperationResponse
- type RemoveTeamPhotoValueOperationOptions
- type RemoveTeamPhotoValueOperationResponse
- type SetTeamPhotoValueOperationOptions
- type SetTeamPhotoValueOperationResponse
- type TeamPhotoClient
- func (c TeamPhotoClient) GetTeamPhoto(ctx context.Context, id beta.GroupId, options GetTeamPhotoOperationOptions) (result GetTeamPhotoOperationResponse, err error)
- func (c TeamPhotoClient) GetTeamPhotoValue(ctx context.Context, id beta.GroupId, ...) (result GetTeamPhotoValueOperationResponse, err error)
- func (c TeamPhotoClient) RemoveTeamPhotoValue(ctx context.Context, id beta.GroupId, ...) (result RemoveTeamPhotoValueOperationResponse, err error)
- func (c TeamPhotoClient) SetTeamPhotoValue(ctx context.Context, id beta.GroupId, input []byte, ...) (result SetTeamPhotoValueOperationResponse, err error)
- func (c TeamPhotoClient) UpdateTeamPhoto(ctx context.Context, id beta.GroupId, input beta.ProfilePhoto, ...) (result UpdateTeamPhotoOperationResponse, err error)
- type UpdateTeamPhotoOperationOptions
- type UpdateTeamPhotoOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetTeamPhotoOperationOptions ¶
type GetTeamPhotoOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTeamPhotoOperationOptions ¶
func DefaultGetTeamPhotoOperationOptions() GetTeamPhotoOperationOptions
func (GetTeamPhotoOperationOptions) ToHeaders ¶
func (o GetTeamPhotoOperationOptions) ToHeaders() *client.Headers
func (GetTeamPhotoOperationOptions) ToOData ¶
func (o GetTeamPhotoOperationOptions) ToOData() *odata.Query
func (GetTeamPhotoOperationOptions) ToQuery ¶
func (o GetTeamPhotoOperationOptions) ToQuery() *client.QueryParams
type GetTeamPhotoValueOperationOptions ¶
type GetTeamPhotoValueOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetTeamPhotoValueOperationOptions ¶
func DefaultGetTeamPhotoValueOperationOptions() GetTeamPhotoValueOperationOptions
func (GetTeamPhotoValueOperationOptions) ToHeaders ¶
func (o GetTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (GetTeamPhotoValueOperationOptions) ToOData ¶
func (o GetTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (GetTeamPhotoValueOperationOptions) ToQuery ¶
func (o GetTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type RemoveTeamPhotoValueOperationOptions ¶
type RemoveTeamPhotoValueOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveTeamPhotoValueOperationOptions ¶
func DefaultRemoveTeamPhotoValueOperationOptions() RemoveTeamPhotoValueOperationOptions
func (RemoveTeamPhotoValueOperationOptions) ToHeaders ¶
func (o RemoveTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (RemoveTeamPhotoValueOperationOptions) ToOData ¶
func (o RemoveTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (RemoveTeamPhotoValueOperationOptions) ToQuery ¶
func (o RemoveTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type SetTeamPhotoValueOperationOptions ¶
type SetTeamPhotoValueOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetTeamPhotoValueOperationOptions ¶
func DefaultSetTeamPhotoValueOperationOptions() SetTeamPhotoValueOperationOptions
func (SetTeamPhotoValueOperationOptions) ToHeaders ¶
func (o SetTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (SetTeamPhotoValueOperationOptions) ToOData ¶
func (o SetTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (SetTeamPhotoValueOperationOptions) ToQuery ¶
func (o SetTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type TeamPhotoClient ¶
func NewTeamPhotoClientWithBaseURI ¶
func NewTeamPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPhotoClient, error)
func (TeamPhotoClient) GetTeamPhoto ¶
func (c TeamPhotoClient) GetTeamPhoto(ctx context.Context, id beta.GroupId, options GetTeamPhotoOperationOptions) (result GetTeamPhotoOperationResponse, err error)
GetTeamPhoto - Get photo from groups. The team photo.
func (TeamPhotoClient) GetTeamPhotoValue ¶
func (c TeamPhotoClient) GetTeamPhotoValue(ctx context.Context, id beta.GroupId, options GetTeamPhotoValueOperationOptions) (result GetTeamPhotoValueOperationResponse, err error)
GetTeamPhotoValue - Get media content for the navigation property photo from groups. The team photo.
func (TeamPhotoClient) RemoveTeamPhotoValue ¶
func (c TeamPhotoClient) RemoveTeamPhotoValue(ctx context.Context, id beta.GroupId, options RemoveTeamPhotoValueOperationOptions) (result RemoveTeamPhotoValueOperationResponse, err error)
RemoveTeamPhotoValue - Delete media content for the navigation property photo in groups. The team photo.
func (TeamPhotoClient) SetTeamPhotoValue ¶
func (c TeamPhotoClient) SetTeamPhotoValue(ctx context.Context, id beta.GroupId, input []byte, options SetTeamPhotoValueOperationOptions) (result SetTeamPhotoValueOperationResponse, err error)
SetTeamPhotoValue - Update media content for the navigation property photo in groups. The team photo.
func (TeamPhotoClient) UpdateTeamPhoto ¶
func (c TeamPhotoClient) UpdateTeamPhoto(ctx context.Context, id beta.GroupId, input beta.ProfilePhoto, options UpdateTeamPhotoOperationOptions) (result UpdateTeamPhotoOperationResponse, err error)
UpdateTeamPhoto - Update the navigation property photo in groups
type UpdateTeamPhotoOperationOptions ¶
type UpdateTeamPhotoOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTeamPhotoOperationOptions ¶
func DefaultUpdateTeamPhotoOperationOptions() UpdateTeamPhotoOperationOptions
func (UpdateTeamPhotoOperationOptions) ToHeaders ¶
func (o UpdateTeamPhotoOperationOptions) ToHeaders() *client.Headers
func (UpdateTeamPhotoOperationOptions) ToOData ¶
func (o UpdateTeamPhotoOperationOptions) ToOData() *odata.Query
func (UpdateTeamPhotoOperationOptions) ToQuery ¶
func (o UpdateTeamPhotoOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.