Documentation ¶
Index ¶
- type CreateUserFlowAttributeOperationOptions
- type CreateUserFlowAttributeOperationResponse
- type DeleteUserFlowAttributeOperationOptions
- type DeleteUserFlowAttributeOperationResponse
- type GetUserFlowAttributeOperationOptions
- type GetUserFlowAttributeOperationResponse
- type GetUserFlowAttributesCountOperationOptions
- type GetUserFlowAttributesCountOperationResponse
- type IdentityUserFlowAttributeOperationPredicate
- type ListUserFlowAttributesCompleteResult
- type ListUserFlowAttributesCustomPager
- type ListUserFlowAttributesOperationOptions
- type ListUserFlowAttributesOperationResponse
- type UpdateUserFlowAttributeOperationOptions
- type UpdateUserFlowAttributeOperationResponse
- type UserFlowAttributeClient
- func (c UserFlowAttributeClient) CreateUserFlowAttribute(ctx context.Context, input stable.IdentityUserFlowAttribute, ...) (result CreateUserFlowAttributeOperationResponse, err error)
- func (c UserFlowAttributeClient) DeleteUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, ...) (result DeleteUserFlowAttributeOperationResponse, err error)
- func (c UserFlowAttributeClient) GetUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, ...) (result GetUserFlowAttributeOperationResponse, err error)
- func (c UserFlowAttributeClient) GetUserFlowAttributesCount(ctx context.Context, options GetUserFlowAttributesCountOperationOptions) (result GetUserFlowAttributesCountOperationResponse, err error)
- func (c UserFlowAttributeClient) ListUserFlowAttributes(ctx context.Context, options ListUserFlowAttributesOperationOptions) (result ListUserFlowAttributesOperationResponse, err error)
- func (c UserFlowAttributeClient) ListUserFlowAttributesComplete(ctx context.Context, options ListUserFlowAttributesOperationOptions) (ListUserFlowAttributesCompleteResult, error)
- func (c UserFlowAttributeClient) ListUserFlowAttributesCompleteMatchingPredicate(ctx context.Context, options ListUserFlowAttributesOperationOptions, ...) (result ListUserFlowAttributesCompleteResult, err error)
- func (c UserFlowAttributeClient) UpdateUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, ...) (result UpdateUserFlowAttributeOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserFlowAttributeOperationOptions ¶
type CreateUserFlowAttributeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateUserFlowAttributeOperationOptions ¶
func DefaultCreateUserFlowAttributeOperationOptions() CreateUserFlowAttributeOperationOptions
func (CreateUserFlowAttributeOperationOptions) ToHeaders ¶
func (o CreateUserFlowAttributeOperationOptions) ToHeaders() *client.Headers
func (CreateUserFlowAttributeOperationOptions) ToOData ¶
func (o CreateUserFlowAttributeOperationOptions) ToOData() *odata.Query
func (CreateUserFlowAttributeOperationOptions) ToQuery ¶
func (o CreateUserFlowAttributeOperationOptions) ToQuery() *client.QueryParams
type DeleteUserFlowAttributeOperationOptions ¶
type DeleteUserFlowAttributeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteUserFlowAttributeOperationOptions ¶
func DefaultDeleteUserFlowAttributeOperationOptions() DeleteUserFlowAttributeOperationOptions
func (DeleteUserFlowAttributeOperationOptions) ToHeaders ¶
func (o DeleteUserFlowAttributeOperationOptions) ToHeaders() *client.Headers
func (DeleteUserFlowAttributeOperationOptions) ToOData ¶
func (o DeleteUserFlowAttributeOperationOptions) ToOData() *odata.Query
func (DeleteUserFlowAttributeOperationOptions) ToQuery ¶
func (o DeleteUserFlowAttributeOperationOptions) ToQuery() *client.QueryParams
type GetUserFlowAttributeOperationOptions ¶
type GetUserFlowAttributeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserFlowAttributeOperationOptions ¶
func DefaultGetUserFlowAttributeOperationOptions() GetUserFlowAttributeOperationOptions
func (GetUserFlowAttributeOperationOptions) ToHeaders ¶
func (o GetUserFlowAttributeOperationOptions) ToHeaders() *client.Headers
func (GetUserFlowAttributeOperationOptions) ToOData ¶
func (o GetUserFlowAttributeOperationOptions) ToOData() *odata.Query
func (GetUserFlowAttributeOperationOptions) ToQuery ¶
func (o GetUserFlowAttributeOperationOptions) ToQuery() *client.QueryParams
type GetUserFlowAttributesCountOperationOptions ¶
type GetUserFlowAttributesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserFlowAttributesCountOperationOptions ¶
func DefaultGetUserFlowAttributesCountOperationOptions() GetUserFlowAttributesCountOperationOptions
func (GetUserFlowAttributesCountOperationOptions) ToHeaders ¶
func (o GetUserFlowAttributesCountOperationOptions) ToHeaders() *client.Headers
func (GetUserFlowAttributesCountOperationOptions) ToOData ¶
func (o GetUserFlowAttributesCountOperationOptions) ToOData() *odata.Query
func (GetUserFlowAttributesCountOperationOptions) ToQuery ¶
func (o GetUserFlowAttributesCountOperationOptions) ToQuery() *client.QueryParams
type IdentityUserFlowAttributeOperationPredicate ¶
type IdentityUserFlowAttributeOperationPredicate struct { }
func (IdentityUserFlowAttributeOperationPredicate) Matches ¶
func (p IdentityUserFlowAttributeOperationPredicate) Matches(input stable.IdentityUserFlowAttribute) bool
type ListUserFlowAttributesCompleteResult ¶
type ListUserFlowAttributesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.IdentityUserFlowAttribute }
type ListUserFlowAttributesCustomPager ¶
func (*ListUserFlowAttributesCustomPager) NextPageLink ¶
func (p *ListUserFlowAttributesCustomPager) NextPageLink() *odata.Link
type ListUserFlowAttributesOperationOptions ¶
type ListUserFlowAttributesOperationOptions 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 DefaultListUserFlowAttributesOperationOptions ¶
func DefaultListUserFlowAttributesOperationOptions() ListUserFlowAttributesOperationOptions
func (ListUserFlowAttributesOperationOptions) ToHeaders ¶
func (o ListUserFlowAttributesOperationOptions) ToHeaders() *client.Headers
func (ListUserFlowAttributesOperationOptions) ToOData ¶
func (o ListUserFlowAttributesOperationOptions) ToOData() *odata.Query
func (ListUserFlowAttributesOperationOptions) ToQuery ¶
func (o ListUserFlowAttributesOperationOptions) ToQuery() *client.QueryParams
type UpdateUserFlowAttributeOperationOptions ¶
type UpdateUserFlowAttributeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateUserFlowAttributeOperationOptions ¶
func DefaultUpdateUserFlowAttributeOperationOptions() UpdateUserFlowAttributeOperationOptions
func (UpdateUserFlowAttributeOperationOptions) ToHeaders ¶
func (o UpdateUserFlowAttributeOperationOptions) ToHeaders() *client.Headers
func (UpdateUserFlowAttributeOperationOptions) ToOData ¶
func (o UpdateUserFlowAttributeOperationOptions) ToOData() *odata.Query
func (UpdateUserFlowAttributeOperationOptions) ToQuery ¶
func (o UpdateUserFlowAttributeOperationOptions) ToQuery() *client.QueryParams
type UserFlowAttributeClient ¶
func NewUserFlowAttributeClientWithBaseURI ¶
func NewUserFlowAttributeClientWithBaseURI(sdkApi sdkEnv.Api) (*UserFlowAttributeClient, error)
func (UserFlowAttributeClient) CreateUserFlowAttribute ¶
func (c UserFlowAttributeClient) CreateUserFlowAttribute(ctx context.Context, input stable.IdentityUserFlowAttribute, options CreateUserFlowAttributeOperationOptions) (result CreateUserFlowAttributeOperationResponse, err error)
CreateUserFlowAttribute - Create identityUserFlowAttribute. Create a new custom identityUserFlowAttribute object.
func (UserFlowAttributeClient) DeleteUserFlowAttribute ¶
func (c UserFlowAttributeClient) DeleteUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, options DeleteUserFlowAttributeOperationOptions) (result DeleteUserFlowAttributeOperationResponse, err error)
DeleteUserFlowAttribute - Delete identityUserFlowAttribute. Delete a custom identityUserFlowAttribute.
func (UserFlowAttributeClient) GetUserFlowAttribute ¶
func (c UserFlowAttributeClient) GetUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, options GetUserFlowAttributeOperationOptions) (result GetUserFlowAttributeOperationResponse, err error)
GetUserFlowAttribute - Get identityUserFlowAttribute. Retrieve the properties and relationships of a identityUserFlowAttribute object.
func (UserFlowAttributeClient) GetUserFlowAttributesCount ¶
func (c UserFlowAttributeClient) GetUserFlowAttributesCount(ctx context.Context, options GetUserFlowAttributesCountOperationOptions) (result GetUserFlowAttributesCountOperationResponse, err error)
GetUserFlowAttributesCount - Get the number of the resource
func (UserFlowAttributeClient) ListUserFlowAttributes ¶
func (c UserFlowAttributeClient) ListUserFlowAttributes(ctx context.Context, options ListUserFlowAttributesOperationOptions) (result ListUserFlowAttributesOperationResponse, err error)
ListUserFlowAttributes - List identityUserFlowAttributes. Retrieve a list of identityUserFlowAttribute objects.
func (UserFlowAttributeClient) ListUserFlowAttributesComplete ¶
func (c UserFlowAttributeClient) ListUserFlowAttributesComplete(ctx context.Context, options ListUserFlowAttributesOperationOptions) (ListUserFlowAttributesCompleteResult, error)
ListUserFlowAttributesComplete retrieves all the results into a single object
func (UserFlowAttributeClient) ListUserFlowAttributesCompleteMatchingPredicate ¶
func (c UserFlowAttributeClient) ListUserFlowAttributesCompleteMatchingPredicate(ctx context.Context, options ListUserFlowAttributesOperationOptions, predicate IdentityUserFlowAttributeOperationPredicate) (result ListUserFlowAttributesCompleteResult, err error)
ListUserFlowAttributesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (UserFlowAttributeClient) UpdateUserFlowAttribute ¶
func (c UserFlowAttributeClient) UpdateUserFlowAttribute(ctx context.Context, id stable.IdentityUserFlowAttributeId, input stable.IdentityUserFlowAttribute, options UpdateUserFlowAttributeOperationOptions) (result UpdateUserFlowAttributeOperationResponse, err error)
UpdateUserFlowAttribute - Update identityUserFlowAttribute. Update the properties of a custom identityUserFlowAttribute object.