profilelanguage

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 CreateProfileLanguageOperationOptions

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

func DefaultCreateProfileLanguageOperationOptions

func DefaultCreateProfileLanguageOperationOptions() CreateProfileLanguageOperationOptions

func (CreateProfileLanguageOperationOptions) ToHeaders

func (CreateProfileLanguageOperationOptions) ToOData

func (CreateProfileLanguageOperationOptions) ToQuery

type CreateProfileLanguageOperationResponse

type CreateProfileLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.LanguageProficiency
}

type DeleteProfileLanguageOperationOptions

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

func DefaultDeleteProfileLanguageOperationOptions

func DefaultDeleteProfileLanguageOperationOptions() DeleteProfileLanguageOperationOptions

func (DeleteProfileLanguageOperationOptions) ToHeaders

func (DeleteProfileLanguageOperationOptions) ToOData

func (DeleteProfileLanguageOperationOptions) ToQuery

type DeleteProfileLanguageOperationResponse

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

type GetProfileLanguageOperationOptions

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

func DefaultGetProfileLanguageOperationOptions

func DefaultGetProfileLanguageOperationOptions() GetProfileLanguageOperationOptions

func (GetProfileLanguageOperationOptions) ToHeaders

func (GetProfileLanguageOperationOptions) ToOData

func (GetProfileLanguageOperationOptions) ToQuery

type GetProfileLanguageOperationResponse

type GetProfileLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.LanguageProficiency
}

type GetProfileLanguagesCountOperationOptions

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

func DefaultGetProfileLanguagesCountOperationOptions

func DefaultGetProfileLanguagesCountOperationOptions() GetProfileLanguagesCountOperationOptions

func (GetProfileLanguagesCountOperationOptions) ToHeaders

func (GetProfileLanguagesCountOperationOptions) ToOData

func (GetProfileLanguagesCountOperationOptions) ToQuery

type GetProfileLanguagesCountOperationResponse

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

type LanguageProficiencyOperationPredicate

type LanguageProficiencyOperationPredicate struct {
}

func (LanguageProficiencyOperationPredicate) Matches

type ListProfileLanguagesCompleteResult

type ListProfileLanguagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.LanguageProficiency
}

type ListProfileLanguagesCustomPager

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

type ListProfileLanguagesOperationOptions

type ListProfileLanguagesOperationOptions 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 DefaultListProfileLanguagesOperationOptions

func DefaultListProfileLanguagesOperationOptions() ListProfileLanguagesOperationOptions

func (ListProfileLanguagesOperationOptions) ToHeaders

func (ListProfileLanguagesOperationOptions) ToOData

func (ListProfileLanguagesOperationOptions) ToQuery

type ListProfileLanguagesOperationResponse

type ListProfileLanguagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.LanguageProficiency
}

type ProfileLanguageClient

type ProfileLanguageClient struct {
	Client *msgraph.Client
}

func NewProfileLanguageClientWithBaseURI

func NewProfileLanguageClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileLanguageClient, error)

func (ProfileLanguageClient) CreateProfileLanguage

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

func (ProfileLanguageClient) DeleteProfileLanguage

DeleteProfileLanguage - Delete languageProficiency. Delete a languageProficiency object from a user's profile.

func (ProfileLanguageClient) GetProfileLanguage

GetProfileLanguage - Get languageProficiency. Retrieve the properties and relationships of a languageProficiency object within a user's profile.

func (ProfileLanguageClient) GetProfileLanguagesCount

GetProfileLanguagesCount - Get the number of the resource

func (ProfileLanguageClient) ListProfileLanguages

ListProfileLanguages - List languages. Retrieve a list of languageProficiency objects from a user's profile.

func (ProfileLanguageClient) ListProfileLanguagesComplete

ListProfileLanguagesComplete retrieves all the results into a single object

func (ProfileLanguageClient) ListProfileLanguagesCompleteMatchingPredicate

func (c ProfileLanguageClient) ListProfileLanguagesCompleteMatchingPredicate(ctx context.Context, options ListProfileLanguagesOperationOptions, predicate LanguageProficiencyOperationPredicate) (result ListProfileLanguagesCompleteResult, err error)

ListProfileLanguagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileLanguageClient) UpdateProfileLanguage

UpdateProfileLanguage - Update languageProficiency. Update the properties of a languageProficiency object in a user's profile.

type UpdateProfileLanguageOperationOptions

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

func DefaultUpdateProfileLanguageOperationOptions

func DefaultUpdateProfileLanguageOperationOptions() UpdateProfileLanguageOperationOptions

func (UpdateProfileLanguageOperationOptions) ToHeaders

func (UpdateProfileLanguageOperationOptions) ToOData

func (UpdateProfileLanguageOperationOptions) ToQuery

type UpdateProfileLanguageOperationResponse

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