Documentation ¶
Index ¶
- type GetLifecycleWorkflowRunUserProcessingResultOperationOptions
- type GetLifecycleWorkflowRunUserProcessingResultOperationResponse
- type GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions
- func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToOData() *odata.Query
- func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToQuery() *client.QueryParams
- type GetLifecycleWorkflowRunUserProcessingResultsCountOperationResponse
- type IdentityGovernanceUserProcessingResultOperationPredicate
- type LifecycleWorkflowWorkflowRunUserProcessingResultClient
- func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResult(ctx context.Context, ...) (result GetLifecycleWorkflowRunUserProcessingResultOperationResponse, err error)
- func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResultsCount(ctx context.Context, ...) (result GetLifecycleWorkflowRunUserProcessingResultsCountOperationResponse, ...)
- func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResults(ctx context.Context, ...) (result ListLifecycleWorkflowRunUserProcessingResultsOperationResponse, ...)
- func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsComplete(ctx context.Context, ...) (ListLifecycleWorkflowRunUserProcessingResultsCompleteResult, error)
- func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsCompleteMatchingPredicate(ctx context.Context, ...) (result ListLifecycleWorkflowRunUserProcessingResultsCompleteResult, err error)
- type ListLifecycleWorkflowRunUserProcessingResultsCompleteResult
- type ListLifecycleWorkflowRunUserProcessingResultsCustomPager
- type ListLifecycleWorkflowRunUserProcessingResultsOperationOptions
- type ListLifecycleWorkflowRunUserProcessingResultsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLifecycleWorkflowRunUserProcessingResultOperationOptions ¶
type GetLifecycleWorkflowRunUserProcessingResultOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowRunUserProcessingResultOperationOptions ¶
func DefaultGetLifecycleWorkflowRunUserProcessingResultOperationOptions() GetLifecycleWorkflowRunUserProcessingResultOperationOptions
func (GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowRunUserProcessingResultOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions ¶
type GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions ¶
func DefaultGetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions() GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions
func (GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) ToQuery() *client.QueryParams
type IdentityGovernanceUserProcessingResultOperationPredicate ¶
type IdentityGovernanceUserProcessingResultOperationPredicate struct { }
func (IdentityGovernanceUserProcessingResultOperationPredicate) Matches ¶
func (p IdentityGovernanceUserProcessingResultOperationPredicate) Matches(input stable.IdentityGovernanceUserProcessingResult) bool
type LifecycleWorkflowWorkflowRunUserProcessingResultClient ¶
func NewLifecycleWorkflowWorkflowRunUserProcessingResultClientWithBaseURI ¶
func NewLifecycleWorkflowWorkflowRunUserProcessingResultClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowWorkflowRunUserProcessingResultClient, error)
func (LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResult ¶
func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResult(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowIdRunIdUserProcessingResultId, options GetLifecycleWorkflowRunUserProcessingResultOperationOptions) (result GetLifecycleWorkflowRunUserProcessingResultOperationResponse, err error)
GetLifecycleWorkflowRunUserProcessingResult - Get userProcessingResult. Get the user processing result of a user processing result of a run.
func (LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResultsCount ¶
func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) GetLifecycleWorkflowRunUserProcessingResultsCount(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowIdRunId, options GetLifecycleWorkflowRunUserProcessingResultsCountOperationOptions) (result GetLifecycleWorkflowRunUserProcessingResultsCountOperationResponse, err error)
GetLifecycleWorkflowRunUserProcessingResultsCount - Get the number of the resource
func (LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResults ¶
func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResults(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowIdRunId, options ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) (result ListLifecycleWorkflowRunUserProcessingResultsOperationResponse, err error)
ListLifecycleWorkflowRunUserProcessingResults - List userProcessingResults. Get user processing results of a workflow run object.
func (LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsComplete ¶
func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsComplete(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowIdRunId, options ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) (ListLifecycleWorkflowRunUserProcessingResultsCompleteResult, error)
ListLifecycleWorkflowRunUserProcessingResultsComplete retrieves all the results into a single object
func (LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsCompleteMatchingPredicate ¶
func (c LifecycleWorkflowWorkflowRunUserProcessingResultClient) ListLifecycleWorkflowRunUserProcessingResultsCompleteMatchingPredicate(ctx context.Context, id stable.IdentityGovernanceLifecycleWorkflowWorkflowIdRunId, options ListLifecycleWorkflowRunUserProcessingResultsOperationOptions, predicate IdentityGovernanceUserProcessingResultOperationPredicate) (result ListLifecycleWorkflowRunUserProcessingResultsCompleteResult, err error)
ListLifecycleWorkflowRunUserProcessingResultsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListLifecycleWorkflowRunUserProcessingResultsCompleteResult ¶
type ListLifecycleWorkflowRunUserProcessingResultsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.IdentityGovernanceUserProcessingResult }
type ListLifecycleWorkflowRunUserProcessingResultsCustomPager ¶
type ListLifecycleWorkflowRunUserProcessingResultsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListLifecycleWorkflowRunUserProcessingResultsCustomPager) NextPageLink ¶
func (p *ListLifecycleWorkflowRunUserProcessingResultsCustomPager) NextPageLink() *odata.Link
type ListLifecycleWorkflowRunUserProcessingResultsOperationOptions ¶
type ListLifecycleWorkflowRunUserProcessingResultsOperationOptions 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 DefaultListLifecycleWorkflowRunUserProcessingResultsOperationOptions ¶
func DefaultListLifecycleWorkflowRunUserProcessingResultsOperationOptions() ListLifecycleWorkflowRunUserProcessingResultsOperationOptions
func (ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToHeaders ¶
func (o ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToHeaders() *client.Headers
func (ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToOData ¶
func (o ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToOData() *odata.Query
func (ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToQuery ¶
func (o ListLifecycleWorkflowRunUserProcessingResultsOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.