profileproject

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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 CreateProfileProjectOperationOptions

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

func DefaultCreateProfileProjectOperationOptions

func DefaultCreateProfileProjectOperationOptions() CreateProfileProjectOperationOptions

func (CreateProfileProjectOperationOptions) ToHeaders

func (CreateProfileProjectOperationOptions) ToOData

func (CreateProfileProjectOperationOptions) ToQuery

type CreateProfileProjectOperationResponse

type CreateProfileProjectOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ProjectParticipation
}

type DeleteProfileProjectOperationOptions

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

func DefaultDeleteProfileProjectOperationOptions

func DefaultDeleteProfileProjectOperationOptions() DeleteProfileProjectOperationOptions

func (DeleteProfileProjectOperationOptions) ToHeaders

func (DeleteProfileProjectOperationOptions) ToOData

func (DeleteProfileProjectOperationOptions) ToQuery

type DeleteProfileProjectOperationResponse

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

type GetProfileProjectOperationOptions

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

func DefaultGetProfileProjectOperationOptions

func DefaultGetProfileProjectOperationOptions() GetProfileProjectOperationOptions

func (GetProfileProjectOperationOptions) ToHeaders

func (GetProfileProjectOperationOptions) ToOData

func (GetProfileProjectOperationOptions) ToQuery

type GetProfileProjectOperationResponse

type GetProfileProjectOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ProjectParticipation
}

type GetProfileProjectsCountOperationOptions

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

func DefaultGetProfileProjectsCountOperationOptions

func DefaultGetProfileProjectsCountOperationOptions() GetProfileProjectsCountOperationOptions

func (GetProfileProjectsCountOperationOptions) ToHeaders

func (GetProfileProjectsCountOperationOptions) ToOData

func (GetProfileProjectsCountOperationOptions) ToQuery

type GetProfileProjectsCountOperationResponse

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

type ListProfileProjectsCompleteResult

type ListProfileProjectsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ProjectParticipation
}

type ListProfileProjectsCustomPager

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

type ListProfileProjectsOperationOptions

type ListProfileProjectsOperationOptions 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 DefaultListProfileProjectsOperationOptions

func DefaultListProfileProjectsOperationOptions() ListProfileProjectsOperationOptions

func (ListProfileProjectsOperationOptions) ToHeaders

func (ListProfileProjectsOperationOptions) ToOData

func (ListProfileProjectsOperationOptions) ToQuery

type ListProfileProjectsOperationResponse

type ListProfileProjectsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ProjectParticipation
}

type ProfileProjectClient

type ProfileProjectClient struct {
	Client *msgraph.Client
}

func NewProfileProjectClientWithBaseURI

func NewProfileProjectClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileProjectClient, error)

func (ProfileProjectClient) CreateProfileProject

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

func (ProfileProjectClient) DeleteProfileProject

DeleteProfileProject - Delete projectParticipation. Delete a projectParticipation object from a user's profile.

func (ProfileProjectClient) GetProfileProject

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

func (ProfileProjectClient) GetProfileProjectsCount

GetProfileProjectsCount - Get the number of the resource

func (ProfileProjectClient) ListProfileProjects

ListProfileProjects - List projects. Retrieve a list of projectParticipation objects from a user's profile.

func (ProfileProjectClient) ListProfileProjectsComplete

ListProfileProjectsComplete retrieves all the results into a single object

func (ProfileProjectClient) ListProfileProjectsCompleteMatchingPredicate

func (c ProfileProjectClient) ListProfileProjectsCompleteMatchingPredicate(ctx context.Context, options ListProfileProjectsOperationOptions, predicate ProjectParticipationOperationPredicate) (result ListProfileProjectsCompleteResult, err error)

ListProfileProjectsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileProjectClient) UpdateProfileProject

UpdateProfileProject - Update projectparticipation. Update the properties of a projectParticipation object in a user's profile.

type ProjectParticipationOperationPredicate

type ProjectParticipationOperationPredicate struct {
}

func (ProjectParticipationOperationPredicate) Matches

type UpdateProfileProjectOperationOptions

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

func DefaultUpdateProfileProjectOperationOptions

func DefaultUpdateProfileProjectOperationOptions() UpdateProfileProjectOperationOptions

func (UpdateProfileProjectOperationOptions) ToHeaders

func (UpdateProfileProjectOperationOptions) ToOData

func (UpdateProfileProjectOperationOptions) ToQuery

type UpdateProfileProjectOperationResponse

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