b2xuserflow

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type B2xIdentityUserFlowOperationPredicate

type B2xIdentityUserFlowOperationPredicate struct {
}

func (B2xIdentityUserFlowOperationPredicate) Matches

type B2xUserFlowClient

type B2xUserFlowClient struct {
	Client *msgraph.Client
}

func NewB2xUserFlowClientWithBaseURI

func NewB2xUserFlowClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowClient, error)

func (B2xUserFlowClient) CreateB2xUserFlow

CreateB2xUserFlow - Create b2xIdentityUserFlow. Create a new b2xIdentityUserFlow object.

func (B2xUserFlowClient) DeleteB2xUserFlow

DeleteB2xUserFlow - Delete b2xIdentityUserFlow. Delete a b2xIdentityUserFlow object.

func (B2xUserFlowClient) GetB2xUserFlow

GetB2xUserFlow - Get b2xIdentityUserFlow. Retrieve the properties and relationships of a b2xIdentityUserFlow object.

func (B2xUserFlowClient) GetB2xUserFlowsCount

GetB2xUserFlowsCount - Get the number of the resource

func (B2xUserFlowClient) ListB2xUserFlows

ListB2xUserFlows - List b2xIdentityUserFlows. Retrieve a list of b2xIdentityUserFlow objects.

func (B2xUserFlowClient) ListB2xUserFlowsComplete

ListB2xUserFlowsComplete retrieves all the results into a single object

func (B2xUserFlowClient) ListB2xUserFlowsCompleteMatchingPredicate

func (c B2xUserFlowClient) ListB2xUserFlowsCompleteMatchingPredicate(ctx context.Context, options ListB2xUserFlowsOperationOptions, predicate B2xIdentityUserFlowOperationPredicate) (result ListB2xUserFlowsCompleteResult, err error)

ListB2xUserFlowsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (B2xUserFlowClient) UpdateB2xUserFlow

UpdateB2xUserFlow - Update the navigation property b2xUserFlows in identity

type CreateB2xUserFlowOperationOptions

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

func DefaultCreateB2xUserFlowOperationOptions

func DefaultCreateB2xUserFlowOperationOptions() CreateB2xUserFlowOperationOptions

func (CreateB2xUserFlowOperationOptions) ToHeaders

func (CreateB2xUserFlowOperationOptions) ToOData

func (CreateB2xUserFlowOperationOptions) ToQuery

type CreateB2xUserFlowOperationResponse

type CreateB2xUserFlowOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.B2xIdentityUserFlow
}

type DeleteB2xUserFlowOperationOptions

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

func DefaultDeleteB2xUserFlowOperationOptions

func DefaultDeleteB2xUserFlowOperationOptions() DeleteB2xUserFlowOperationOptions

func (DeleteB2xUserFlowOperationOptions) ToHeaders

func (DeleteB2xUserFlowOperationOptions) ToOData

func (DeleteB2xUserFlowOperationOptions) ToQuery

type DeleteB2xUserFlowOperationResponse

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

type GetB2xUserFlowOperationOptions

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

func DefaultGetB2xUserFlowOperationOptions

func DefaultGetB2xUserFlowOperationOptions() GetB2xUserFlowOperationOptions

func (GetB2xUserFlowOperationOptions) ToHeaders

func (GetB2xUserFlowOperationOptions) ToOData

func (GetB2xUserFlowOperationOptions) ToQuery

type GetB2xUserFlowOperationResponse

type GetB2xUserFlowOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.B2xIdentityUserFlow
}

type GetB2xUserFlowsCountOperationOptions

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

func DefaultGetB2xUserFlowsCountOperationOptions

func DefaultGetB2xUserFlowsCountOperationOptions() GetB2xUserFlowsCountOperationOptions

func (GetB2xUserFlowsCountOperationOptions) ToHeaders

func (GetB2xUserFlowsCountOperationOptions) ToOData

func (GetB2xUserFlowsCountOperationOptions) ToQuery

type GetB2xUserFlowsCountOperationResponse

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

type ListB2xUserFlowsCompleteResult

type ListB2xUserFlowsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.B2xIdentityUserFlow
}

type ListB2xUserFlowsCustomPager

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

type ListB2xUserFlowsOperationOptions

type ListB2xUserFlowsOperationOptions 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 DefaultListB2xUserFlowsOperationOptions

func DefaultListB2xUserFlowsOperationOptions() ListB2xUserFlowsOperationOptions

func (ListB2xUserFlowsOperationOptions) ToHeaders

func (ListB2xUserFlowsOperationOptions) ToOData

func (ListB2xUserFlowsOperationOptions) ToQuery

type ListB2xUserFlowsOperationResponse

type ListB2xUserFlowsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.B2xIdentityUserFlow
}

type UpdateB2xUserFlowOperationOptions

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

func DefaultUpdateB2xUserFlowOperationOptions

func DefaultUpdateB2xUserFlowOperationOptions() UpdateB2xUserFlowOperationOptions

func (UpdateB2xUserFlowOperationOptions) ToHeaders

func (UpdateB2xUserFlowOperationOptions) ToOData

func (UpdateB2xUserFlowOperationOptions) ToQuery

type UpdateB2xUserFlowOperationResponse

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