invitation

package
v0.20241009.1142232 Latest Latest
Warning

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

Go to latest
Published: Oct 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 CreateInvitationOperationOptions

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

func DefaultCreateInvitationOperationOptions

func DefaultCreateInvitationOperationOptions() CreateInvitationOperationOptions

func (CreateInvitationOperationOptions) ToHeaders

func (CreateInvitationOperationOptions) ToOData

func (CreateInvitationOperationOptions) ToQuery

type CreateInvitationOperationResponse

type CreateInvitationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.Invitation
}

type GetsCountOperationOptions

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

func DefaultGetsCountOperationOptions

func DefaultGetsCountOperationOptions() GetsCountOperationOptions

func (GetsCountOperationOptions) ToHeaders

func (o GetsCountOperationOptions) ToHeaders() *client.Headers

func (GetsCountOperationOptions) ToOData

func (o GetsCountOperationOptions) ToOData() *odata.Query

func (GetsCountOperationOptions) ToQuery

type GetsCountOperationResponse

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

type InvitationClient

type InvitationClient struct {
	Client *msgraph.Client
}

func NewInvitationClientWithBaseURI

func NewInvitationClientWithBaseURI(sdkApi sdkEnv.Api) (*InvitationClient, error)

func (InvitationClient) CreateInvitation

CreateInvitation - Create invitation. Use this API to create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available

func (InvitationClient) GetsCount

GetsCount - Get the number of the resource

func (InvitationClient) ListInvitations

ListInvitations - Get entities from invitations

func (InvitationClient) ListInvitationsComplete

ListInvitationsComplete retrieves all the results into a single object

func (InvitationClient) ListInvitationsCompleteMatchingPredicate

func (c InvitationClient) ListInvitationsCompleteMatchingPredicate(ctx context.Context, options ListInvitationsOperationOptions, predicate InvitationOperationPredicate) (result ListInvitationsCompleteResult, err error)

ListInvitationsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type InvitationOperationPredicate

type InvitationOperationPredicate struct {
}

func (InvitationOperationPredicate) Matches

type ListInvitationsCompleteResult

type ListInvitationsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.Invitation
}

type ListInvitationsCustomPager

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

type ListInvitationsOperationOptions

type ListInvitationsOperationOptions 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 DefaultListInvitationsOperationOptions

func DefaultListInvitationsOperationOptions() ListInvitationsOperationOptions

func (ListInvitationsOperationOptions) ToHeaders

func (ListInvitationsOperationOptions) ToOData

func (ListInvitationsOperationOptions) ToQuery

type ListInvitationsOperationResponse

type ListInvitationsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.Invitation
}

Jump to

Keyboard shortcuts

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