Documentation ¶
Index ¶
- type AgreementAcceptanceClient
- func (c AgreementAcceptanceClient) GetAgreementAcceptance(ctx context.Context, id beta.UserIdAgreementAcceptanceId, ...) (result GetAgreementAcceptanceOperationResponse, err error)
- func (c AgreementAcceptanceClient) GetAgreementAcceptancesCount(ctx context.Context, id beta.UserId, ...) (result GetAgreementAcceptancesCountOperationResponse, err error)
- func (c AgreementAcceptanceClient) ListAgreementAcceptances(ctx context.Context, id beta.UserId, ...) (result ListAgreementAcceptancesOperationResponse, err error)
- func (c AgreementAcceptanceClient) ListAgreementAcceptancesComplete(ctx context.Context, id beta.UserId, ...) (ListAgreementAcceptancesCompleteResult, error)
- func (c AgreementAcceptanceClient) ListAgreementAcceptancesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListAgreementAcceptancesCompleteResult, err error)
- type AgreementAcceptanceOperationPredicate
- type GetAgreementAcceptanceOperationOptions
- type GetAgreementAcceptanceOperationResponse
- type GetAgreementAcceptancesCountOperationOptions
- type GetAgreementAcceptancesCountOperationResponse
- type ListAgreementAcceptancesCompleteResult
- type ListAgreementAcceptancesCustomPager
- type ListAgreementAcceptancesOperationOptions
- type ListAgreementAcceptancesOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgreementAcceptanceClient ¶
func NewAgreementAcceptanceClientWithBaseURI ¶
func NewAgreementAcceptanceClientWithBaseURI(sdkApi sdkEnv.Api) (*AgreementAcceptanceClient, error)
func (AgreementAcceptanceClient) GetAgreementAcceptance ¶
func (c AgreementAcceptanceClient) GetAgreementAcceptance(ctx context.Context, id beta.UserIdAgreementAcceptanceId, options GetAgreementAcceptanceOperationOptions) (result GetAgreementAcceptanceOperationResponse, err error)
GetAgreementAcceptance - Get agreementAcceptances from users. The user's terms of use acceptance statuses. Read-only. Nullable.
func (AgreementAcceptanceClient) GetAgreementAcceptancesCount ¶
func (c AgreementAcceptanceClient) GetAgreementAcceptancesCount(ctx context.Context, id beta.UserId, options GetAgreementAcceptancesCountOperationOptions) (result GetAgreementAcceptancesCountOperationResponse, err error)
GetAgreementAcceptancesCount - Get the number of the resource
func (AgreementAcceptanceClient) ListAgreementAcceptances ¶
func (c AgreementAcceptanceClient) ListAgreementAcceptances(ctx context.Context, id beta.UserId, options ListAgreementAcceptancesOperationOptions) (result ListAgreementAcceptancesOperationResponse, err error)
ListAgreementAcceptances - Get agreementAcceptances from users. The user's terms of use acceptance statuses. Read-only. Nullable.
func (AgreementAcceptanceClient) ListAgreementAcceptancesComplete ¶
func (c AgreementAcceptanceClient) ListAgreementAcceptancesComplete(ctx context.Context, id beta.UserId, options ListAgreementAcceptancesOperationOptions) (ListAgreementAcceptancesCompleteResult, error)
ListAgreementAcceptancesComplete retrieves all the results into a single object
func (AgreementAcceptanceClient) ListAgreementAcceptancesCompleteMatchingPredicate ¶
func (c AgreementAcceptanceClient) ListAgreementAcceptancesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListAgreementAcceptancesOperationOptions, predicate AgreementAcceptanceOperationPredicate) (result ListAgreementAcceptancesCompleteResult, err error)
ListAgreementAcceptancesCompleteMatchingPredicate retrieves all the results and then applies the predicate
type AgreementAcceptanceOperationPredicate ¶
type AgreementAcceptanceOperationPredicate struct { }
func (AgreementAcceptanceOperationPredicate) Matches ¶
func (p AgreementAcceptanceOperationPredicate) Matches(input beta.AgreementAcceptance) bool
type GetAgreementAcceptanceOperationOptions ¶
type GetAgreementAcceptanceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAgreementAcceptanceOperationOptions ¶
func DefaultGetAgreementAcceptanceOperationOptions() GetAgreementAcceptanceOperationOptions
func (GetAgreementAcceptanceOperationOptions) ToHeaders ¶
func (o GetAgreementAcceptanceOperationOptions) ToHeaders() *client.Headers
func (GetAgreementAcceptanceOperationOptions) ToOData ¶
func (o GetAgreementAcceptanceOperationOptions) ToOData() *odata.Query
func (GetAgreementAcceptanceOperationOptions) ToQuery ¶
func (o GetAgreementAcceptanceOperationOptions) ToQuery() *client.QueryParams
type GetAgreementAcceptancesCountOperationOptions ¶
type GetAgreementAcceptancesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAgreementAcceptancesCountOperationOptions ¶
func DefaultGetAgreementAcceptancesCountOperationOptions() GetAgreementAcceptancesCountOperationOptions
func (GetAgreementAcceptancesCountOperationOptions) ToHeaders ¶
func (o GetAgreementAcceptancesCountOperationOptions) ToHeaders() *client.Headers
func (GetAgreementAcceptancesCountOperationOptions) ToOData ¶
func (o GetAgreementAcceptancesCountOperationOptions) ToOData() *odata.Query
func (GetAgreementAcceptancesCountOperationOptions) ToQuery ¶
func (o GetAgreementAcceptancesCountOperationOptions) ToQuery() *client.QueryParams
type ListAgreementAcceptancesCompleteResult ¶
type ListAgreementAcceptancesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.AgreementAcceptance }
type ListAgreementAcceptancesCustomPager ¶
func (*ListAgreementAcceptancesCustomPager) NextPageLink ¶
func (p *ListAgreementAcceptancesCustomPager) NextPageLink() *odata.Link
type ListAgreementAcceptancesOperationOptions ¶
type ListAgreementAcceptancesOperationOptions 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 DefaultListAgreementAcceptancesOperationOptions ¶
func DefaultListAgreementAcceptancesOperationOptions() ListAgreementAcceptancesOperationOptions
func (ListAgreementAcceptancesOperationOptions) ToHeaders ¶
func (o ListAgreementAcceptancesOperationOptions) ToHeaders() *client.Headers
func (ListAgreementAcceptancesOperationOptions) ToOData ¶
func (o ListAgreementAcceptancesOperationOptions) ToOData() *odata.Query
func (ListAgreementAcceptancesOperationOptions) ToQuery ¶
func (o ListAgreementAcceptancesOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.