outlookmastercategory

package
v0.20240927.1005214 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateOutlookMasterCategoryOperationOptions) ToOData

func (CreateOutlookMasterCategoryOperationOptions) ToQuery

type CreateOutlookMasterCategoryOperationResponse

type CreateOutlookMasterCategoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.OutlookCategory
}

type DeleteOutlookMasterCategoryOperationOptions

type DeleteOutlookMasterCategoryOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteOutlookMasterCategoryOperationOptions

func DefaultDeleteOutlookMasterCategoryOperationOptions() DeleteOutlookMasterCategoryOperationOptions

func (DeleteOutlookMasterCategoryOperationOptions) ToHeaders

func (DeleteOutlookMasterCategoryOperationOptions) ToOData

func (DeleteOutlookMasterCategoryOperationOptions) ToQuery

type DeleteOutlookMasterCategoryOperationResponse

type DeleteOutlookMasterCategoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOutlookMasterCategoriesCountOperationOptions

type GetOutlookMasterCategoriesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetOutlookMasterCategoriesCountOperationOptions

func DefaultGetOutlookMasterCategoriesCountOperationOptions() GetOutlookMasterCategoriesCountOperationOptions

func (GetOutlookMasterCategoriesCountOperationOptions) ToHeaders

func (GetOutlookMasterCategoriesCountOperationOptions) ToOData

func (GetOutlookMasterCategoriesCountOperationOptions) ToQuery

type GetOutlookMasterCategoriesCountOperationResponse

type GetOutlookMasterCategoriesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

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 (GetOutlookMasterCategoryOperationOptions) ToOData

func (GetOutlookMasterCategoryOperationOptions) ToQuery

type GetOutlookMasterCategoryOperationResponse

type GetOutlookMasterCategoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.OutlookCategory
}

type ListOutlookMasterCategoriesCompleteResult

type ListOutlookMasterCategoriesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.OutlookCategory
}

type ListOutlookMasterCategoriesCustomPager

type ListOutlookMasterCategoriesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListOutlookMasterCategoriesOperationOptions) ToOData

func (ListOutlookMasterCategoriesOperationOptions) ToQuery

type ListOutlookMasterCategoriesOperationResponse

type ListOutlookMasterCategoriesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.OutlookCategory
}

type OutlookCategoryOperationPredicate

type OutlookCategoryOperationPredicate struct {
}

func (OutlookCategoryOperationPredicate) Matches

type OutlookMasterCategoryClient

type OutlookMasterCategoryClient struct {
	Client *msgraph.Client
}

func NewOutlookMasterCategoryClientWithBaseURI

func NewOutlookMasterCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookMasterCategoryClient, error)

func (OutlookMasterCategoryClient) CreateOutlookMasterCategory

CreateOutlookMasterCategory - Create Outlook category. Create an outlookCategory object in the user's master list of categories.

func (OutlookMasterCategoryClient) DeleteOutlookMasterCategory

DeleteOutlookMasterCategory - Delete outlookCategory. Delete the specified outlookCategory object.

func (OutlookMasterCategoryClient) GetOutlookMasterCategoriesCount

GetOutlookMasterCategoriesCount - Get the number of the resource

func (OutlookMasterCategoryClient) GetOutlookMasterCategory

GetOutlookMasterCategory - Get Outlook category. Get the properties and relationships of the specified outlookCategory object.

func (OutlookMasterCategoryClient) ListOutlookMasterCategories

ListOutlookMasterCategories - List masterCategories. Get all the categories that have been defined for a user.

func (OutlookMasterCategoryClient) ListOutlookMasterCategoriesComplete

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

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 (UpdateOutlookMasterCategoryOperationOptions) ToOData

func (UpdateOutlookMasterCategoryOperationOptions) ToQuery

type UpdateOutlookMasterCategoryOperationResponse

type UpdateOutlookMasterCategoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL