contactfolderchildfoldercontact

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 ContactFolderChildFolderContactClient

type ContactFolderChildFolderContactClient struct {
	Client *msgraph.Client
}

func NewContactFolderChildFolderContactClientWithBaseURI

func NewContactFolderChildFolderContactClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderContactClient, error)

func (ContactFolderChildFolderContactClient) CreateContactFolderChildFolderContact

CreateContactFolderChildFolderContact - Create new navigation property to contacts for me

func (ContactFolderChildFolderContactClient) DeleteContactFolderChildFolderContact

DeleteContactFolderChildFolderContact - Delete navigation property contacts for me

func (ContactFolderChildFolderContactClient) GetContactFolderChildFolderContact

GetContactFolderChildFolderContact - Get contacts from me. The contacts in the folder. Navigation property. Read-only. Nullable.

func (ContactFolderChildFolderContactClient) GetContactFolderChildFolderContactsCount

GetContactFolderChildFolderContactsCount - Get the number of the resource

func (ContactFolderChildFolderContactClient) ListContactFolderChildFolderContacts

ListContactFolderChildFolderContacts - Get contacts from me. The contacts in the folder. Navigation property. Read-only. Nullable.

func (ContactFolderChildFolderContactClient) ListContactFolderChildFolderContactsComplete

ListContactFolderChildFolderContactsComplete retrieves all the results into a single object

func (ContactFolderChildFolderContactClient) ListContactFolderChildFolderContactsCompleteMatchingPredicate

ListContactFolderChildFolderContactsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ContactFolderChildFolderContactClient) UpdateContactFolderChildFolderContact

UpdateContactFolderChildFolderContact - Update the navigation property contacts in me

type ContactOperationPredicate

type ContactOperationPredicate struct {
}

func (ContactOperationPredicate) Matches

func (p ContactOperationPredicate) Matches(input stable.Contact) bool

type CreateContactFolderChildFolderContactOperationOptions

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

func DefaultCreateContactFolderChildFolderContactOperationOptions

func DefaultCreateContactFolderChildFolderContactOperationOptions() CreateContactFolderChildFolderContactOperationOptions

func (CreateContactFolderChildFolderContactOperationOptions) ToHeaders

func (CreateContactFolderChildFolderContactOperationOptions) ToOData

func (CreateContactFolderChildFolderContactOperationOptions) ToQuery

type CreateContactFolderChildFolderContactOperationResponse

type CreateContactFolderChildFolderContactOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.Contact
}

type DeleteContactFolderChildFolderContactOperationOptions

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

func DefaultDeleteContactFolderChildFolderContactOperationOptions

func DefaultDeleteContactFolderChildFolderContactOperationOptions() DeleteContactFolderChildFolderContactOperationOptions

func (DeleteContactFolderChildFolderContactOperationOptions) ToHeaders

func (DeleteContactFolderChildFolderContactOperationOptions) ToOData

func (DeleteContactFolderChildFolderContactOperationOptions) ToQuery

type DeleteContactFolderChildFolderContactOperationResponse

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

type GetContactFolderChildFolderContactOperationOptions

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

func DefaultGetContactFolderChildFolderContactOperationOptions

func DefaultGetContactFolderChildFolderContactOperationOptions() GetContactFolderChildFolderContactOperationOptions

func (GetContactFolderChildFolderContactOperationOptions) ToHeaders

func (GetContactFolderChildFolderContactOperationOptions) ToOData

func (GetContactFolderChildFolderContactOperationOptions) ToQuery

type GetContactFolderChildFolderContactOperationResponse

type GetContactFolderChildFolderContactOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.Contact
}

type GetContactFolderChildFolderContactsCountOperationOptions

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

func (GetContactFolderChildFolderContactsCountOperationOptions) ToHeaders

func (GetContactFolderChildFolderContactsCountOperationOptions) ToOData

func (GetContactFolderChildFolderContactsCountOperationOptions) ToQuery

type GetContactFolderChildFolderContactsCountOperationResponse

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

type ListContactFolderChildFolderContactsCompleteResult

type ListContactFolderChildFolderContactsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.Contact
}

type ListContactFolderChildFolderContactsCustomPager

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

type ListContactFolderChildFolderContactsOperationOptions

type ListContactFolderChildFolderContactsOperationOptions 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 DefaultListContactFolderChildFolderContactsOperationOptions

func DefaultListContactFolderChildFolderContactsOperationOptions() ListContactFolderChildFolderContactsOperationOptions

func (ListContactFolderChildFolderContactsOperationOptions) ToHeaders

func (ListContactFolderChildFolderContactsOperationOptions) ToOData

func (ListContactFolderChildFolderContactsOperationOptions) ToQuery

type ListContactFolderChildFolderContactsOperationResponse

type ListContactFolderChildFolderContactsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.Contact
}

type UpdateContactFolderChildFolderContactOperationOptions

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

func DefaultUpdateContactFolderChildFolderContactOperationOptions

func DefaultUpdateContactFolderChildFolderContactOperationOptions() UpdateContactFolderChildFolderContactOperationOptions

func (UpdateContactFolderChildFolderContactOperationOptions) ToHeaders

func (UpdateContactFolderChildFolderContactOperationOptions) ToOData

func (UpdateContactFolderChildFolderContactOperationOptions) ToQuery

type UpdateContactFolderChildFolderContactOperationResponse

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