b2xuserflowlanguagedefaultpage

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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type B2xUserFlowLanguageDefaultPageClient

type B2xUserFlowLanguageDefaultPageClient struct {
	Client *msgraph.Client
}

func NewB2xUserFlowLanguageDefaultPageClientWithBaseURI

func NewB2xUserFlowLanguageDefaultPageClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowLanguageDefaultPageClient, error)

func (B2xUserFlowLanguageDefaultPageClient) CreateB2xUserFlowLanguageDefaultPage

CreateB2xUserFlowLanguageDefaultPage - Create new navigation property to defaultPages for identity

func (B2xUserFlowLanguageDefaultPageClient) DeleteB2xUserFlowLanguageDefaultPage

DeleteB2xUserFlowLanguageDefaultPage - Delete navigation property defaultPages for identity

func (B2xUserFlowLanguageDefaultPageClient) GetB2xUserFlowLanguageDefaultPage

GetB2xUserFlowLanguageDefaultPage - Get defaultPages from identity. Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification.

func (B2xUserFlowLanguageDefaultPageClient) GetB2xUserFlowLanguageDefaultPageValue

GetB2xUserFlowLanguageDefaultPageValue - Get userFlowLanguagePage. Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow.

func (B2xUserFlowLanguageDefaultPageClient) GetB2xUserFlowLanguageDefaultPagesCount

GetB2xUserFlowLanguageDefaultPagesCount - Get the number of the resource

func (B2xUserFlowLanguageDefaultPageClient) ListB2xUserFlowLanguageDefaultPages

ListB2xUserFlowLanguageDefaultPages - Get userFlowLanguagePage. Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow.

func (B2xUserFlowLanguageDefaultPageClient) ListB2xUserFlowLanguageDefaultPagesComplete

ListB2xUserFlowLanguageDefaultPagesComplete retrieves all the results into a single object

func (B2xUserFlowLanguageDefaultPageClient) ListB2xUserFlowLanguageDefaultPagesCompleteMatchingPredicate

ListB2xUserFlowLanguageDefaultPagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (B2xUserFlowLanguageDefaultPageClient) RemoveB2xUserFlowLanguageDefaultPageValue

RemoveB2xUserFlowLanguageDefaultPageValue - Delete media content for the navigation property defaultPages in identity. The unique identifier for an entity. Read-only.

func (B2xUserFlowLanguageDefaultPageClient) SetB2xUserFlowLanguageDefaultPageValue

SetB2xUserFlowLanguageDefaultPageValue - Update media content for the navigation property defaultPages in identity. The unique identifier for an entity. Read-only.

func (B2xUserFlowLanguageDefaultPageClient) UpdateB2xUserFlowLanguageDefaultPage

UpdateB2xUserFlowLanguageDefaultPage - Update the navigation property defaultPages in identity

type CreateB2xUserFlowLanguageDefaultPageOperationOptions

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

func DefaultCreateB2xUserFlowLanguageDefaultPageOperationOptions

func DefaultCreateB2xUserFlowLanguageDefaultPageOperationOptions() CreateB2xUserFlowLanguageDefaultPageOperationOptions

func (CreateB2xUserFlowLanguageDefaultPageOperationOptions) ToHeaders

func (CreateB2xUserFlowLanguageDefaultPageOperationOptions) ToOData

func (CreateB2xUserFlowLanguageDefaultPageOperationOptions) ToQuery

type CreateB2xUserFlowLanguageDefaultPageOperationResponse

type CreateB2xUserFlowLanguageDefaultPageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserFlowLanguagePage
}

type DeleteB2xUserFlowLanguageDefaultPageOperationOptions

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

func DefaultDeleteB2xUserFlowLanguageDefaultPageOperationOptions

func DefaultDeleteB2xUserFlowLanguageDefaultPageOperationOptions() DeleteB2xUserFlowLanguageDefaultPageOperationOptions

func (DeleteB2xUserFlowLanguageDefaultPageOperationOptions) ToHeaders

func (DeleteB2xUserFlowLanguageDefaultPageOperationOptions) ToOData

func (DeleteB2xUserFlowLanguageDefaultPageOperationOptions) ToQuery

type DeleteB2xUserFlowLanguageDefaultPageOperationResponse

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

type GetB2xUserFlowLanguageDefaultPageOperationOptions

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

func DefaultGetB2xUserFlowLanguageDefaultPageOperationOptions

func DefaultGetB2xUserFlowLanguageDefaultPageOperationOptions() GetB2xUserFlowLanguageDefaultPageOperationOptions

