Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateProfilePhoneOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfilePhoneOperationOptions() CreateProfilePhoneOperationOptions + func (o CreateProfilePhoneOperationOptions) ToHeaders() *client.Headers + func (o CreateProfilePhoneOperationOptions) ToOData() *odata.Query + func (o CreateProfilePhoneOperationOptions) ToQuery() *client.QueryParams + type CreateProfilePhoneOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemPhone + OData *odata.OData + type DeleteProfilePhoneOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfilePhoneOperationOptions() DeleteProfilePhoneOperationOptions + func (o DeleteProfilePhoneOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfilePhoneOperationOptions) ToOData() *odata.Query + func (o DeleteProfilePhoneOperationOptions) ToQuery() *client.QueryParams + type DeleteProfilePhoneOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfilePhoneOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfilePhoneOperationOptions() GetProfilePhoneOperationOptions + func (o GetProfilePhoneOperationOptions) ToHeaders() *client.Headers + func (o GetProfilePhoneOperationOptions) ToOData() *odata.Query + func (o GetProfilePhoneOperationOptions) ToQuery() *client.QueryParams + type GetProfilePhoneOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemPhone + OData *odata.OData + type GetProfilePhonesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfilePhonesCountOperationOptions() GetProfilePhonesCountOperationOptions + func (o GetProfilePhonesCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfilePhonesCountOperationOptions) ToOData() *odata.Query + func (o GetProfilePhonesCountOperationOptions) ToQuery() *client.QueryParams + type GetProfilePhonesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ItemPhoneOperationPredicate struct + func (p ItemPhoneOperationPredicate) Matches(input beta.ItemPhone) bool + type ListProfilePhonesCompleteResult struct + Items []beta.ItemPhone + LatestHttpResponse *http.Response + type ListProfilePhonesCustomPager struct + NextLink *odata.Link + func (p *ListProfilePhonesCustomPager) NextPageLink() *odata.Link + 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() ListProfilePhonesOperationOptions + func (o ListProfilePhonesOperationOptions) ToHeaders() *client.Headers + func (o ListProfilePhonesOperationOptions) ToOData() *odata.Query + func (o ListProfilePhonesOperationOptions) ToQuery() *client.QueryParams + type ListProfilePhonesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ItemPhone + OData *odata.OData + type ProfilePhoneClient struct + Client *msgraph.Client + func NewProfilePhoneClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfilePhoneClient, error) + func (c ProfilePhoneClient) CreateProfilePhone(ctx context.Context, id beta.UserId, input beta.ItemPhone, ...) (result CreateProfilePhoneOperationResponse, err error) + func (c ProfilePhoneClient) DeleteProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, ...) (result DeleteProfilePhoneOperationResponse, err error) + func (c ProfilePhoneClient) GetProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, ...) (result GetProfilePhoneOperationResponse, err error) + func (c ProfilePhoneClient) GetProfilePhonesCount(ctx context.Context, id beta.UserId, ...) (result GetProfilePhonesCountOperationResponse, err error) + func (c ProfilePhoneClient) ListProfilePhones(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions) (result ListProfilePhonesOperationResponse, err error) + func (c ProfilePhoneClient) ListProfilePhonesComplete(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions) (ListProfilePhonesCompleteResult, error) + func (c ProfilePhoneClient) ListProfilePhonesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions, ...) (result ListProfilePhonesCompleteResult, err error) + func (c ProfilePhoneClient) UpdateProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, input beta.ItemPhone, ...) (result UpdateProfilePhoneOperationResponse, err error) + type UpdateProfilePhoneOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfilePhoneOperationOptions() UpdateProfilePhoneOperationOptions + func (o UpdateProfilePhoneOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfilePhoneOperationOptions) ToOData() *odata.Query + func (o UpdateProfilePhoneOperationOptions) ToQuery() *client.QueryParams + type UpdateProfilePhoneOperationResponse struct + HttpResponse *http.Response + OData *odata.OData