Documentation
¶
Index ¶
- type OutlookRequestBuilder
- func (m *OutlookRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *OutlookRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OutlookRequestBuilder) MasterCategories() ...
- func (m *OutlookRequestBuilder) MasterCategoriesById(id string) ...
- func (m *OutlookRequestBuilder) SupportedLanguages() ...
- func (m *OutlookRequestBuilder) SupportedTimeZones() ...
- func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) ...
- type OutlookRequestBuilderGetQueryParameters
- type OutlookRequestBuilderGetRequestConfiguration
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) CreateGetRequestInformation ¶
func (m *OutlookRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *OutlookRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get outlook from me
func (*OutlookRequestBuilder) Get ¶
func (m *OutlookRequestBuilder) Get(ctx context.Context, requestConfiguration *OutlookRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, error)
Get get outlook from me
func (*OutlookRequestBuilder) MasterCategories ¶
func (m *OutlookRequestBuilder) MasterCategories() *icc3e92b7111767420ec0be836502793f8a368fa468daf7fdf8e65cc66f0e087f.MasterCategoriesRequestBuilder
MasterCategories provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.
func (*OutlookRequestBuilder) MasterCategoriesById ¶
func (m *OutlookRequestBuilder) MasterCategoriesById(id string) *ifa2143032fa73c15f7bf7cc659bb2bb69f28a378f9584ec6f7ccf4d2b3d29868.OutlookCategoryItemRequestBuilder
MasterCategoriesById provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.
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 OutlookRequestBuilderGetQueryParameters ¶
type OutlookRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
OutlookRequestBuilderGetQueryParameters get outlook from me
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.