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 users
func (*OutlookRequestBuilder) Get ¶
func (m *OutlookRequestBuilder) Get(ctx context.Context, requestConfiguration *OutlookRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OutlookUserable, error)
Get get outlook from users
func (*OutlookRequestBuilder) MasterCategories ¶
func (m *OutlookRequestBuilder) MasterCategories() *i5778e4eb64102e20ca8d1195cd8e1846b24ae1936d8c6f197de8072b5d0708ac.MasterCategoriesRequestBuilder
MasterCategories provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.
func (*OutlookRequestBuilder) MasterCategoriesById ¶
func (m *OutlookRequestBuilder) MasterCategoriesById(id string) *i9c16ff1de59760cb207932c94d7e5b162ef9fa5d4907f338c86fe76159e2fd2e.OutlookCategoryItemRequestBuilder
MasterCategoriesById provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity.
func (*OutlookRequestBuilder) SupportedLanguages ¶
func (m *OutlookRequestBuilder) SupportedLanguages() *ife66d0b9f6f5078d55f8064315594566334d3524d53493f1e94572250b63718d.SupportedLanguagesRequestBuilder
SupportedLanguages provides operations to call the supportedLanguages method.
func (*OutlookRequestBuilder) SupportedTimeZones ¶
func (m *OutlookRequestBuilder) SupportedTimeZones() *iffa0ef582c6d2c7811884583ef4dc645e754a9800a3dc819065d67d7878520d3.SupportedTimeZonesRequestBuilder
SupportedTimeZones provides operations to call the supportedTimeZones method.
func (*OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard ¶
func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) *if091958fbb564389ef67ed45a4b07d6392d87eb19b6badc51215e9e861d95f16.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 users
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.