Documentation ¶
Index ¶
- type OutlookRequestBuilder
- func (m *OutlookRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *OutlookRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OutlookRequestBuilderDeleteRequestConfiguration) (...)
- func (m *OutlookRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OutlookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OutlookRequestBuilderGetRequestConfiguration) (...)
- func (m *OutlookRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *OutlookRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *OutlookRequestBuilder) Delete() error
- func (m *OutlookRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OutlookRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *OutlookRequestBuilder) Get() (...)
- func (m *OutlookRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OutlookRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *OutlookRequestBuilder) MasterCategories() ...
- func (m *OutlookRequestBuilder) MasterCategoriesById(id string) ...
- func (m *OutlookRequestBuilder) Patch(...) error
- func (m *OutlookRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *OutlookRequestBuilder) SupportedLanguages() ...
- func (m *OutlookRequestBuilder) SupportedTimeZones() ...
- func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) ...
- type OutlookRequestBuilderDeleteRequestConfiguration
- type OutlookRequestBuilderGetQueryParameters
- type OutlookRequestBuilderGetRequestConfiguration
- type OutlookRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutlookRequestBuilder ¶
type OutlookRequestBuilder struct {
// contains filtered or unexported fields
}
OutlookRequestBuilder provides operations to manage the outlook property of the microsoft.graph.user entity.
func NewOutlookRequestBuilder ¶
func NewOutlookRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutlookRequestBuilder
NewOutlookRequestBuilder instantiates a new OutlookRequestBuilder and sets the default values.
func NewOutlookRequestBuilderInternal ¶
func NewOutlookRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutlookRequestBuilder
NewOutlookRequestBuilderInternal instantiates a new OutlookRequestBuilder and sets the default values.
func (*OutlookRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OutlookRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property outlook for me
func (*OutlookRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OutlookRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OutlookRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property outlook for me
func (*OutlookRequestBuilder) CreateGetRequestInformation ¶
func (m *OutlookRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation selective Outlook services available to the user. Read-only. Nullable.
func (*OutlookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OutlookRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OutlookRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration selective Outlook services available to the user. Read-only. Nullable.
func (*OutlookRequestBuilder) CreatePatchRequestInformation ¶
func (m *OutlookRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property outlook in me
func (*OutlookRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OutlookRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, requestConfiguration *OutlookRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property outlook in me
func (*OutlookRequestBuilder) Delete ¶
func (m *OutlookRequestBuilder) Delete() error
Delete delete navigation property outlook for me
func (*OutlookRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OutlookRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OutlookRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property outlook for me
func (*OutlookRequestBuilder) Get ¶
func (m *OutlookRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, error)
Get selective Outlook services available to the user. Read-only. Nullable.
func (*OutlookRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OutlookRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OutlookRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, error)
GetWithRequestConfigurationAndResponseHandler selective Outlook services available to the user. Read-only. Nullable.
func (*OutlookRequestBuilder) MasterCategories ¶
func (m *OutlookRequestBuilder) MasterCategories() *icc3e92b7111767420ec0be836502793f8a368fa468daf7fdf8e65cc66f0e087f.MasterCategoriesRequestBuilder
MasterCategories the masterCategories property
func (*OutlookRequestBuilder) MasterCategoriesById ¶
func (m *OutlookRequestBuilder) MasterCategoriesById(id string) *ifa2143032fa73c15f7bf7cc659bb2bb69f28a378f9584ec6f7ccf4d2b3d29868.OutlookCategoryItemRequestBuilder
MasterCategoriesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.outlook.masterCategories.item collection
func (*OutlookRequestBuilder) Patch ¶
func (m *OutlookRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable) error
Patch update the navigation property outlook in me
func (*OutlookRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OutlookRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, requestConfiguration *OutlookRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property outlook in me
func (*OutlookRequestBuilder) SupportedLanguages ¶
func (m *OutlookRequestBuilder) SupportedLanguages() *iefb515d7c64e31fd65a25d5ca6cc93380fa4b1c860b5fda47701b19a3b2226f8.SupportedLanguagesRequestBuilder
SupportedLanguages provides operations to call the supportedLanguages method.
func (*OutlookRequestBuilder) SupportedTimeZones ¶
func (m *OutlookRequestBuilder) SupportedTimeZones() *i4763caa20937545d0f4b4141b0840589720e6ef619737a593826e0ad669072e6.SupportedTimeZonesRequestBuilder
SupportedTimeZones provides operations to call the supportedTimeZones method.
func (*OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard ¶
func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) *i2d6c0e9680c3153270f78e152e34f25ac0be843ae551634f2ef6b57d69f361ea.SupportedTimeZonesWithTimeZoneStandardRequestBuilder
SupportedTimeZonesWithTimeZoneStandard provides operations to call the supportedTimeZones method.
type OutlookRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OutlookRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OutlookRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OutlookRequestBuilderGetQueryParameters ¶
type OutlookRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string `uriparametername:"%24select"` }
OutlookRequestBuilderGetQueryParameters selective Outlook services available to the user. Read-only. Nullable.
type OutlookRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OutlookRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OutlookRequestBuilderGetQueryParameters }
OutlookRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OutlookRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OutlookRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OutlookRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.