func (GetB2xUserFlowLanguageDefaultPageOperationOptions) ToHeaders

func (GetB2xUserFlowLanguageDefaultPageOperationOptions) ToOData

func (GetB2xUserFlowLanguageDefaultPageOperationOptions) ToQuery

type GetB2xUserFlowLanguageDefaultPageOperationResponse

type GetB2xUserFlowLanguageDefaultPageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserFlowLanguagePage
}

type GetB2xUserFlowLanguageDefaultPageValueOperationOptions

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

func DefaultGetB2xUserFlowLanguageDefaultPageValueOperationOptions

func DefaultGetB2xUserFlowLanguageDefaultPageValueOperationOptions() GetB2xUserFlowLanguageDefaultPageValueOperationOptions

func (GetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToHeaders

func (GetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToOData

func (GetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToQuery

type GetB2xUserFlowLanguageDefaultPageValueOperationResponse

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

type GetB2xUserFlowLanguageDefaultPagesCountOperationOptions

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

func (GetB2xUserFlowLanguageDefaultPagesCountOperationOptions) ToHeaders

func (GetB2xUserFlowLanguageDefaultPagesCountOperationOptions) ToOData

func (GetB2xUserFlowLanguageDefaultPagesCountOperationOptions) ToQuery

type GetB2xUserFlowLanguageDefaultPagesCountOperationResponse

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

type ListB2xUserFlowLanguageDefaultPagesCompleteResult

type ListB2xUserFlowLanguageDefaultPagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UserFlowLanguagePage
}

type ListB2xUserFlowLanguageDefaultPagesCustomPager

type ListB2xUserFlowLanguageDefaultPagesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListB2xUserFlowLanguageDefaultPagesOperationOptions

type ListB2xUserFlowLanguageDefaultPagesOperationOptions 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 DefaultListB2xUserFlowLanguageDefaultPagesOperationOptions

func DefaultListB2xUserFlowLanguageDefaultPagesOperationOptions() ListB2xUserFlowLanguageDefaultPagesOperationOptions

func (ListB2xUserFlowLanguageDefaultPagesOperationOptions) ToHeaders

func (ListB2xUserFlowLanguageDefaultPagesOperationOptions) ToOData

func (ListB2xUserFlowLanguageDefaultPagesOperationOptions) ToQuery

type ListB2xUserFlowLanguageDefaultPagesOperationResponse

type ListB2xUserFlowLanguageDefaultPagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UserFlowLanguagePage
}

type RemoveB2xUserFlowLanguageDefaultPageValueOperationOptions

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

func (RemoveB2xUserFlowLanguageDefaultPageValueOperationOptions) ToHeaders

func (RemoveB2xUserFlowLanguageDefaultPageValueOperationOptions) ToOData

func (RemoveB2xUserFlowLanguageDefaultPageValueOperationOptions) ToQuery

type RemoveB2xUserFlowLanguageDefaultPageValueOperationResponse

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

type SetB2xUserFlowLanguageDefaultPageValueOperationOptions

type SetB2xUserFlowLanguageDefaultPageValueOperationOptions struct {
	ContentType string
	Metadata    *odata.Metadata
	RetryFunc   client.RequestRetryFunc
}

func DefaultSetB2xUserFlowLanguageDefaultPageValueOperationOptions

func DefaultSetB2xUserFlowLanguageDefaultPageValueOperationOptions() SetB2xUserFlowLanguageDefaultPageValueOperationOptions

func (SetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToHeaders

func (SetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToOData

func (SetB2xUserFlowLanguageDefaultPageValueOperationOptions) ToQuery

type SetB2xUserFlowLanguageDefaultPageValueOperationResponse

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

type UpdateB2xUserFlowLanguageDefaultPageOperationOptions

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

func DefaultUpdateB2xUserFlowLanguageDefaultPageOperationOptions

func DefaultUpdateB2xUserFlowLanguageDefaultPageOperationOptions() UpdateB2xUserFlowLanguageDefaultPageOperationOptions

func (UpdateB2xUserFlowLanguageDefaultPageOperationOptions) ToHeaders

func (UpdateB2xUserFlowLanguageDefaultPageOperationOptions) ToOData

func (UpdateB2xUserFlowLanguageDefaultPageOperationOptions) ToQuery

type UpdateB2xUserFlowLanguageDefaultPageOperationResponse

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

type UserFlowLanguagePageOperationPredicate

type UserFlowLanguagePageOperationPredicate struct {
}

func (UserFlowLanguagePageOperationPredicate) Matches

Jump to

Keyboard shortcuts

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