profilename

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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProfileNameOperationOptions

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

func DefaultCreateProfileNameOperationOptions

func DefaultCreateProfileNameOperationOptions() CreateProfileNameOperationOptions

func (CreateProfileNameOperationOptions) ToHeaders

func (CreateProfileNameOperationOptions) ToOData

func (CreateProfileNameOperationOptions) ToQuery

type CreateProfileNameOperationResponse

type CreateProfileNameOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonName
}

type DeleteProfileNameOperationOptions

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

func DefaultDeleteProfileNameOperationOptions

func DefaultDeleteProfileNameOperationOptions() DeleteProfileNameOperationOptions

func (DeleteProfileNameOperationOptions) ToHeaders

func (DeleteProfileNameOperationOptions) ToOData

func (DeleteProfileNameOperationOptions) ToQuery

type DeleteProfileNameOperationResponse

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

type GetProfileNameOperationOptions

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

func DefaultGetProfileNameOperationOptions

func DefaultGetProfileNameOperationOptions() GetProfileNameOperationOptions

func (GetProfileNameOperationOptions) ToHeaders

func (GetProfileNameOperationOptions) ToOData

func (GetProfileNameOperationOptions) ToQuery

type GetProfileNameOperationResponse

type GetProfileNameOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonName
}

type GetProfileNamesCountOperationOptions

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

func DefaultGetProfileNamesCountOperationOptions

func DefaultGetProfileNamesCountOperationOptions() GetProfileNamesCountOperationOptions

func (GetProfileNamesCountOperationOptions) ToHeaders

func (GetProfileNamesCountOperationOptions) ToOData

func (GetProfileNamesCountOperationOptions) ToQuery

type GetProfileNamesCountOperationResponse

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

type ListProfileNamesCompleteResult

type ListProfileNamesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PersonName
}

type ListProfileNamesCustomPager

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

type ListProfileNamesOperationOptions

type ListProfileNamesOperationOptions 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 DefaultListProfileNamesOperationOptions

func DefaultListProfileNamesOperationOptions() ListProfileNamesOperationOptions

func (ListProfileNamesOperationOptions) ToHeaders

func (ListProfileNamesOperationOptions) ToOData

func (ListProfileNamesOperationOptions) ToQuery

type ListProfileNamesOperationResponse

type ListProfileNamesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PersonName
}

type PersonNameOperationPredicate

type PersonNameOperationPredicate struct {
}

func (PersonNameOperationPredicate) Matches

type ProfileNameClient

type ProfileNameClient struct {
	Client *msgraph.Client
}

func NewProfileNameClientWithBaseURI

func NewProfileNameClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileNameClient, error)

func (ProfileNameClient) CreateProfileName

CreateProfileName - Create personName. Use this API to create a new personName object in a user's profile.

func (ProfileNameClient) DeleteProfileName

DeleteProfileName - Delete personName. Delete a personName object from a user's profile.

func (ProfileNameClient) GetProfileName

GetProfileName - Get personName. Retrieve the properties and relationships of a personName object in a user's profile.

func (ProfileNameClient) GetProfileNamesCount

GetProfileNamesCount - Get the number of the resource

func (ProfileNameClient) ListProfileNames

ListProfileNames - List names. Retrieve a list of personName objects from a user's profile.

func (ProfileNameClient) ListProfileNamesComplete

ListProfileNamesComplete retrieves all the results into a single object

func (ProfileNameClient) ListProfileNamesCompleteMatchingPredicate

func (c ProfileNameClient) ListProfileNamesCompleteMatchingPredicate(ctx context.Context, options ListProfileNamesOperationOptions, predicate PersonNameOperationPredicate) (result ListProfileNamesCompleteResult, err error)

ListProfileNamesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileNameClient) UpdateProfileName

UpdateProfileName - Update personname. Update the properties of a personName object in a user's profile.

type UpdateProfileNameOperationOptions

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

func DefaultUpdateProfileNameOperationOptions

func DefaultUpdateProfileNameOperationOptions() UpdateProfileNameOperationOptions

func (UpdateProfileNameOperationOptions) ToHeaders

func (UpdateProfileNameOperationOptions) ToOData

func (UpdateProfileNameOperationOptions) ToQuery

type UpdateProfileNameOperationResponse

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