Documentation ¶
Index ¶
- type ContactPhotoClient
- func (c ContactPhotoClient) GetContactPhoto(ctx context.Context, id stable.UserIdContactId, ...) (result GetContactPhotoOperationResponse, err error)
- func (c ContactPhotoClient) GetContactPhotoValue(ctx context.Context, id stable.UserIdContactId, ...) (result GetContactPhotoValueOperationResponse, err error)
- func (c ContactPhotoClient) RemoveContactPhotoValue(ctx context.Context, id stable.UserIdContactId, ...) (result RemoveContactPhotoValueOperationResponse, err error)
- func (c ContactPhotoClient) SetContactPhotoValue(ctx context.Context, id stable.UserIdContactId, input []byte, ...) (result SetContactPhotoValueOperationResponse, err error)
- func (c ContactPhotoClient) UpdateContactPhoto(ctx context.Context, id stable.UserIdContactId, input stable.ProfilePhoto, ...) (result UpdateContactPhotoOperationResponse, err error)
- type GetContactPhotoOperationOptions
- type GetContactPhotoOperationResponse
- type GetContactPhotoValueOperationOptions
- type GetContactPhotoValueOperationResponse
- type RemoveContactPhotoValueOperationOptions
- type RemoveContactPhotoValueOperationResponse
- type SetContactPhotoValueOperationOptions
- type SetContactPhotoValueOperationResponse
- type UpdateContactPhotoOperationOptions
- type UpdateContactPhotoOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactPhotoClient ¶
func NewContactPhotoClientWithBaseURI ¶
func NewContactPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactPhotoClient, error)
func (ContactPhotoClient) GetContactPhoto ¶
func (c ContactPhotoClient) GetContactPhoto(ctx context.Context, id stable.UserIdContactId, options GetContactPhotoOperationOptions) (result GetContactPhotoOperationResponse, err error)
GetContactPhoto - Get photo from users. Optional contact picture. You can get or set a photo for a contact.
func (ContactPhotoClient) GetContactPhotoValue ¶
func (c ContactPhotoClient) GetContactPhotoValue(ctx context.Context, id stable.UserIdContactId, options GetContactPhotoValueOperationOptions) (result GetContactPhotoValueOperationResponse, err error)
GetContactPhotoValue - Get media content for the navigation property photo from users. Optional contact picture. You can get or set a photo for a contact.
func (ContactPhotoClient) RemoveContactPhotoValue ¶
func (c ContactPhotoClient) RemoveContactPhotoValue(ctx context.Context, id stable.UserIdContactId, options RemoveContactPhotoValueOperationOptions) (result RemoveContactPhotoValueOperationResponse, err error)
RemoveContactPhotoValue - Delete media content for the navigation property photo in users. Optional contact picture. You can get or set a photo for a contact.
func (ContactPhotoClient) SetContactPhotoValue ¶
func (c ContactPhotoClient) SetContactPhotoValue(ctx context.Context, id stable.UserIdContactId, input []byte, options SetContactPhotoValueOperationOptions) (result SetContactPhotoValueOperationResponse, err error)
SetContactPhotoValue - Update media content for the navigation property photo in users. Optional contact picture. You can get or set a photo for a contact.
func (ContactPhotoClient) UpdateContactPhoto ¶
func (c ContactPhotoClient) UpdateContactPhoto(ctx context.Context, id stable.UserIdContactId, input stable.ProfilePhoto, options UpdateContactPhotoOperationOptions) (result UpdateContactPhotoOperationResponse, err error)
UpdateContactPhoto - Update the navigation property photo in users
type GetContactPhotoOperationOptions ¶
type GetContactPhotoOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetContactPhotoOperationOptions ¶
func DefaultGetContactPhotoOperationOptions() GetContactPhotoOperationOptions
func (GetContactPhotoOperationOptions) ToHeaders ¶
func (o GetContactPhotoOperationOptions) ToHeaders() *client.Headers
func (GetContactPhotoOperationOptions) ToOData ¶
func (o GetContactPhotoOperationOptions) ToOData() *odata.Query
func (GetContactPhotoOperationOptions) ToQuery ¶
func (o GetContactPhotoOperationOptions) ToQuery() *client.QueryParams
type GetContactPhotoValueOperationOptions ¶
type GetContactPhotoValueOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetContactPhotoValueOperationOptions ¶
func DefaultGetContactPhotoValueOperationOptions() GetContactPhotoValueOperationOptions
func (GetContactPhotoValueOperationOptions) ToHeaders ¶
func (o GetContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (GetContactPhotoValueOperationOptions) ToOData ¶
func (o GetContactPhotoValueOperationOptions) ToOData() *odata.Query
func (GetContactPhotoValueOperationOptions) ToQuery ¶
func (o GetContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type RemoveContactPhotoValueOperationOptions ¶
type RemoveContactPhotoValueOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveContactPhotoValueOperationOptions ¶
func DefaultRemoveContactPhotoValueOperationOptions() RemoveContactPhotoValueOperationOptions
func (RemoveContactPhotoValueOperationOptions) ToHeaders ¶
func (o RemoveContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (RemoveContactPhotoValueOperationOptions) ToOData ¶
func (o RemoveContactPhotoValueOperationOptions) ToOData() *odata.Query
func (RemoveContactPhotoValueOperationOptions) ToQuery ¶
func (o RemoveContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type SetContactPhotoValueOperationOptions ¶
type SetContactPhotoValueOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetContactPhotoValueOperationOptions ¶
func DefaultSetContactPhotoValueOperationOptions() SetContactPhotoValueOperationOptions
func (SetContactPhotoValueOperationOptions) ToHeaders ¶
func (o SetContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (SetContactPhotoValueOperationOptions) ToOData ¶
func (o SetContactPhotoValueOperationOptions) ToOData() *odata.Query
func (SetContactPhotoValueOperationOptions) ToQuery ¶
func (o SetContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type UpdateContactPhotoOperationOptions ¶
type UpdateContactPhotoOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateContactPhotoOperationOptions ¶
func DefaultUpdateContactPhotoOperationOptions() UpdateContactPhotoOperationOptions
func (UpdateContactPhotoOperationOptions) ToHeaders ¶
func (o UpdateContactPhotoOperationOptions) ToHeaders() *client.Headers
func (UpdateContactPhotoOperationOptions) ToOData ¶
func (o UpdateContactPhotoOperationOptions) ToOData() *odata.Query
func (UpdateContactPhotoOperationOptions) ToQuery ¶
func (o UpdateContactPhotoOperationOptions) ToQuery() *client.QueryParams