Documentation ¶
Index ¶
- type CreateProfilePhoneOperationOptions
- type CreateProfilePhoneOperationResponse
- type DeleteProfilePhoneOperationOptions
- type DeleteProfilePhoneOperationResponse
- type GetProfilePhoneOperationOptions
- type GetProfilePhoneOperationResponse
- type GetProfilePhonesCountOperationOptions
- type GetProfilePhonesCountOperationResponse
- type ItemPhoneOperationPredicate
- type ListProfilePhonesCompleteResult
- type ListProfilePhonesCustomPager
- type ListProfilePhonesOperationOptions
- type ListProfilePhonesOperationResponse
- type ProfilePhoneClient
- 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
- type UpdateProfilePhoneOperationResponse
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 (o CreateProfilePhoneOperationOptions) ToHeaders() *client.Headers
func (CreateProfilePhoneOperationOptions) ToOData ¶
func (o CreateProfilePhoneOperationOptions) ToOData() *odata.Query
func (CreateProfilePhoneOperationOptions) ToQuery ¶
func (o CreateProfilePhoneOperationOptions) ToQuery() *client.QueryParams
type DeleteProfilePhoneOperationOptions ¶
type DeleteProfilePhoneOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteProfilePhoneOperationOptions ¶
func DefaultDeleteProfilePhoneOperationOptions() DeleteProfilePhoneOperationOptions
func (DeleteProfilePhoneOperationOptions) ToHeaders ¶
func (o DeleteProfilePhoneOperationOptions) ToHeaders() *client.Headers
func (DeleteProfilePhoneOperationOptions) ToOData ¶
func (o DeleteProfilePhoneOperationOptions) ToOData() *odata.Query
func (DeleteProfilePhoneOperationOptions) ToQuery ¶
func (o DeleteProfilePhoneOperationOptions) ToQuery() *client.QueryParams
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 (o GetProfilePhoneOperationOptions) ToHeaders() *client.Headers
func (GetProfilePhoneOperationOptions) ToOData ¶
func (o GetProfilePhoneOperationOptions) ToOData() *odata.Query
func (GetProfilePhoneOperationOptions) ToQuery ¶
func (o GetProfilePhoneOperationOptions) ToQuery() *client.QueryParams
type GetProfilePhonesCountOperationOptions ¶
type GetProfilePhonesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetProfilePhonesCountOperationOptions ¶
func DefaultGetProfilePhonesCountOperationOptions() GetProfilePhonesCountOperationOptions
func (GetProfilePhonesCountOperationOptions) ToHeaders ¶
func (o GetProfilePhonesCountOperationOptions) ToHeaders() *client.Headers
func (GetProfilePhonesCountOperationOptions) ToOData ¶
func (o GetProfilePhonesCountOperationOptions) ToOData() *odata.Query
func (GetProfilePhonesCountOperationOptions) ToQuery ¶
func (o GetProfilePhonesCountOperationOptions) ToQuery() *client.QueryParams
type ItemPhoneOperationPredicate ¶
type ItemPhoneOperationPredicate struct { }
type ListProfilePhonesCustomPager ¶
func (*ListProfilePhonesCustomPager) NextPageLink ¶
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 (o ListProfilePhonesOperationOptions) ToHeaders() *client.Headers
func (ListProfilePhonesOperationOptions) ToOData ¶
func (o ListProfilePhonesOperationOptions) ToOData() *odata.Query
func (ListProfilePhonesOperationOptions) ToQuery ¶
func (o ListProfilePhonesOperationOptions) ToQuery() *client.QueryParams
type ProfilePhoneClient ¶
func NewProfilePhoneClientWithBaseURI ¶
func NewProfilePhoneClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfilePhoneClient, error)
func (ProfilePhoneClient) CreateProfilePhone ¶
func (c ProfilePhoneClient) CreateProfilePhone(ctx context.Context, id beta.UserId, input beta.ItemPhone, options CreateProfilePhoneOperationOptions) (result CreateProfilePhoneOperationResponse, err error)
CreateProfilePhone - Create new navigation property to phones for users
func (ProfilePhoneClient) DeleteProfilePhone ¶
func (c ProfilePhoneClient) DeleteProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, options DeleteProfilePhoneOperationOptions) (result DeleteProfilePhoneOperationResponse, err error)
DeleteProfilePhone - Delete itemPhoneNumber. Delete an itemPhone object from the user's profile.
func (ProfilePhoneClient) GetProfilePhone ¶
func (c ProfilePhoneClient) GetProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, options GetProfilePhoneOperationOptions) (result GetProfilePhoneOperationResponse, err error)
GetProfilePhone - Get phones from users. Represents detailed information about phone numbers associated with a user in various services.
func (ProfilePhoneClient) GetProfilePhonesCount ¶
func (c ProfilePhoneClient) GetProfilePhonesCount(ctx context.Context, id beta.UserId, options GetProfilePhonesCountOperationOptions) (result GetProfilePhonesCountOperationResponse, err error)
GetProfilePhonesCount - Get the number of the resource
func (ProfilePhoneClient) ListProfilePhones ¶
func (c ProfilePhoneClient) ListProfilePhones(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions) (result ListProfilePhonesOperationResponse, err error)
ListProfilePhones - Get phones from users. Represents detailed information about phone numbers associated with a user in various services.
func (ProfilePhoneClient) ListProfilePhonesComplete ¶
func (c ProfilePhoneClient) ListProfilePhonesComplete(ctx context.Context, id beta.UserId, options ListProfilePhonesOperationOptions) (ListProfilePhonesCompleteResult, error)
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 ¶
func (c ProfilePhoneClient) UpdateProfilePhone(ctx context.Context, id beta.UserIdProfilePhoneId, input beta.ItemPhone, options UpdateProfilePhoneOperationOptions) (result UpdateProfilePhoneOperationResponse, err error)
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 (o UpdateProfilePhoneOperationOptions) ToHeaders() *client.Headers
func (UpdateProfilePhoneOperationOptions) ToOData ¶
func (o UpdateProfilePhoneOperationOptions) ToOData() *odata.Query
func (UpdateProfilePhoneOperationOptions) ToQuery ¶
func (o UpdateProfilePhoneOperationOptions) ToQuery() *client.QueryParams