Documentation ¶
Index ¶
- type ContactFolderChildFolderContactPhotoClient
- func (c ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhoto(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, ...) (result GetContactFolderChildFolderContactPhotoOperationResponse, err error)
- func (c ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, ...) (result GetContactFolderChildFolderContactPhotoValueOperationResponse, ...)
- func (c ContactFolderChildFolderContactPhotoClient) RemoveContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, ...) (result RemoveContactFolderChildFolderContactPhotoValueOperationResponse, ...)
- func (c ContactFolderChildFolderContactPhotoClient) SetContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, ...) (result SetContactFolderChildFolderContactPhotoValueOperationResponse, ...)
- func (c ContactFolderChildFolderContactPhotoClient) UpdateContactFolderChildFolderContactPhoto(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, ...) (result UpdateContactFolderChildFolderContactPhotoOperationResponse, err error)
- type GetContactFolderChildFolderContactPhotoOperationOptions
- type GetContactFolderChildFolderContactPhotoOperationResponse
- type GetContactFolderChildFolderContactPhotoValueOperationOptions
- type GetContactFolderChildFolderContactPhotoValueOperationResponse
- type RemoveContactFolderChildFolderContactPhotoValueOperationOptions
- type RemoveContactFolderChildFolderContactPhotoValueOperationResponse
- type SetContactFolderChildFolderContactPhotoValueOperationOptions
- type SetContactFolderChildFolderContactPhotoValueOperationResponse
- type UpdateContactFolderChildFolderContactPhotoOperationOptions
- type UpdateContactFolderChildFolderContactPhotoOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactFolderChildFolderContactPhotoClient ¶
func NewContactFolderChildFolderContactPhotoClientWithBaseURI ¶
func NewContactFolderChildFolderContactPhotoClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderContactPhotoClient, error)
func (ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhoto ¶
func (c ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhoto(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, options GetContactFolderChildFolderContactPhotoOperationOptions) (result GetContactFolderChildFolderContactPhotoOperationResponse, err error)
GetContactFolderChildFolderContactPhoto - Get photo from users. Optional contact picture. You can get or set a photo for a contact.
func (ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhotoValue ¶
func (c ContactFolderChildFolderContactPhotoClient) GetContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, options GetContactFolderChildFolderContactPhotoValueOperationOptions) (result GetContactFolderChildFolderContactPhotoValueOperationResponse, err error)
GetContactFolderChildFolderContactPhotoValue - Get media content for the navigation property photo from users. Optional contact picture. You can get or set a photo for a contact.
func (ContactFolderChildFolderContactPhotoClient) RemoveContactFolderChildFolderContactPhotoValue ¶
func (c ContactFolderChildFolderContactPhotoClient) RemoveContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, options RemoveContactFolderChildFolderContactPhotoValueOperationOptions) (result RemoveContactFolderChildFolderContactPhotoValueOperationResponse, err error)
RemoveContactFolderChildFolderContactPhotoValue - Delete media content for the navigation property photo in users. Optional contact picture. You can get or set a photo for a contact.
func (ContactFolderChildFolderContactPhotoClient) SetContactFolderChildFolderContactPhotoValue ¶
func (c ContactFolderChildFolderContactPhotoClient) SetContactFolderChildFolderContactPhotoValue(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, input []byte, options SetContactFolderChildFolderContactPhotoValueOperationOptions) (result SetContactFolderChildFolderContactPhotoValueOperationResponse, err error)
SetContactFolderChildFolderContactPhotoValue - Update media content for the navigation property photo in users. Optional contact picture. You can get or set a photo for a contact.
func (ContactFolderChildFolderContactPhotoClient) UpdateContactFolderChildFolderContactPhoto ¶
func (c ContactFolderChildFolderContactPhotoClient) UpdateContactFolderChildFolderContactPhoto(ctx context.Context, id stable.UserIdContactFolderIdChildFolderIdContactId, input stable.ProfilePhoto, options UpdateContactFolderChildFolderContactPhotoOperationOptions) (result UpdateContactFolderChildFolderContactPhotoOperationResponse, err error)
UpdateContactFolderChildFolderContactPhoto - Update the navigation property photo in users
type GetContactFolderChildFolderContactPhotoOperationOptions ¶
type GetContactFolderChildFolderContactPhotoOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetContactFolderChildFolderContactPhotoOperationOptions ¶
func DefaultGetContactFolderChildFolderContactPhotoOperationOptions() GetContactFolderChildFolderContactPhotoOperationOptions
func (GetContactFolderChildFolderContactPhotoOperationOptions) ToHeaders ¶
func (o GetContactFolderChildFolderContactPhotoOperationOptions) ToHeaders() *client.Headers
func (GetContactFolderChildFolderContactPhotoOperationOptions) ToOData ¶
func (o GetContactFolderChildFolderContactPhotoOperationOptions) ToOData() *odata.Query
func (GetContactFolderChildFolderContactPhotoOperationOptions) ToQuery ¶
func (o GetContactFolderChildFolderContactPhotoOperationOptions) ToQuery() *client.QueryParams
type GetContactFolderChildFolderContactPhotoValueOperationOptions ¶
type GetContactFolderChildFolderContactPhotoValueOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetContactFolderChildFolderContactPhotoValueOperationOptions ¶
func DefaultGetContactFolderChildFolderContactPhotoValueOperationOptions() GetContactFolderChildFolderContactPhotoValueOperationOptions
func (GetContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders ¶
func (o GetContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (GetContactFolderChildFolderContactPhotoValueOperationOptions) ToOData ¶
func (o GetContactFolderChildFolderContactPhotoValueOperationOptions) ToOData() *odata.Query
func (GetContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery ¶
func (o GetContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type RemoveContactFolderChildFolderContactPhotoValueOperationOptions ¶
type RemoveContactFolderChildFolderContactPhotoValueOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveContactFolderChildFolderContactPhotoValueOperationOptions ¶
func DefaultRemoveContactFolderChildFolderContactPhotoValueOperationOptions() RemoveContactFolderChildFolderContactPhotoValueOperationOptions
func (RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders ¶
func (o RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToOData ¶
func (o RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToOData() *odata.Query
func (RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery ¶
func (o RemoveContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type SetContactFolderChildFolderContactPhotoValueOperationOptions ¶
type SetContactFolderChildFolderContactPhotoValueOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetContactFolderChildFolderContactPhotoValueOperationOptions ¶
func DefaultSetContactFolderChildFolderContactPhotoValueOperationOptions() SetContactFolderChildFolderContactPhotoValueOperationOptions
func (SetContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders ¶
func (o SetContactFolderChildFolderContactPhotoValueOperationOptions) ToHeaders() *client.Headers
func (SetContactFolderChildFolderContactPhotoValueOperationOptions) ToOData ¶
func (o SetContactFolderChildFolderContactPhotoValueOperationOptions) ToOData() *odata.Query
func (SetContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery ¶
func (o SetContactFolderChildFolderContactPhotoValueOperationOptions) ToQuery() *client.QueryParams
type UpdateContactFolderChildFolderContactPhotoOperationOptions ¶
type UpdateContactFolderChildFolderContactPhotoOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateContactFolderChildFolderContactPhotoOperationOptions ¶
func DefaultUpdateContactFolderChildFolderContactPhotoOperationOptions() UpdateContactFolderChildFolderContactPhotoOperationOptions
func (UpdateContactFolderChildFolderContactPhotoOperationOptions) ToHeaders ¶
func (o UpdateContactFolderChildFolderContactPhotoOperationOptions) ToHeaders() *client.Headers
func (UpdateContactFolderChildFolderContactPhotoOperationOptions) ToOData ¶
func (o UpdateContactFolderChildFolderContactPhotoOperationOptions) ToOData() *odata.Query
func (UpdateContactFolderChildFolderContactPhotoOperationOptions) ToQuery ¶
func (o UpdateContactFolderChildFolderContactPhotoOperationOptions) ToQuery() *client.QueryParams