contactfolder

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 ContactFolderClient

type ContactFolderClient struct {
	Client *msgraph.Client
}

func NewContactFolderClientWithBaseURI

func NewContactFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderClient, error)

func (ContactFolderClient) CreateContactFolder

CreateContactFolder - Create new navigation property to contactFolders for users

func (ContactFolderClient) DeleteContactFolder

DeleteContactFolder - Delete navigation property contactFolders for users

func (ContactFolderClient) GetContactFolder

GetContactFolder - Get contactFolders from users. The user's contacts folders. Read-only. Nullable.

func (ContactFolderClient) GetContactFoldersCount

GetContactFoldersCount - Get the number of the resource

func (ContactFolderClient) ListContactFolders

ListContactFolders - Get contactFolders from users. The user's contacts folders. Read-only. Nullable.

func (ContactFolderClient) ListContactFoldersComplete

ListContactFoldersComplete retrieves all the results into a single object

func (ContactFolderClient) ListContactFoldersCompleteMatchingPredicate

func (c ContactFolderClient) ListContactFoldersCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListContactFoldersOperationOptions, predicate ContactFolderOperationPredicate) (result ListContactFoldersCompleteResult, err error)

ListContactFoldersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ContactFolderClient) UpdateContactFolder

UpdateContactFolder - Update the navigation property contactFolders in users

type ContactFolderOperationPredicate

type ContactFolderOperationPredicate struct {
}

func (ContactFolderOperationPredicate) Matches

type CreateContactFolderOperationOptions

type CreateContactFolderOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateContactFolderOperationOptions

func DefaultCreateContactFolderOperationOptions() CreateContactFolderOperationOptions

func (CreateContactFolderOperationOptions) ToHeaders

func (CreateContactFolderOperationOptions) ToOData

func (CreateContactFolderOperationOptions) ToQuery

type CreateContactFolderOperationResponse

type CreateContactFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ContactFolder
}

type DeleteContactFolderOperationOptions

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

func DefaultDeleteContactFolderOperationOptions

func DefaultDeleteContactFolderOperationOptions() DeleteContactFolderOperationOptions

func (DeleteContactFolderOperationOptions) ToHeaders

func (DeleteContactFolderOperationOptions) ToOData

func (DeleteContactFolderOperationOptions) ToQuery

type DeleteContactFolderOperationResponse

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

type GetContactFolderOperationOptions

type GetContactFolderOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetContactFolderOperationOptions

func DefaultGetContactFolderOperationOptions() GetContactFolderOperationOptions

func (GetContactFolderOperationOptions) ToHeaders

func (GetContactFolderOperationOptions) ToOData

func (GetContactFolderOperationOptions) ToQuery

type GetContactFolderOperationResponse

type GetContactFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ContactFolder
}

type GetContactFoldersCountOperationOptions

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

func DefaultGetContactFoldersCountOperationOptions

func DefaultGetContactFoldersCountOperationOptions() GetContactFoldersCountOperationOptions

func (GetContactFoldersCountOperationOptions) ToHeaders

func (GetContactFoldersCountOperationOptions) ToOData

func (GetContactFoldersCountOperationOptions) ToQuery

type GetContactFoldersCountOperationResponse

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

type ListContactFoldersCompleteResult

type ListContactFoldersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ContactFolder
}

type ListContactFoldersCustomPager

type ListContactFoldersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListContactFoldersCustomPager) NextPageLink() *odata.Link

type ListContactFoldersOperationOptions

type ListContactFoldersOperationOptions 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 DefaultListContactFoldersOperationOptions

func DefaultListContactFoldersOperationOptions() ListContactFoldersOperationOptions

func (ListContactFoldersOperationOptions) ToHeaders

func (ListContactFoldersOperationOptions) ToOData

func (ListContactFoldersOperationOptions) ToQuery

type ListContactFoldersOperationResponse

type ListContactFoldersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ContactFolder
}

type UpdateContactFolderOperationOptions

type UpdateContactFolderOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateContactFolderOperationOptions

func DefaultUpdateContactFolderOperationOptions() UpdateContactFolderOperationOptions

func (UpdateContactFolderOperationOptions) ToHeaders

func (UpdateContactFolderOperationOptions) ToOData

func (UpdateContactFolderOperationOptions) ToQuery

type UpdateContactFolderOperationResponse

type UpdateContactFolderOperationResponse 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