Documentation ¶
Index ¶
- type GetJoinedTeamPhotoOperationOptions
- type GetJoinedTeamPhotoOperationResponse
- type GetJoinedTeamPhotoValueOperationOptions
- type GetJoinedTeamPhotoValueOperationResponse
- type JoinedTeamPhotoClient
- func (c JoinedTeamPhotoClient) GetJoinedTeamPhoto(ctx context.Context, id stable.MeJoinedTeamId, ...) (result GetJoinedTeamPhotoOperationResponse, err error)
- func (c JoinedTeamPhotoClient) GetJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, ...) (result GetJoinedTeamPhotoValueOperationResponse, err error)
- func (c JoinedTeamPhotoClient) RemoveJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, ...) (result RemoveJoinedTeamPhotoValueOperationResponse, err error)
- func (c JoinedTeamPhotoClient) SetJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, input []byte, ...) (result SetJoinedTeamPhotoValueOperationResponse, err error)
- func (c JoinedTeamPhotoClient) UpdateJoinedTeamPhoto(ctx context.Context, id stable.MeJoinedTeamId, input stable.ProfilePhoto, ...) (result UpdateJoinedTeamPhotoOperationResponse, err error)
- type RemoveJoinedTeamPhotoValueOperationOptions
- type RemoveJoinedTeamPhotoValueOperationResponse
- type SetJoinedTeamPhotoValueOperationOptions
- type SetJoinedTeamPhotoValueOperationResponse
- type UpdateJoinedTeamPhotoOperationOptions
- type UpdateJoinedTeamPhotoOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetJoinedTeamPhotoOperationOptions ¶
type GetJoinedTeamPhotoOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetJoinedTeamPhotoOperationOptions ¶
func DefaultGetJoinedTeamPhotoOperationOptions() GetJoinedTeamPhotoOperationOptions
func (GetJoinedTeamPhotoOperationOptions) ToHeaders ¶
func (o GetJoinedTeamPhotoOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamPhotoOperationOptions) ToOData ¶
func (o GetJoinedTeamPhotoOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamPhotoOperationOptions) ToQuery ¶
func (o GetJoinedTeamPhotoOperationOptions) ToQuery() *client.QueryParams
type GetJoinedTeamPhotoValueOperationOptions ¶
type GetJoinedTeamPhotoValueOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetJoinedTeamPhotoValueOperationOptions ¶
func DefaultGetJoinedTeamPhotoValueOperationOptions() GetJoinedTeamPhotoValueOperationOptions
func (GetJoinedTeamPhotoValueOperationOptions) ToHeaders ¶
func (o GetJoinedTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamPhotoValueOperationOptions) ToOData ¶
func (o GetJoinedTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamPhotoValueOperationOptions) ToQuery ¶
func (o GetJoinedTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type JoinedTeamPhotoClient ¶
func NewJoinedTeamPhotoClientWithBaseURI ¶
func NewJoinedTeamPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPhotoClient, error)
func (JoinedTeamPhotoClient) GetJoinedTeamPhoto ¶
func (c JoinedTeamPhotoClient) GetJoinedTeamPhoto(ctx context.Context, id stable.MeJoinedTeamId, options GetJoinedTeamPhotoOperationOptions) (result GetJoinedTeamPhotoOperationResponse, err error)
GetJoinedTeamPhoto - Get photo from me. The profile photo for the team.
func (JoinedTeamPhotoClient) GetJoinedTeamPhotoValue ¶
func (c JoinedTeamPhotoClient) GetJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, options GetJoinedTeamPhotoValueOperationOptions) (result GetJoinedTeamPhotoValueOperationResponse, err error)
GetJoinedTeamPhotoValue - Get media content for the navigation property photo from me. The profile photo for the team.
func (JoinedTeamPhotoClient) RemoveJoinedTeamPhotoValue ¶
func (c JoinedTeamPhotoClient) RemoveJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, options RemoveJoinedTeamPhotoValueOperationOptions) (result RemoveJoinedTeamPhotoValueOperationResponse, err error)
RemoveJoinedTeamPhotoValue - Delete media content for the navigation property photo in me. The profile photo for the team.
func (JoinedTeamPhotoClient) SetJoinedTeamPhotoValue ¶
func (c JoinedTeamPhotoClient) SetJoinedTeamPhotoValue(ctx context.Context, id stable.MeJoinedTeamId, input []byte, options SetJoinedTeamPhotoValueOperationOptions) (result SetJoinedTeamPhotoValueOperationResponse, err error)
SetJoinedTeamPhotoValue - Update media content for the navigation property photo in me. The profile photo for the team.
func (JoinedTeamPhotoClient) UpdateJoinedTeamPhoto ¶
func (c JoinedTeamPhotoClient) UpdateJoinedTeamPhoto(ctx context.Context, id stable.MeJoinedTeamId, input stable.ProfilePhoto, options UpdateJoinedTeamPhotoOperationOptions) (result UpdateJoinedTeamPhotoOperationResponse, err error)
UpdateJoinedTeamPhoto - Update the navigation property photo in me
type RemoveJoinedTeamPhotoValueOperationOptions ¶
type RemoveJoinedTeamPhotoValueOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveJoinedTeamPhotoValueOperationOptions ¶
func DefaultRemoveJoinedTeamPhotoValueOperationOptions() RemoveJoinedTeamPhotoValueOperationOptions
func (RemoveJoinedTeamPhotoValueOperationOptions) ToHeaders ¶
func (o RemoveJoinedTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (RemoveJoinedTeamPhotoValueOperationOptions) ToOData ¶
func (o RemoveJoinedTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (RemoveJoinedTeamPhotoValueOperationOptions) ToQuery ¶
func (o RemoveJoinedTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type SetJoinedTeamPhotoValueOperationOptions ¶
type SetJoinedTeamPhotoValueOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetJoinedTeamPhotoValueOperationOptions ¶
func DefaultSetJoinedTeamPhotoValueOperationOptions() SetJoinedTeamPhotoValueOperationOptions
func (SetJoinedTeamPhotoValueOperationOptions) ToHeaders ¶
func (o SetJoinedTeamPhotoValueOperationOptions) ToHeaders() *client.Headers
func (SetJoinedTeamPhotoValueOperationOptions) ToOData ¶
func (o SetJoinedTeamPhotoValueOperationOptions) ToOData() *odata.Query
func (SetJoinedTeamPhotoValueOperationOptions) ToQuery ¶
func (o SetJoinedTeamPhotoValueOperationOptions) ToQuery() *client.QueryParams
type UpdateJoinedTeamPhotoOperationOptions ¶
type UpdateJoinedTeamPhotoOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateJoinedTeamPhotoOperationOptions ¶
func DefaultUpdateJoinedTeamPhotoOperationOptions() UpdateJoinedTeamPhotoOperationOptions
func (UpdateJoinedTeamPhotoOperationOptions) ToHeaders ¶
func (o UpdateJoinedTeamPhotoOperationOptions) ToHeaders() *client.Headers
func (UpdateJoinedTeamPhotoOperationOptions) ToOData ¶
func (o UpdateJoinedTeamPhotoOperationOptions) ToOData() *odata.Query
func (UpdateJoinedTeamPhotoOperationOptions) ToQuery ¶
func (o UpdateJoinedTeamPhotoOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.