Documentation
¶
Index ¶
- type OutlookRequestBuilder
- func (m *OutlookRequestBuilder) CreateDeleteRequestInformation(options *OutlookRequestBuilderDeleteOptions) (...)
- func (m *OutlookRequestBuilder) CreateGetRequestInformation(options *OutlookRequestBuilderGetOptions) (...)
- func (m *OutlookRequestBuilder) CreatePatchRequestInformation(options *OutlookRequestBuilderPatchOptions) (...)
- func (m *OutlookRequestBuilder) Delete(options *OutlookRequestBuilderDeleteOptions) error
- func (m *OutlookRequestBuilder) Get(options *OutlookRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OutlookUser, ...)
- func (m *OutlookRequestBuilder) MasterCategories() ...
- func (m *OutlookRequestBuilder) MasterCategoriesById(id string) ...
- func (m *OutlookRequestBuilder) Patch(options *OutlookRequestBuilderPatchOptions) error
- func (m *OutlookRequestBuilder) SupportedLanguages() ...
- func (m *OutlookRequestBuilder) SupportedTimeZones() ...
- func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) ...
- type OutlookRequestBuilderDeleteOptions
- type OutlookRequestBuilderGetOptions
- type OutlookRequestBuilderGetQueryParameters
- type OutlookRequestBuilderPatchOptions
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 builds and executes requests for operations under \me\outlook
func NewOutlookRequestBuilder ¶
func NewOutlookRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OutlookRequestBuilder
NewOutlookRequestBuilder instantiates a new OutlookRequestBuilder and sets the default values.
func NewOutlookRequestBuilderInternal ¶
func NewOutlookRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OutlookRequestBuilder
NewOutlookRequestBuilderInternal instantiates a new OutlookRequestBuilder and sets the default values.
func (*OutlookRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OutlookRequestBuilder) CreateDeleteRequestInformation(options *OutlookRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation read-only.
func (*OutlookRequestBuilder) CreateGetRequestInformation ¶
func (m *OutlookRequestBuilder) CreateGetRequestInformation(options *OutlookRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only.
func (*OutlookRequestBuilder) CreatePatchRequestInformation ¶
func (m *OutlookRequestBuilder) CreatePatchRequestInformation(options *OutlookRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation read-only.
func (*OutlookRequestBuilder) Delete ¶
func (m *OutlookRequestBuilder) Delete(options *OutlookRequestBuilderDeleteOptions) error
Delete read-only.
func (*OutlookRequestBuilder) Get ¶
func (m *OutlookRequestBuilder) Get(options *OutlookRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OutlookUser, error)
Get read-only.
func (*OutlookRequestBuilder) MasterCategories ¶
func (m *OutlookRequestBuilder) MasterCategories() *icc3e92b7111767420ec0be836502793f8a368fa468daf7fdf8e65cc66f0e087f.MasterCategoriesRequestBuilder
func (*OutlookRequestBuilder) MasterCategoriesById ¶
func (m *OutlookRequestBuilder) MasterCategoriesById(id string) *ifa2143032fa73c15f7bf7cc659bb2bb69f28a378f9584ec6f7ccf4d2b3d29868.OutlookCategoryRequestBuilder
MasterCategoriesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.outlook.masterCategories.item collection
func (*OutlookRequestBuilder) Patch ¶
func (m *OutlookRequestBuilder) Patch(options *OutlookRequestBuilderPatchOptions) error
Patch read-only.
func (*OutlookRequestBuilder) SupportedLanguages ¶
func (m *OutlookRequestBuilder) SupportedLanguages() *iefb515d7c64e31fd65a25d5ca6cc93380fa4b1c860b5fda47701b19a3b2226f8.SupportedLanguagesRequestBuilder
SupportedLanguages builds and executes requests for operations under \me\outlook\microsoft.graph.supportedLanguages()
func (*OutlookRequestBuilder) SupportedTimeZones ¶
func (m *OutlookRequestBuilder) SupportedTimeZones() *i4763caa20937545d0f4b4141b0840589720e6ef619737a593826e0ad669072e6.SupportedTimeZonesRequestBuilder
SupportedTimeZones builds and executes requests for operations under \me\outlook\microsoft.graph.supportedTimeZones()
func (*OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard ¶
func (m *OutlookRequestBuilder) SupportedTimeZonesWithTimeZoneStandard(timeZoneStandard *string) *i2d6c0e9680c3153270f78e152e34f25ac0be843ae551634f2ef6b57d69f361ea.SupportedTimeZonesWithTimeZoneStandardRequestBuilder
SupportedTimeZonesWithTimeZoneStandard builds and executes requests for operations under \me\outlook\microsoft.graph.supportedTimeZones(TimeZoneStandard={TimeZoneStandard})
type OutlookRequestBuilderDeleteOptions ¶
type OutlookRequestBuilderDeleteOptions 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
}
OutlookRequestBuilderDeleteOptions options for Delete
type OutlookRequestBuilderGetOptions ¶
type OutlookRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *OutlookRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
OutlookRequestBuilderGetOptions options for Get
type OutlookRequestBuilderGetQueryParameters ¶
type OutlookRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string
}
OutlookRequestBuilderGetQueryParameters read-only.
type OutlookRequestBuilderPatchOptions ¶
type OutlookRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OutlookUser
// 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
}
OutlookRequestBuilderPatchOptions options for Patch