contactfolderchildfolder

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 ContactFolderChildFolderClient

type ContactFolderChildFolderClient struct {
	Client *msgraph.Client
}

func NewContactFolderChildFolderClientWithBaseURI

func NewContactFolderChildFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderClient, error)

func (ContactFolderChildFolderClient) CreateContactFolderChildFolder

CreateContactFolderChildFolder - Create new navigation property to childFolders for users

func (ContactFolderChildFolderClient) DeleteContactFolderChildFolder

DeleteContactFolderChildFolder - Delete navigation property childFolders for users

func (ContactFolderChildFolderClient) GetContactFolderChildFolder

GetContactFolderChildFolder - Get childFolders from users. The collection of child folders in the folder. Navigation property. Read-only. Nullable.

func (ContactFolderChildFolderClient) GetContactFolderChildFoldersCount

GetContactFolderChildFoldersCount - Get the number of the resource

func (ContactFolderChildFolderClient) ListContactFolderChildFolders

ListContactFolderChildFolders - Get childFolders from users. The collection of child folders in the folder. Navigation property. Read-only. Nullable.

func (ContactFolderChildFolderClient) ListContactFolderChildFoldersComplete

ListContactFolderChildFoldersComplete retrieves all the results into a single object

func (ContactFolderChildFolderClient) ListContactFolderChildFoldersCompleteMatchingPredicate

ListContactFolderChildFoldersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ContactFolderChildFolderClient) UpdateContactFolderChildFolder

UpdateContactFolderChildFolder - Update the navigation property childFolders in users

type ContactFolderOperationPredicate

type ContactFolderOperationPredicate struct {
}

func (ContactFolderOperationPredicate) Matches

type CreateContactFolderChildFolderOperationOptions

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

func DefaultCreateContactFolderChildFolderOperationOptions

func DefaultCreateContactFolderChildFolderOperationOptions() CreateContactFolderChildFolderOperationOptions

func (CreateContactFolderChildFolderOperationOptions) ToHeaders

func (CreateContactFolderChildFolderOperationOptions) ToOData

func (CreateContactFolderChildFolderOperationOptions) ToQuery

type CreateContactFolderChildFolderOperationResponse

type CreateContactFolderChildFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ContactFolder
}

type DeleteContactFolderChildFolderOperationOptions

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

func DefaultDeleteContactFolderChildFolderOperationOptions

func DefaultDeleteContactFolderChildFolderOperationOptions() DeleteContactFolderChildFolderOperationOptions

func (DeleteContactFolderChildFolderOperationOptions) ToHeaders

func (DeleteContactFolderChildFolderOperationOptions) ToOData

func (DeleteContactFolderChildFolderOperationOptions) ToQuery

type DeleteContactFolderChildFolderOperationResponse

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

type GetContactFolderChildFolderOperationOptions

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

func DefaultGetContactFolderChildFolderOperationOptions

func DefaultGetContactFolderChildFolderOperationOptions() GetContactFolderChildFolderOperationOptions

func (GetContactFolderChildFolderOperationOptions) ToHeaders

func (GetContactFolderChildFolderOperationOptions) ToOData

func (GetContactFolderChildFolderOperationOptions) ToQuery

type GetContactFolderChildFolderOperationResponse

type GetContactFolderChildFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ContactFolder
}

type GetContactFolderChildFoldersCountOperationOptions

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

func DefaultGetContactFolderChildFoldersCountOperationOptions

func DefaultGetContactFolderChildFoldersCountOperationOptions() GetContactFolderChildFoldersCountOperationOptions

func (GetContactFolderChildFoldersCountOperationOptions) ToHeaders

func (GetContactFolderChildFoldersCountOperationOptions) ToOData

func (GetContactFolderChildFoldersCountOperationOptions) ToQuery

type GetContactFolderChildFoldersCountOperationResponse

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

type ListContactFolderChildFoldersCompleteResult

type ListContactFolderChildFoldersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ContactFolder
}

type ListContactFolderChildFoldersCustomPager

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

type ListContactFolderChildFoldersOperationOptions

type ListContactFolderChildFoldersOperationOptions 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 DefaultListContactFolderChildFoldersOperationOptions

func DefaultListContactFolderChildFoldersOperationOptions() ListContactFolderChildFoldersOperationOptions

func (ListContactFolderChildFoldersOperationOptions) ToHeaders

func (ListContactFolderChildFoldersOperationOptions) ToOData

func (ListContactFolderChildFoldersOperationOptions) ToQuery

type ListContactFolderChildFoldersOperationResponse

type ListContactFolderChildFoldersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ContactFolder
}

type UpdateContactFolderChildFolderOperationOptions

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

func DefaultUpdateContactFolderChildFolderOperationOptions

func DefaultUpdateContactFolderChildFolderOperationOptions() UpdateContactFolderChildFolderOperationOptions

func (UpdateContactFolderChildFolderOperationOptions) ToHeaders

func (UpdateContactFolderChildFolderOperationOptions) ToOData

func (UpdateContactFolderChildFolderOperationOptions) ToQuery

type UpdateContactFolderChildFolderOperationResponse

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