Documentation
¶
Index ¶
- type ProfilePhotoRequestBuilder
- func (m *ProfilePhotoRequestBuilder) Content() ...
- func (m *ProfilePhotoRequestBuilder) CreateDeleteRequestInformation(options *ProfilePhotoRequestBuilderDeleteOptions) (...)
- func (m *ProfilePhotoRequestBuilder) CreateGetRequestInformation(options *ProfilePhotoRequestBuilderGetOptions) (...)
- func (m *ProfilePhotoRequestBuilder) CreatePatchRequestInformation(options *ProfilePhotoRequestBuilderPatchOptions) (...)
- func (m *ProfilePhotoRequestBuilder) Delete(options *ProfilePhotoRequestBuilderDeleteOptions) error
- func (m *ProfilePhotoRequestBuilder) Get(options *ProfilePhotoRequestBuilderGetOptions) (...)
- func (m *ProfilePhotoRequestBuilder) Patch(options *ProfilePhotoRequestBuilderPatchOptions) error
- type ProfilePhotoRequestBuilderDeleteOptions
- type ProfilePhotoRequestBuilderGetOptions
- type ProfilePhotoRequestBuilderGetQueryParameters
- type ProfilePhotoRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfilePhotoRequestBuilder ¶
type ProfilePhotoRequestBuilder struct {
// contains filtered or unexported fields
}
ProfilePhotoRequestBuilder builds and executes requests for operations under \groups\{group-id}\photos\{profilePhoto-id}
func NewProfilePhotoRequestBuilder ¶
func NewProfilePhotoRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ProfilePhotoRequestBuilder
NewProfilePhotoRequestBuilder instantiates a new ProfilePhotoRequestBuilder and sets the default values.
func NewProfilePhotoRequestBuilderInternal ¶
func NewProfilePhotoRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ProfilePhotoRequestBuilder
NewProfilePhotoRequestBuilderInternal instantiates a new ProfilePhotoRequestBuilder and sets the default values.
func (*ProfilePhotoRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ProfilePhotoRequestBuilder) CreateDeleteRequestInformation(options *ProfilePhotoRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the profile photos owned by the group. Read-only. Nullable.
func (*ProfilePhotoRequestBuilder) CreateGetRequestInformation ¶
func (m *ProfilePhotoRequestBuilder) CreateGetRequestInformation(options *ProfilePhotoRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the profile photos owned by the group. Read-only. Nullable.
func (*ProfilePhotoRequestBuilder) CreatePatchRequestInformation ¶
func (m *ProfilePhotoRequestBuilder) CreatePatchRequestInformation(options *ProfilePhotoRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the profile photos owned by the group. Read-only. Nullable.
func (*ProfilePhotoRequestBuilder) Delete ¶
func (m *ProfilePhotoRequestBuilder) Delete(options *ProfilePhotoRequestBuilderDeleteOptions) error
Delete the profile photos owned by the group. Read-only. Nullable.
func (*ProfilePhotoRequestBuilder) Get ¶
func (m *ProfilePhotoRequestBuilder) Get(options *ProfilePhotoRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ProfilePhoto, error)
Get the profile photos owned by the group. Read-only. Nullable.
func (*ProfilePhotoRequestBuilder) Patch ¶
func (m *ProfilePhotoRequestBuilder) Patch(options *ProfilePhotoRequestBuilderPatchOptions) error
Patch the profile photos owned by the group. Read-only. Nullable.
type ProfilePhotoRequestBuilderDeleteOptions ¶
type ProfilePhotoRequestBuilderDeleteOptions 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
}
ProfilePhotoRequestBuilderDeleteOptions options for Delete
type ProfilePhotoRequestBuilderGetOptions ¶
type ProfilePhotoRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *ProfilePhotoRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ProfilePhotoRequestBuilderGetOptions options for Get
type ProfilePhotoRequestBuilderGetQueryParameters ¶
type ProfilePhotoRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string
}
ProfilePhotoRequestBuilderGetQueryParameters the profile photos owned by the group. Read-only. Nullable.
type ProfilePhotoRequestBuilderPatchOptions ¶
type ProfilePhotoRequestBuilderPatchOptions 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
}
ProfilePhotoRequestBuilderPatchOptions options for Patch