Documentation ¶
Index ¶
- type PhotoRequestBuilder
- func (m *PhotoRequestBuilder) Content() ...
- func (m *PhotoRequestBuilder) CreateDeleteRequestInformation(options *PhotoRequestBuilderDeleteOptions) (...)
- func (m *PhotoRequestBuilder) CreateGetRequestInformation(options *PhotoRequestBuilderGetOptions) (...)
- func (m *PhotoRequestBuilder) CreatePatchRequestInformation(options *PhotoRequestBuilderPatchOptions) (...)
- func (m *PhotoRequestBuilder) Delete(options *PhotoRequestBuilderDeleteOptions) error
- func (m *PhotoRequestBuilder) Get(options *PhotoRequestBuilderGetOptions) (...)
- func (m *PhotoRequestBuilder) Patch(options *PhotoRequestBuilderPatchOptions) error
- type PhotoRequestBuilderDeleteOptions
- type PhotoRequestBuilderGetOptions
- type PhotoRequestBuilderGetQueryParameters
- type PhotoRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhotoRequestBuilder ¶
type PhotoRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\contacts\{contact-id}\photo
func NewPhotoRequestBuilder ¶
func NewPhotoRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PhotoRequestBuilder
Instantiates a new PhotoRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewPhotoRequestBuilderInternal ¶
func NewPhotoRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PhotoRequestBuilder
Instantiates a new PhotoRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*PhotoRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PhotoRequestBuilder) CreateDeleteRequestInformation(options *PhotoRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
func (*PhotoRequestBuilder) CreateGetRequestInformation ¶
func (m *PhotoRequestBuilder) CreateGetRequestInformation(options *PhotoRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
func (*PhotoRequestBuilder) CreatePatchRequestInformation ¶
func (m *PhotoRequestBuilder) CreatePatchRequestInformation(options *PhotoRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
func (*PhotoRequestBuilder) Delete ¶
func (m *PhotoRequestBuilder) Delete(options *PhotoRequestBuilderDeleteOptions) error
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
func (*PhotoRequestBuilder) Get ¶
func (m *PhotoRequestBuilder) Get(options *PhotoRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ProfilePhoto, error)
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
func (*PhotoRequestBuilder) Patch ¶
func (m *PhotoRequestBuilder) Patch(options *PhotoRequestBuilderPatchOptions) error
Optional contact picture. You can get or set a photo for a contact. Parameters:
- options : Options for the request
type PhotoRequestBuilderDeleteOptions ¶
type PhotoRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Delete
type PhotoRequestBuilderGetOptions ¶
type PhotoRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PhotoRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type PhotoRequestBuilderGetQueryParameters ¶
type PhotoRequestBuilderGetQueryParameters struct { // Select properties to be returned Select_escaped []string }
Optional contact picture. You can get or set a photo for a contact.
type PhotoRequestBuilderPatchOptions ¶
type PhotoRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ProfilePhoto // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Patch