profileaccount

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 CreateProfileAccountOperationOptions

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

func DefaultCreateProfileAccountOperationOptions

func DefaultCreateProfileAccountOperationOptions() CreateProfileAccountOperationOptions

func (CreateProfileAccountOperationOptions) ToHeaders

func (CreateProfileAccountOperationOptions) ToOData

func (CreateProfileAccountOperationOptions) ToQuery

type CreateProfileAccountOperationResponse

type CreateProfileAccountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserAccountInformation
}

type DeleteProfileAccountOperationOptions

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

func DefaultDeleteProfileAccountOperationOptions

func DefaultDeleteProfileAccountOperationOptions() DeleteProfileAccountOperationOptions

func (DeleteProfileAccountOperationOptions) ToHeaders

func (DeleteProfileAccountOperationOptions) ToOData

func (DeleteProfileAccountOperationOptions) ToQuery

type DeleteProfileAccountOperationResponse

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

type GetProfileAccountCountOperationOptions

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

func DefaultGetProfileAccountCountOperationOptions

func DefaultGetProfileAccountCountOperationOptions() GetProfileAccountCountOperationOptions

func (GetProfileAccountCountOperationOptions) ToHeaders

func (GetProfileAccountCountOperationOptions) ToOData

func (GetProfileAccountCountOperationOptions) ToQuery

type GetProfileAccountCountOperationResponse

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

type GetProfileAccountOperationOptions

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

func DefaultGetProfileAccountOperationOptions

func DefaultGetProfileAccountOperationOptions() GetProfileAccountOperationOptions

func (GetProfileAccountOperationOptions) ToHeaders

func (GetProfileAccountOperationOptions) ToOData

func (GetProfileAccountOperationOptions) ToQuery

type GetProfileAccountOperationResponse

type GetProfileAccountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserAccountInformation
}

type ListProfileAccountsCompleteResult

type ListProfileAccountsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UserAccountInformation
}

type ListProfileAccountsCustomPager

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

type ListProfileAccountsOperationOptions

type ListProfileAccountsOperationOptions 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 DefaultListProfileAccountsOperationOptions

func DefaultListProfileAccountsOperationOptions() ListProfileAccountsOperationOptions

func (ListProfileAccountsOperationOptions) ToHeaders

func (ListProfileAccountsOperationOptions) ToOData

func (ListProfileAccountsOperationOptions) ToQuery

type ListProfileAccountsOperationResponse

type ListProfileAccountsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UserAccountInformation
}

type ProfileAccountClient

type ProfileAccountClient struct {
	Client *msgraph.Client
}

func NewProfileAccountClientWithBaseURI

func NewProfileAccountClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileAccountClient, error)

func (ProfileAccountClient) CreateProfileAccount

CreateProfileAccount - Create account. Create a new userAccountInformation object in a user's profile.

func (ProfileAccountClient) DeleteProfileAccount

DeleteProfileAccount - Delete userAccountInformation. Delete an userAccountInformation object from a user's profile.

func (ProfileAccountClient) GetProfileAccount

GetProfileAccount - Get userAccountInformation. Retrieve the properties and relationships of an userAccountInformation object in a user's profile.

func (ProfileAccountClient) GetProfileAccountCount

GetProfileAccountCount - Get the number of the resource

func (ProfileAccountClient) ListProfileAccounts

ListProfileAccounts - List accounts. Retrieves properties related to the user's accounts from the profile.

func (ProfileAccountClient) ListProfileAccountsComplete

ListProfileAccountsComplete retrieves all the results into a single object

func (ProfileAccountClient) ListProfileAccountsCompleteMatchingPredicate

func (c ProfileAccountClient) ListProfileAccountsCompleteMatchingPredicate(ctx context.Context, options ListProfileAccountsOperationOptions, predicate UserAccountInformationOperationPredicate) (result ListProfileAccountsCompleteResult, err error)

ListProfileAccountsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileAccountClient) UpdateProfileAccount

UpdateProfileAccount - Update useraccountinformation. Update the properties of an userAccountInformation object in a user's profile.

type UpdateProfileAccountOperationOptions

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

func DefaultUpdateProfileAccountOperationOptions

func DefaultUpdateProfileAccountOperationOptions() UpdateProfileAccountOperationOptions

func (UpdateProfileAccountOperationOptions) ToHeaders

func (UpdateProfileAccountOperationOptions) ToOData

func (UpdateProfileAccountOperationOptions) ToQuery

type UpdateProfileAccountOperationResponse

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

type UserAccountInformationOperationPredicate

type UserAccountInformationOperationPredicate struct {
}

func (UserAccountInformationOperationPredicate) Matches

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL