Documentation ¶
Index ¶
- type CreateOutlookMasterCategoryOperationOptions
- type CreateOutlookMasterCategoryOperationResponse
- type DeleteOutlookMasterCategoryOperationOptions
- type DeleteOutlookMasterCategoryOperationResponse
- type GetOutlookMasterCategoriesCountOperationOptions
- type GetOutlookMasterCategoriesCountOperationResponse
- type GetOutlookMasterCategoryOperationOptions
- type GetOutlookMasterCategoryOperationResponse
- type ListOutlookMasterCategoriesCompleteResult
- type ListOutlookMasterCategoriesCustomPager
- type ListOutlookMasterCategoriesOperationOptions
- type ListOutlookMasterCategoriesOperationResponse
- type OutlookCategoryOperationPredicate
- type OutlookMasterCategoryClient
- func (c OutlookMasterCategoryClient) CreateOutlookMasterCategory(ctx context.Context, input stable.OutlookCategory, ...) (result CreateOutlookMasterCategoryOperationResponse, err error)
- func (c OutlookMasterCategoryClient) DeleteOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, ...) (result DeleteOutlookMasterCategoryOperationResponse, err error)
- func (c OutlookMasterCategoryClient) GetOutlookMasterCategoriesCount(ctx context.Context, options GetOutlookMasterCategoriesCountOperationOptions) (result GetOutlookMasterCategoriesCountOperationResponse, err error)
- func (c OutlookMasterCategoryClient) GetOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, ...) (result GetOutlookMasterCategoryOperationResponse, err error)
- func (c OutlookMasterCategoryClient) ListOutlookMasterCategories(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions) (result ListOutlookMasterCategoriesOperationResponse, err error)
- func (c OutlookMasterCategoryClient) ListOutlookMasterCategoriesComplete(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions) (ListOutlookMasterCategoriesCompleteResult, error)
- func (c OutlookMasterCategoryClient) ListOutlookMasterCategoriesCompleteMatchingPredicate(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions, ...) (result ListOutlookMasterCategoriesCompleteResult, err error)
- func (c OutlookMasterCategoryClient) UpdateOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, ...) (result UpdateOutlookMasterCategoryOperationResponse, err error)
- type UpdateOutlookMasterCategoryOperationOptions
- type UpdateOutlookMasterCategoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOutlookMasterCategoryOperationOptions ¶
type CreateOutlookMasterCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOutlookMasterCategoryOperationOptions ¶
func DefaultCreateOutlookMasterCategoryOperationOptions() CreateOutlookMasterCategoryOperationOptions
func (CreateOutlookMasterCategoryOperationOptions) ToHeaders ¶
func (o CreateOutlookMasterCategoryOperationOptions) ToHeaders() *client.Headers
func (CreateOutlookMasterCategoryOperationOptions) ToOData ¶
func (o CreateOutlookMasterCategoryOperationOptions) ToOData() *odata.Query
func (CreateOutlookMasterCategoryOperationOptions) ToQuery ¶
func (o CreateOutlookMasterCategoryOperationOptions) ToQuery() *client.QueryParams
type DeleteOutlookMasterCategoryOperationOptions ¶
type DeleteOutlookMasterCategoryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOutlookMasterCategoryOperationOptions ¶
func DefaultDeleteOutlookMasterCategoryOperationOptions() DeleteOutlookMasterCategoryOperationOptions
func (DeleteOutlookMasterCategoryOperationOptions) ToHeaders ¶
func (o DeleteOutlookMasterCategoryOperationOptions) ToHeaders() *client.Headers
func (DeleteOutlookMasterCategoryOperationOptions) ToOData ¶
func (o DeleteOutlookMasterCategoryOperationOptions) ToOData() *odata.Query
func (DeleteOutlookMasterCategoryOperationOptions) ToQuery ¶
func (o DeleteOutlookMasterCategoryOperationOptions) ToQuery() *client.QueryParams
type GetOutlookMasterCategoriesCountOperationOptions ¶
type GetOutlookMasterCategoriesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOutlookMasterCategoriesCountOperationOptions ¶
func DefaultGetOutlookMasterCategoriesCountOperationOptions() GetOutlookMasterCategoriesCountOperationOptions
func (GetOutlookMasterCategoriesCountOperationOptions) ToHeaders ¶
func (o GetOutlookMasterCategoriesCountOperationOptions) ToHeaders() *client.Headers
func (GetOutlookMasterCategoriesCountOperationOptions) ToOData ¶
func (o GetOutlookMasterCategoriesCountOperationOptions) ToOData() *odata.Query
func (GetOutlookMasterCategoriesCountOperationOptions) ToQuery ¶
func (o GetOutlookMasterCategoriesCountOperationOptions) ToQuery() *client.QueryParams
type GetOutlookMasterCategoryOperationOptions ¶
type GetOutlookMasterCategoryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOutlookMasterCategoryOperationOptions ¶
func DefaultGetOutlookMasterCategoryOperationOptions() GetOutlookMasterCategoryOperationOptions
func (GetOutlookMasterCategoryOperationOptions) ToHeaders ¶
func (o GetOutlookMasterCategoryOperationOptions) ToHeaders() *client.Headers
func (GetOutlookMasterCategoryOperationOptions) ToOData ¶
func (o GetOutlookMasterCategoryOperationOptions) ToOData() *odata.Query
func (GetOutlookMasterCategoryOperationOptions) ToQuery ¶
func (o GetOutlookMasterCategoryOperationOptions) ToQuery() *client.QueryParams
type ListOutlookMasterCategoriesCompleteResult ¶
type ListOutlookMasterCategoriesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.OutlookCategory }
type ListOutlookMasterCategoriesCustomPager ¶
type ListOutlookMasterCategoriesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOutlookMasterCategoriesCustomPager) NextPageLink ¶
func (p *ListOutlookMasterCategoriesCustomPager) NextPageLink() *odata.Link
type ListOutlookMasterCategoriesOperationOptions ¶
type ListOutlookMasterCategoriesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListOutlookMasterCategoriesOperationOptions ¶
func DefaultListOutlookMasterCategoriesOperationOptions() ListOutlookMasterCategoriesOperationOptions
func (ListOutlookMasterCategoriesOperationOptions) ToHeaders ¶
func (o ListOutlookMasterCategoriesOperationOptions) ToHeaders() *client.Headers
func (ListOutlookMasterCategoriesOperationOptions) ToOData ¶
func (o ListOutlookMasterCategoriesOperationOptions) ToOData() *odata.Query
func (ListOutlookMasterCategoriesOperationOptions) ToQuery ¶
func (o ListOutlookMasterCategoriesOperationOptions) ToQuery() *client.QueryParams
type OutlookCategoryOperationPredicate ¶
type OutlookCategoryOperationPredicate struct { }
func (OutlookCategoryOperationPredicate) Matches ¶
func (p OutlookCategoryOperationPredicate) Matches(input stable.OutlookCategory) bool
type OutlookMasterCategoryClient ¶
func NewOutlookMasterCategoryClientWithBaseURI ¶
func NewOutlookMasterCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookMasterCategoryClient, error)
func (OutlookMasterCategoryClient) CreateOutlookMasterCategory ¶
func (c OutlookMasterCategoryClient) CreateOutlookMasterCategory(ctx context.Context, input stable.OutlookCategory, options CreateOutlookMasterCategoryOperationOptions) (result CreateOutlookMasterCategoryOperationResponse, err error)
CreateOutlookMasterCategory - Create Outlook category. Create an outlookCategory object in the user's master list of categories.
func (OutlookMasterCategoryClient) DeleteOutlookMasterCategory ¶
func (c OutlookMasterCategoryClient) DeleteOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, options DeleteOutlookMasterCategoryOperationOptions) (result DeleteOutlookMasterCategoryOperationResponse, err error)
DeleteOutlookMasterCategory - Delete outlookCategory. Delete the specified outlookCategory object.
func (OutlookMasterCategoryClient) GetOutlookMasterCategoriesCount ¶
func (c OutlookMasterCategoryClient) GetOutlookMasterCategoriesCount(ctx context.Context, options GetOutlookMasterCategoriesCountOperationOptions) (result GetOutlookMasterCategoriesCountOperationResponse, err error)
GetOutlookMasterCategoriesCount - Get the number of the resource
func (OutlookMasterCategoryClient) GetOutlookMasterCategory ¶
func (c OutlookMasterCategoryClient) GetOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, options GetOutlookMasterCategoryOperationOptions) (result GetOutlookMasterCategoryOperationResponse, err error)
GetOutlookMasterCategory - Get Outlook category. Get the properties and relationships of the specified outlookCategory object.
func (OutlookMasterCategoryClient) ListOutlookMasterCategories ¶
func (c OutlookMasterCategoryClient) ListOutlookMasterCategories(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions) (result ListOutlookMasterCategoriesOperationResponse, err error)
ListOutlookMasterCategories - List masterCategories. Get all the categories that have been defined for a user.
func (OutlookMasterCategoryClient) ListOutlookMasterCategoriesComplete ¶
func (c OutlookMasterCategoryClient) ListOutlookMasterCategoriesComplete(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions) (ListOutlookMasterCategoriesCompleteResult, error)
ListOutlookMasterCategoriesComplete retrieves all the results into a single object
func (OutlookMasterCategoryClient) ListOutlookMasterCategoriesCompleteMatchingPredicate ¶
func (c OutlookMasterCategoryClient) ListOutlookMasterCategoriesCompleteMatchingPredicate(ctx context.Context, options ListOutlookMasterCategoriesOperationOptions, predicate OutlookCategoryOperationPredicate) (result ListOutlookMasterCategoriesCompleteResult, err error)
ListOutlookMasterCategoriesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (OutlookMasterCategoryClient) UpdateOutlookMasterCategory ¶
func (c OutlookMasterCategoryClient) UpdateOutlookMasterCategory(ctx context.Context, id stable.MeOutlookMasterCategoryId, input stable.OutlookCategory, options UpdateOutlookMasterCategoryOperationOptions) (result UpdateOutlookMasterCategoryOperationResponse, err error)
UpdateOutlookMasterCategory - Update outlookCategory. Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName property once you have created the category.
type UpdateOutlookMasterCategoryOperationOptions ¶
type UpdateOutlookMasterCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateOutlookMasterCategoryOperationOptions ¶
func DefaultUpdateOutlookMasterCategoryOperationOptions() UpdateOutlookMasterCategoryOperationOptions
func (UpdateOutlookMasterCategoryOperationOptions) ToHeaders ¶
func (o UpdateOutlookMasterCategoryOperationOptions) ToHeaders() *client.Headers
func (UpdateOutlookMasterCategoryOperationOptions) ToOData ¶
func (o UpdateOutlookMasterCategoryOperationOptions) ToOData() *odata.Query
func (UpdateOutlookMasterCategoryOperationOptions) ToQuery ¶
func (o UpdateOutlookMasterCategoryOperationOptions) ToQuery() *client.QueryParams