profilephone

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProfilePhoneOperationOptions

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

func DefaultCreateProfilePhoneOperationOptions

func DefaultCreateProfilePhoneOperationOptions() CreateProfilePhoneOperationOptions

func (CreateProfilePhoneOperationOptions) ToHeaders

func (CreateProfilePhoneOperationOptions) ToOData

func (CreateProfilePhoneOperationOptions) ToQuery

type CreateProfilePhoneOperationResponse

type CreateProfilePhoneOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemPhone
}

type DeleteProfilePhoneOperationOptions

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

func DefaultDeleteProfilePhoneOperationOptions

func DefaultDeleteProfilePhoneOperationOptions() DeleteProfilePhoneOperationOptions

func (DeleteProfilePhoneOperationOptions) ToHeaders

func (DeleteProfilePhoneOperationOptions) ToOData

func (DeleteProfilePhoneOperationOptions) ToQuery

type DeleteProfilePhoneOperationResponse

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

type GetProfilePhoneOperationOptions

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

func DefaultGetProfilePhoneOperationOptions

func DefaultGetProfilePhoneOperationOptions() GetProfilePhoneOperationOptions

func (GetProfilePhoneOperationOptions) ToHeaders

func (GetProfilePhoneOperationOptions) ToOData

func (GetProfilePhoneOperationOptions) ToQuery

type GetProfilePhoneOperationResponse

type GetProfilePhoneOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ItemPhone
}

type GetProfilePhonesCountOperationOptions

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

func DefaultGetProfilePhonesCountOperationOptions

func DefaultGetProfilePhonesCountOperationOptions() GetProfilePhonesCountOperationOptions

func (GetProfilePhonesCountOperationOptions) ToHeaders

func (GetProfilePhonesCountOperationOptions) ToOData

func (GetProfilePhonesCountOperationOptions) ToQuery

type GetProfilePhonesCountOperationResponse

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

type ItemPhoneOperationPredicate

type ItemPhoneOperationPredicate struct {
}

func (ItemPhoneOperationPredicate) Matches

type ListProfilePhonesCompleteResult

type ListProfilePhonesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ItemPhone
}

type ListProfilePhonesCustomPager

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

type ListProfilePhonesOperationOptions

type ListProfilePhonesOperationOptions 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 DefaultListProfilePhonesOperationOptions

func DefaultListProfilePhonesOperationOptions() ListProfilePhonesOperationOptions

func (ListProfilePhonesOperationOptions) ToHeaders

func (ListProfilePhonesOperationOptions) ToOData

func (ListProfilePhonesOperationOptions) ToQuery

type ListProfilePhonesOperationResponse

type ListProfilePhonesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ItemPhone
}

type ProfilePhoneClient

type ProfilePhoneClient struct {
	Client *msgraph.Client
}

func NewProfilePhoneClientWithBaseURI

func NewProfilePhoneClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfilePhoneClient, error)

func (ProfilePhoneClient) CreateProfilePhone

CreateProfilePhone - Create new navigation property to phones for users

func (ProfilePhoneClient) DeleteProfilePhone

DeleteProfilePhone - Delete itemPhoneNumber. Delete an itemPhone object from the user's profile.

func (ProfilePhoneClient) GetProfilePhone

GetProfilePhone - Get phones from users. Represents detailed information about phone numbers associated with a user in various services.

func (ProfilePhoneClient) GetProfilePhonesCount

GetProfilePhonesCount - Get the number of the resource

func (ProfilePhoneClient) ListProfilePhones

ListProfilePhones - Get phones from users. Represents detailed information about phone numbers associated with a user in various services.

func (ProfilePhoneClient) ListProfilePhonesComplete

ListProfilePhonesComplete retrieves all the results into a single object

func (ProfilePhoneClient) ListProfilePhonesCompleteMatchingPredicate

func (c ProfilePhoneClient) ListProfilePhonesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions, predicate ItemPhoneOperationPredicate) (result ListProfilePhonesCompleteResult, err error)

ListProfilePhonesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfilePhoneClient) UpdateProfilePhone

UpdateProfilePhone - Update itemphonenumber. Update the properties of an itemPhone object in a user's profile.

type UpdateProfilePhoneOperationOptions

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

func DefaultUpdateProfilePhoneOperationOptions

func DefaultUpdateProfilePhoneOperationOptions() UpdateProfilePhoneOperationOptions

func (UpdateProfilePhoneOperationOptions) ToHeaders

func (UpdateProfilePhoneOperationOptions) ToOData

func (UpdateProfilePhoneOperationOptions) ToQuery

type UpdateProfilePhoneOperationResponse

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