Documentation ¶
Index ¶
- type ProfilePhotoItemRequestBuilder
- func (m *ProfilePhotoItemRequestBuilder) Content() ...
- func (m *ProfilePhotoItemRequestBuilder) CreateDeleteRequestInformation(options *ProfilePhotoItemRequestBuilderDeleteOptions) (...)
- func (m *ProfilePhotoItemRequestBuilder) CreateGetRequestInformation(options *ProfilePhotoItemRequestBuilderGetOptions) (...)
- func (m *ProfilePhotoItemRequestBuilder) CreatePatchRequestInformation(options *ProfilePhotoItemRequestBuilderPatchOptions) (...)
- func (m *ProfilePhotoItemRequestBuilder) Delete(options *ProfilePhotoItemRequestBuilderDeleteOptions) error
- func (m *ProfilePhotoItemRequestBuilder) Get(options *ProfilePhotoItemRequestBuilderGetOptions) (...)
- func (m *ProfilePhotoItemRequestBuilder) Patch(options *ProfilePhotoItemRequestBuilderPatchOptions) error
- type ProfilePhotoItemRequestBuilderDeleteOptions
- type ProfilePhotoItemRequestBuilderGetOptions
- type ProfilePhotoItemRequestBuilderGetQueryParameters
- type ProfilePhotoItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfilePhotoItemRequestBuilder ¶
type ProfilePhotoItemRequestBuilder struct {
// contains filtered or unexported fields
}
ProfilePhotoItemRequestBuilder provides operations to manage the photos property of the microsoft.graph.user entity.
func NewProfilePhotoItemRequestBuilder ¶
func NewProfilePhotoItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ProfilePhotoItemRequestBuilder
NewProfilePhotoItemRequestBuilder instantiates a new ProfilePhotoItemRequestBuilder and sets the default values.
func NewProfilePhotoItemRequestBuilderInternal ¶
func NewProfilePhotoItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ProfilePhotoItemRequestBuilder
NewProfilePhotoItemRequestBuilderInternal instantiates a new ProfilePhotoItemRequestBuilder and sets the default values.
func (*ProfilePhotoItemRequestBuilder) Content ¶
func (m *ProfilePhotoItemRequestBuilder) Content() *i23e4001e509987b306ab55a39f125dfb03e832727c8c0609e81d4aef4a43a147.ContentRequestBuilder
Content the Content property
func (*ProfilePhotoItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ProfilePhotoItemRequestBuilder) CreateDeleteRequestInformation(options *ProfilePhotoItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property photos for users
func (*ProfilePhotoItemRequestBuilder) CreateGetRequestInformation ¶
func (m *ProfilePhotoItemRequestBuilder) CreateGetRequestInformation(options *ProfilePhotoItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*ProfilePhotoItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *ProfilePhotoItemRequestBuilder) CreatePatchRequestInformation(options *ProfilePhotoItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property photos in users
func (*ProfilePhotoItemRequestBuilder) Delete ¶
func (m *ProfilePhotoItemRequestBuilder) Delete(options *ProfilePhotoItemRequestBuilderDeleteOptions) error
Delete delete navigation property photos for users
func (*ProfilePhotoItemRequestBuilder) Get ¶
func (m *ProfilePhotoItemRequestBuilder) Get(options *ProfilePhotoItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoable, error)
Get read-only. Nullable.
func (*ProfilePhotoItemRequestBuilder) Patch ¶
func (m *ProfilePhotoItemRequestBuilder) Patch(options *ProfilePhotoItemRequestBuilderPatchOptions) error
Patch update the navigation property photos in users
type ProfilePhotoItemRequestBuilderDeleteOptions ¶
type ProfilePhotoItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ProfilePhotoItemRequestBuilderDeleteOptions options for Delete
type ProfilePhotoItemRequestBuilderGetOptions ¶
type ProfilePhotoItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ProfilePhotoItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ProfilePhotoItemRequestBuilderGetOptions options for Get
type ProfilePhotoItemRequestBuilderGetQueryParameters ¶
type ProfilePhotoItemRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` }
ProfilePhotoItemRequestBuilderGetQueryParameters read-only. Nullable.
type ProfilePhotoItemRequestBuilderPatchOptions ¶
type ProfilePhotoItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ProfilePhotoable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ProfilePhotoItemRequestBuilderPatchOptions options for Patch