profileaward

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateProfileAwardOperationOptions

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

func DefaultCreateProfileAwardOperationOptions

func DefaultCreateProfileAwardOperationOptions() CreateProfileAwardOperationOptions

func (CreateProfileAwardOperationOptions) ToHeaders

func (CreateProfileAwardOperationOptions) ToOData

func (CreateProfileAwardOperationOptions) ToQuery

type CreateProfileAwardOperationResponse

type CreateProfileAwardOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonAward
}

type DeleteProfileAwardOperationOptions

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

func DefaultDeleteProfileAwardOperationOptions

func DefaultDeleteProfileAwardOperationOptions() DeleteProfileAwardOperationOptions

func (DeleteProfileAwardOperationOptions) ToHeaders

func (DeleteProfileAwardOperationOptions) ToOData

func (DeleteProfileAwardOperationOptions) ToQuery

type DeleteProfileAwardOperationResponse

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

type GetProfileAwardOperationOptions

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

func DefaultGetProfileAwardOperationOptions

func DefaultGetProfileAwardOperationOptions() GetProfileAwardOperationOptions

func (GetProfileAwardOperationOptions) ToHeaders

func (GetProfileAwardOperationOptions) ToOData

func (GetProfileAwardOperationOptions) ToQuery

type GetProfileAwardOperationResponse

type GetProfileAwardOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonAward
}

type GetProfileAwardsCountOperationOptions

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

func DefaultGetProfileAwardsCountOperationOptions

func DefaultGetProfileAwardsCountOperationOptions() GetProfileAwardsCountOperationOptions

func (GetProfileAwardsCountOperationOptions) ToHeaders

func (GetProfileAwardsCountOperationOptions) ToOData

func (GetProfileAwardsCountOperationOptions) ToQuery

type GetProfileAwardsCountOperationResponse

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

type ListProfileAwardsCompleteResult

type ListProfileAwardsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PersonAward
}

type ListProfileAwardsCustomPager

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

type ListProfileAwardsOperationOptions

type ListProfileAwardsOperationOptions 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 DefaultListProfileAwardsOperationOptions

func DefaultListProfileAwardsOperationOptions() ListProfileAwardsOperationOptions

func (ListProfileAwardsOperationOptions) ToHeaders

func (ListProfileAwardsOperationOptions) ToOData

func (ListProfileAwardsOperationOptions) ToQuery

type ListProfileAwardsOperationResponse

type ListProfileAwardsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PersonAward
}

type PersonAwardOperationPredicate

type PersonAwardOperationPredicate struct {
}

func (PersonAwardOperationPredicate) Matches

type ProfileAwardClient

type ProfileAwardClient struct {
	Client *msgraph.Client
}

func NewProfileAwardClientWithBaseURI

func NewProfileAwardClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileAwardClient, error)

func (ProfileAwardClient) CreateProfileAward

CreateProfileAward - Create new navigation property to awards for users

func (ProfileAwardClient) DeleteProfileAward

DeleteProfileAward - Delete personAward. Deletes a personAward object from a user's profile.

func (ProfileAwardClient) GetProfileAward

GetProfileAward - Get awards from users. Represents the details of awards or honors associated with a person.

func (ProfileAwardClient) GetProfileAwardsCount

GetProfileAwardsCount - Get the number of the resource

func (ProfileAwardClient) ListProfileAwards

ListProfileAwards - Get awards from users. Represents the details of awards or honors associated with a person.

func (ProfileAwardClient) ListProfileAwardsComplete

ListProfileAwardsComplete retrieves all the results into a single object

func (ProfileAwardClient) ListProfileAwardsCompleteMatchingPredicate

func (c ProfileAwardClient) ListProfileAwardsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileAwardsOperationOptions, predicate PersonAwardOperationPredicate) (result ListProfileAwardsCompleteResult, err error)

ListProfileAwardsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileAwardClient) UpdateProfileAward

UpdateProfileAward - Update personAward. Update the properties of a personAward object from a user's profile.

type UpdateProfileAwardOperationOptions

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

func DefaultUpdateProfileAwardOperationOptions

func DefaultUpdateProfileAwardOperationOptions() UpdateProfileAwardOperationOptions

func (UpdateProfileAwardOperationOptions) ToHeaders

func (UpdateProfileAwardOperationOptions) ToOData

func (UpdateProfileAwardOperationOptions) ToQuery

type UpdateProfileAwardOperationResponse

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