Documentation
¶
Index ¶
- type Client
- func (a *Client) DownloadExportedAgreementsInCSV(params *DownloadExportedAgreementsInCSVParams, ...) (*DownloadExportedAgreementsInCSVOK, *DownloadExportedAgreementsInCSVNotFound, ...)deprecated
- func (a *Client) DownloadExportedAgreementsInCSVShort(params *DownloadExportedAgreementsInCSVParams, ...) (*DownloadExportedAgreementsInCSVOK, error)
- func (a *Client) InitiateExportAgreementsToCSV(params *InitiateExportAgreementsToCSVParams, ...) (*InitiateExportAgreementsToCSVOK, *InitiateExportAgreementsToCSVBadRequest, ...)deprecated
- func (a *Client) InitiateExportAgreementsToCSVShort(params *InitiateExportAgreementsToCSVParams, ...) (*InitiateExportAgreementsToCSVOK, error)
- func (a *Client) RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, ...) (*RetrieveAcceptedAgreements1OK, error)deprecated
- func (a *Client) RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, ...) (*RetrieveAcceptedAgreements1OK, error)
- func (a *Client) RetrieveAcceptedAgreementsForMultiUsers(params *RetrieveAcceptedAgreementsForMultiUsersParams, ...) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)deprecated
- func (a *Client) RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, ...) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)
- func (a *Client) RetrieveAllUsersByPolicyVersion1(params *RetrieveAllUsersByPolicyVersion1Params, ...) (*RetrieveAllUsersByPolicyVersion1OK, *RetrieveAllUsersByPolicyVersion1NotFound, ...)deprecated
- func (a *Client) RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, ...) (*RetrieveAllUsersByPolicyVersion1OK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type DownloadExportedAgreementsInCSVNotFound
- type DownloadExportedAgreementsInCSVOK
- type DownloadExportedAgreementsInCSVParams
- func NewDownloadExportedAgreementsInCSVParams() *DownloadExportedAgreementsInCSVParams
- func NewDownloadExportedAgreementsInCSVParamsWithContext(ctx context.Context) *DownloadExportedAgreementsInCSVParams
- func NewDownloadExportedAgreementsInCSVParamsWithHTTPClient(client *http.Client) *DownloadExportedAgreementsInCSVParams
- func NewDownloadExportedAgreementsInCSVParamsWithTimeout(timeout time.Duration) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DownloadExportedAgreementsInCSVParams) SetContext(ctx context.Context)
- func (o *DownloadExportedAgreementsInCSVParams) SetExportID(exportID string)
- func (o *DownloadExportedAgreementsInCSVParams) SetFlightId(flightId string)
- func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClient(client *http.Client)
- func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DownloadExportedAgreementsInCSVParams) SetNamespace(namespace string)
- func (o *DownloadExportedAgreementsInCSVParams) SetTimeout(timeout time.Duration)
- func (o *DownloadExportedAgreementsInCSVParams) WithContext(ctx context.Context) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) WithExportID(exportID string) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) WithHTTPClient(client *http.Client) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) WithNamespace(namespace string) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) WithTimeout(timeout time.Duration) *DownloadExportedAgreementsInCSVParams
- func (o *DownloadExportedAgreementsInCSVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadExportedAgreementsInCSVReader
- type InitiateExportAgreementsToCSVBadRequest
- type InitiateExportAgreementsToCSVConflict
- type InitiateExportAgreementsToCSVNotFound
- type InitiateExportAgreementsToCSVOK
- type InitiateExportAgreementsToCSVParams
- func NewInitiateExportAgreementsToCSVParams() *InitiateExportAgreementsToCSVParams
- func NewInitiateExportAgreementsToCSVParamsWithContext(ctx context.Context) *InitiateExportAgreementsToCSVParams
- func NewInitiateExportAgreementsToCSVParamsWithHTTPClient(client *http.Client) *InitiateExportAgreementsToCSVParams
- func NewInitiateExportAgreementsToCSVParamsWithTimeout(timeout time.Duration) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *InitiateExportAgreementsToCSVParams) SetContext(ctx context.Context)
- func (o *InitiateExportAgreementsToCSVParams) SetEnd(end *string)
- func (o *InitiateExportAgreementsToCSVParams) SetFlightId(flightId string)
- func (o *InitiateExportAgreementsToCSVParams) SetHTTPClient(client *http.Client)
- func (o *InitiateExportAgreementsToCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *InitiateExportAgreementsToCSVParams) SetNamespace(namespace string)
- func (o *InitiateExportAgreementsToCSVParams) SetPolicyVersionID(policyVersionID string)
- func (o *InitiateExportAgreementsToCSVParams) SetStart(start string)
- func (o *InitiateExportAgreementsToCSVParams) SetTimeout(timeout time.Duration)
- func (o *InitiateExportAgreementsToCSVParams) WithContext(ctx context.Context) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithEnd(end *string) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithHTTPClient(client *http.Client) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithNamespace(namespace string) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithPolicyVersionID(policyVersionID string) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithStart(start string) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WithTimeout(timeout time.Duration) *InitiateExportAgreementsToCSVParams
- func (o *InitiateExportAgreementsToCSVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InitiateExportAgreementsToCSVReader
- type RetrieveAcceptedAgreements1OK
- type RetrieveAcceptedAgreements1Params
- func NewRetrieveAcceptedAgreements1Params() *RetrieveAcceptedAgreements1Params
- func NewRetrieveAcceptedAgreements1ParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params
- func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params
- func NewRetrieveAcceptedAgreements1ParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RetrieveAcceptedAgreements1Params) SetContext(ctx context.Context)
- func (o *RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool)
- func (o *RetrieveAcceptedAgreements1Params) SetFlightId(flightId string)
- func (o *RetrieveAcceptedAgreements1Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveAcceptedAgreements1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RetrieveAcceptedAgreements1Params) SetNamespace(namespace string)
- func (o *RetrieveAcceptedAgreements1Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveAcceptedAgreements1Params) SetUserID(userID string)
- func (o *RetrieveAcceptedAgreements1Params) WithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WithNamespace(namespace string) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WithUserID(userID string) *RetrieveAcceptedAgreements1Params
- func (o *RetrieveAcceptedAgreements1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAcceptedAgreements1Reader
- type RetrieveAcceptedAgreementsForMultiUsersOK
- type RetrieveAcceptedAgreementsForMultiUsersParams
- func NewRetrieveAcceptedAgreementsForMultiUsersParams() *RetrieveAcceptedAgreementsForMultiUsersParams
- func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams
- func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams
- func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetBody(body *legalclientmodels.UsersAgreementsRequest)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetContext(ctx context.Context)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId(flightId string)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient(client *http.Client)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace(namespace string)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetTimeout(timeout time.Duration)
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithBody(body *legalclientmodels.UsersAgreementsRequest) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithNamespace(namespace string) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams
- func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAcceptedAgreementsForMultiUsersReader
- type RetrieveAllUsersByPolicyVersion1NotFound
- type RetrieveAllUsersByPolicyVersion1OK
- type RetrieveAllUsersByPolicyVersion1Params
- func NewRetrieveAllUsersByPolicyVersion1Params() *RetrieveAllUsersByPolicyVersion1Params
- func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params
- func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params
- func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetContext(ctx context.Context)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID(convertGameUserID *bool)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetFlightId(flightId string)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient(client *http.Client)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetKeyword(keyword *string)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetLimit(limit *int32)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetNamespace(namespace string)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetOffset(offset *int32)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID(policyVersionID string)
- func (o *RetrieveAllUsersByPolicyVersion1Params) SetTimeout(timeout time.Duration)
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID(convertGameUserID *bool) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithKeyword(keyword *string) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithLimit(limit *int32) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithNamespace(namespace string) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithOffset(offset *int32) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithPolicyVersionID(policyVersionID string) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params
- func (o *RetrieveAllUsersByPolicyVersion1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetrieveAllUsersByPolicyVersion1Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for agreement with namespace API
func (*Client) DownloadExportedAgreementsInCSV
deprecated
added in
v0.68.0
func (a *Client) DownloadExportedAgreementsInCSV(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, *DownloadExportedAgreementsInCSVNotFound, error)
Deprecated: 2022-08-10 - Use DownloadExportedAgreementsInCSVShort instead.
DownloadExportedAgreementsInCSV download exported users accepted agreements in csv This API will check the status of export process. If the export process has been completed, the response body will include the download url.
func (*Client) DownloadExportedAgreementsInCSVShort ¶ added in v0.68.0
func (a *Client) DownloadExportedAgreementsInCSVShort(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, error)
DownloadExportedAgreementsInCSVShort download exported users accepted agreements in csv This API will check the status of export process. If the export process has been completed, the response body will include the download url.
func (*Client) InitiateExportAgreementsToCSV
deprecated
added in
v0.68.0
func (a *Client) InitiateExportAgreementsToCSV(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, *InitiateExportAgreementsToCSVBadRequest, *InitiateExportAgreementsToCSVNotFound, *InitiateExportAgreementsToCSVConflict, error)
Deprecated: 2022-08-10 - Use InitiateExportAgreementsToCSVShort instead.
InitiateExportAgreementsToCSV initiate export users accepted agreements to csv This API will initiate a worker to export list of users who has accepted a specific policy version into a CSV file. To check the export state after initialize it, use `GET /admin/namespaces/{namespace}/agreements/policy-versions/users/export-csv/download` API.
This Initiate API is not allow multiple export worker running for the same namespace, it will return 409 http error if so.
func (*Client) InitiateExportAgreementsToCSVShort ¶ added in v0.68.0
func (a *Client) InitiateExportAgreementsToCSVShort(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, error)
InitiateExportAgreementsToCSVShort initiate export users accepted agreements to csv This API will initiate a worker to export list of users who has accepted a specific policy version into a CSV file. To check the export state after initialize it, use `GET /admin/namespaces/{namespace}/agreements/policy-versions/users/export-csv/download` API.
This Initiate API is not allow multiple export worker running for the same namespace, it will return 409 http error if so.
func (*Client) RetrieveAcceptedAgreements1
deprecated
func (a *Client) RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)
Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreements1Short instead.
RetrieveAcceptedAgreements1 retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user.
func (*Client) RetrieveAcceptedAgreements1Short ¶
func (a *Client) RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error)
RetrieveAcceptedAgreements1Short retrieve accepted legal agreements This API will return all accepted Legal Agreements for specified user.
func (*Client) RetrieveAcceptedAgreementsForMultiUsers
deprecated
added in
v0.40.0
func (a *Client) RetrieveAcceptedAgreementsForMultiUsers(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)
Deprecated: 2022-08-10 - Use RetrieveAcceptedAgreementsForMultiUsersShort instead.
RetrieveAcceptedAgreementsForMultiUsers retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game account.
func (*Client) RetrieveAcceptedAgreementsForMultiUsersShort ¶ added in v0.40.0
func (a *Client) RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error)
RetrieveAcceptedAgreementsForMultiUsersShort retrieve accepted legal agreements for multi users This API will return all accepted Legal Agreements for each user, including agreements of game users if publisher user has corresponding game account.
func (*Client) RetrieveAllUsersByPolicyVersion1
deprecated
func (a *Client) RetrieveAllUsersByPolicyVersion1(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, *RetrieveAllUsersByPolicyVersion1NotFound, error)
Deprecated: 2022-08-10 - Use RetrieveAllUsersByPolicyVersion1Short instead.
RetrieveAllUsersByPolicyVersion1 retrieve users accepting legal agreements This API will return all users who has accepted a specific policy version.
func (*Client) RetrieveAllUsersByPolicyVersion1Short ¶
func (a *Client) RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, error)
RetrieveAllUsersByPolicyVersion1Short retrieve users accepting legal agreements This API will return all users who has accepted a specific policy version.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { RetrieveAcceptedAgreementsForMultiUsers(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error) RetrieveAcceptedAgreementsForMultiUsersShort(params *RetrieveAcceptedAgreementsForMultiUsersParams, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreementsForMultiUsersOK, error) RetrieveAcceptedAgreements1(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error) RetrieveAcceptedAgreements1Short(params *RetrieveAcceptedAgreements1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAcceptedAgreements1OK, error) RetrieveAllUsersByPolicyVersion1(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, *RetrieveAllUsersByPolicyVersion1NotFound, error) RetrieveAllUsersByPolicyVersion1Short(params *RetrieveAllUsersByPolicyVersion1Params, authInfo runtime.ClientAuthInfoWriter) (*RetrieveAllUsersByPolicyVersion1OK, error) DownloadExportedAgreementsInCSV(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, *DownloadExportedAgreementsInCSVNotFound, error) DownloadExportedAgreementsInCSVShort(params *DownloadExportedAgreementsInCSVParams, authInfo runtime.ClientAuthInfoWriter) (*DownloadExportedAgreementsInCSVOK, error) InitiateExportAgreementsToCSV(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, *InitiateExportAgreementsToCSVBadRequest, *InitiateExportAgreementsToCSVNotFound, *InitiateExportAgreementsToCSVConflict, error) InitiateExportAgreementsToCSVShort(params *InitiateExportAgreementsToCSVParams, authInfo runtime.ClientAuthInfoWriter) (*InitiateExportAgreementsToCSVOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new agreement with namespace API client.
type DownloadExportedAgreementsInCSVNotFound ¶ added in v0.68.0
type DownloadExportedAgreementsInCSVNotFound struct {
Payload *legalclientmodels.ErrorEntity
}
DownloadExportedAgreementsInCSVNotFound handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40047</td><td>Exported agreements for exportId [{exportId}] not found</td></tr></table>
func NewDownloadExportedAgreementsInCSVNotFound ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVNotFound() *DownloadExportedAgreementsInCSVNotFound
NewDownloadExportedAgreementsInCSVNotFound creates a DownloadExportedAgreementsInCSVNotFound with default headers values
func (*DownloadExportedAgreementsInCSVNotFound) Error ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVNotFound) Error() string
func (*DownloadExportedAgreementsInCSVNotFound) GetPayload ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVNotFound) GetPayload() *legalclientmodels.ErrorEntity
func (*DownloadExportedAgreementsInCSVNotFound) ToJSONString ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVNotFound) ToJSONString() string
type DownloadExportedAgreementsInCSVOK ¶ added in v0.68.0
type DownloadExportedAgreementsInCSVOK struct {
Payload *legalclientmodels.DownloadExportedAgreementsInCSVResponse
}
DownloadExportedAgreementsInCSVOK handles this case with default header values.
successful operation
func NewDownloadExportedAgreementsInCSVOK ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVOK() *DownloadExportedAgreementsInCSVOK
NewDownloadExportedAgreementsInCSVOK creates a DownloadExportedAgreementsInCSVOK with default headers values
func (*DownloadExportedAgreementsInCSVOK) Error ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVOK) Error() string
func (*DownloadExportedAgreementsInCSVOK) GetPayload ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVOK) GetPayload() *legalclientmodels.DownloadExportedAgreementsInCSVResponse
func (*DownloadExportedAgreementsInCSVOK) ToJSONString ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVOK) ToJSONString() string
type DownloadExportedAgreementsInCSVParams ¶ added in v0.68.0
type DownloadExportedAgreementsInCSVParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace Namespace */ Namespace string /*ExportID Export Id */ ExportID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DownloadExportedAgreementsInCSVParams contains all the parameters to send to the API endpoint for the download exported agreements in csv operation typically these are written to a http.Request
func NewDownloadExportedAgreementsInCSVParams ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVParams() *DownloadExportedAgreementsInCSVParams
NewDownloadExportedAgreementsInCSVParams creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized.
func NewDownloadExportedAgreementsInCSVParamsWithContext ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVParamsWithContext(ctx context.Context) *DownloadExportedAgreementsInCSVParams
NewDownloadExportedAgreementsInCSVParamsWithContext creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a context for a request
func NewDownloadExportedAgreementsInCSVParamsWithHTTPClient ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVParamsWithHTTPClient(client *http.Client) *DownloadExportedAgreementsInCSVParams
NewDownloadExportedAgreementsInCSVParamsWithHTTPClient creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDownloadExportedAgreementsInCSVParamsWithTimeout ¶ added in v0.68.0
func NewDownloadExportedAgreementsInCSVParamsWithTimeout(timeout time.Duration) *DownloadExportedAgreementsInCSVParams
NewDownloadExportedAgreementsInCSVParamsWithTimeout creates a new DownloadExportedAgreementsInCSVParams object with the default values initialized, and the ability to set a timeout on a request
func (*DownloadExportedAgreementsInCSVParams) SetAuthInfoWriter ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetContext ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetContext(ctx context.Context)
SetContext adds the context to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetExportID ¶ added in v0.69.0
func (o *DownloadExportedAgreementsInCSVParams) SetExportID(exportID string)
SetExportID adds the exportId to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetFlightId ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DownloadExportedAgreementsInCSVParams) SetHTTPClient ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetHTTPClientTransport ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetNamespace ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) SetTimeout ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WithContext ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) WithContext(ctx context.Context) *DownloadExportedAgreementsInCSVParams
WithContext adds the context to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WithExportID ¶ added in v0.69.0
func (o *DownloadExportedAgreementsInCSVParams) WithExportID(exportID string) *DownloadExportedAgreementsInCSVParams
WithExportID adds the exportID to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WithHTTPClient ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) WithHTTPClient(client *http.Client) *DownloadExportedAgreementsInCSVParams
WithHTTPClient adds the HTTPClient to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WithNamespace ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) WithNamespace(namespace string) *DownloadExportedAgreementsInCSVParams
WithNamespace adds the namespace to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WithTimeout ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) WithTimeout(timeout time.Duration) *DownloadExportedAgreementsInCSVParams
WithTimeout adds the timeout to the download exported agreements in csv params
func (*DownloadExportedAgreementsInCSVParams) WriteToRequest ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DownloadExportedAgreementsInCSVReader ¶ added in v0.68.0
type DownloadExportedAgreementsInCSVReader struct {
// contains filtered or unexported fields
}
DownloadExportedAgreementsInCSVReader is a Reader for the DownloadExportedAgreementsInCSV structure.
func (*DownloadExportedAgreementsInCSVReader) ReadResponse ¶ added in v0.68.0
func (o *DownloadExportedAgreementsInCSVReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type InitiateExportAgreementsToCSVBadRequest ¶ added in v0.69.0
type InitiateExportAgreementsToCSVBadRequest struct {
Payload *legalclientmodels.ErrorEntity
}
InitiateExportAgreementsToCSVBadRequest handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40027</td><td>Too many export running currently</td></tr></table>
func NewInitiateExportAgreementsToCSVBadRequest ¶ added in v0.69.0
func NewInitiateExportAgreementsToCSVBadRequest() *InitiateExportAgreementsToCSVBadRequest
NewInitiateExportAgreementsToCSVBadRequest creates a InitiateExportAgreementsToCSVBadRequest with default headers values
func (*InitiateExportAgreementsToCSVBadRequest) Error ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVBadRequest) Error() string
func (*InitiateExportAgreementsToCSVBadRequest) GetPayload ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVBadRequest) GetPayload() *legalclientmodels.ErrorEntity
func (*InitiateExportAgreementsToCSVBadRequest) ToJSONString ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVBadRequest) ToJSONString() string
type InitiateExportAgreementsToCSVConflict ¶ added in v0.68.0
type InitiateExportAgreementsToCSVConflict struct {
Payload *legalclientmodels.ErrorEntity
}
InitiateExportAgreementsToCSVConflict handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40071</td><td>Previous export still running for namespace [{namespace}] with exportId [{exportId}]</td></tr></table>
func NewInitiateExportAgreementsToCSVConflict ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVConflict() *InitiateExportAgreementsToCSVConflict
NewInitiateExportAgreementsToCSVConflict creates a InitiateExportAgreementsToCSVConflict with default headers values
func (*InitiateExportAgreementsToCSVConflict) Error ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVConflict) Error() string
func (*InitiateExportAgreementsToCSVConflict) GetPayload ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVConflict) GetPayload() *legalclientmodels.ErrorEntity
func (*InitiateExportAgreementsToCSVConflict) ToJSONString ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVConflict) ToJSONString() string
type InitiateExportAgreementsToCSVNotFound ¶ added in v0.68.0
type InitiateExportAgreementsToCSVNotFound struct {
Payload *legalclientmodels.ErrorEntity
}
InitiateExportAgreementsToCSVNotFound handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40045</td><td>Policy version with id: [{policyVersionId}] not found on namespace [{namespace}]</td></tr></table>
func NewInitiateExportAgreementsToCSVNotFound ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVNotFound() *InitiateExportAgreementsToCSVNotFound
NewInitiateExportAgreementsToCSVNotFound creates a InitiateExportAgreementsToCSVNotFound with default headers values
func (*InitiateExportAgreementsToCSVNotFound) Error ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVNotFound) Error() string
func (*InitiateExportAgreementsToCSVNotFound) GetPayload ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVNotFound) GetPayload() *legalclientmodels.ErrorEntity
func (*InitiateExportAgreementsToCSVNotFound) ToJSONString ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVNotFound) ToJSONString() string
type InitiateExportAgreementsToCSVOK ¶ added in v0.68.0
type InitiateExportAgreementsToCSVOK struct {
Payload *legalclientmodels.InitiateExportAgreementsToCSVResponse
}
InitiateExportAgreementsToCSVOK handles this case with default header values.
successful operation
func NewInitiateExportAgreementsToCSVOK ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVOK() *InitiateExportAgreementsToCSVOK
NewInitiateExportAgreementsToCSVOK creates a InitiateExportAgreementsToCSVOK with default headers values
func (*InitiateExportAgreementsToCSVOK) Error ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVOK) Error() string
func (*InitiateExportAgreementsToCSVOK) GetPayload ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVOK) GetPayload() *legalclientmodels.InitiateExportAgreementsToCSVResponse
func (*InitiateExportAgreementsToCSVOK) ToJSONString ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVOK) ToJSONString() string
type InitiateExportAgreementsToCSVParams ¶ added in v0.68.0
type InitiateExportAgreementsToCSVParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace Namespace */ Namespace string /*End End time of signed_date to retrieve, will use current time if not specified. Using ISO 8601 format yyyy-MM-dd'T'HH:mm:ss'Z', e.g. 2024-01-01T00:00:00Z */ End *string /*PolicyVersionID Policy Version Id */ PolicyVersionID string /*Start Start time of signed_date to retrieve. Using ISO 8601 format yyyy-MM-dd'T'HH:mm:ss'Z', e.g. 2024-01-01T00:00:00Z */ Start string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
InitiateExportAgreementsToCSVParams contains all the parameters to send to the API endpoint for the initiate export agreements to csv operation typically these are written to a http.Request
func NewInitiateExportAgreementsToCSVParams ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVParams() *InitiateExportAgreementsToCSVParams
NewInitiateExportAgreementsToCSVParams creates a new InitiateExportAgreementsToCSVParams object with the default values initialized.
func NewInitiateExportAgreementsToCSVParamsWithContext ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVParamsWithContext(ctx context.Context) *InitiateExportAgreementsToCSVParams
NewInitiateExportAgreementsToCSVParamsWithContext creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a context for a request
func NewInitiateExportAgreementsToCSVParamsWithHTTPClient ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVParamsWithHTTPClient(client *http.Client) *InitiateExportAgreementsToCSVParams
NewInitiateExportAgreementsToCSVParamsWithHTTPClient creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInitiateExportAgreementsToCSVParamsWithTimeout ¶ added in v0.68.0
func NewInitiateExportAgreementsToCSVParamsWithTimeout(timeout time.Duration) *InitiateExportAgreementsToCSVParams
NewInitiateExportAgreementsToCSVParamsWithTimeout creates a new InitiateExportAgreementsToCSVParams object with the default values initialized, and the ability to set a timeout on a request
func (*InitiateExportAgreementsToCSVParams) SetAuthInfoWriter ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetContext ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetContext(ctx context.Context)
SetContext adds the context to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetEnd ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVParams) SetEnd(end *string)
SetEnd adds the end to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetFlightId ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*InitiateExportAgreementsToCSVParams) SetHTTPClient ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetHTTPClientTransport ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetNamespace ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetPolicyVersionID ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetPolicyVersionID(policyVersionID string)
SetPolicyVersionID adds the policyVersionId to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetStart ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVParams) SetStart(start string)
SetStart adds the start to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) SetTimeout ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithContext ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WithContext(ctx context.Context) *InitiateExportAgreementsToCSVParams
WithContext adds the context to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithEnd ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVParams) WithEnd(end *string) *InitiateExportAgreementsToCSVParams
WithEnd adds the end to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithHTTPClient ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WithHTTPClient(client *http.Client) *InitiateExportAgreementsToCSVParams
WithHTTPClient adds the HTTPClient to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithNamespace ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WithNamespace(namespace string) *InitiateExportAgreementsToCSVParams
WithNamespace adds the namespace to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithPolicyVersionID ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WithPolicyVersionID(policyVersionID string) *InitiateExportAgreementsToCSVParams
WithPolicyVersionID adds the policyVersionID to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithStart ¶ added in v0.69.0
func (o *InitiateExportAgreementsToCSVParams) WithStart(start string) *InitiateExportAgreementsToCSVParams
WithStart adds the start to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WithTimeout ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WithTimeout(timeout time.Duration) *InitiateExportAgreementsToCSVParams
WithTimeout adds the timeout to the initiate export agreements to csv params
func (*InitiateExportAgreementsToCSVParams) WriteToRequest ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InitiateExportAgreementsToCSVReader ¶ added in v0.68.0
type InitiateExportAgreementsToCSVReader struct {
// contains filtered or unexported fields
}
InitiateExportAgreementsToCSVReader is a Reader for the InitiateExportAgreementsToCSV structure.
func (*InitiateExportAgreementsToCSVReader) ReadResponse ¶ added in v0.68.0
func (o *InitiateExportAgreementsToCSVReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAcceptedAgreements1OK ¶
type RetrieveAcceptedAgreements1OK struct {
Payload []*legalclientmodels.RetrieveAcceptedAgreementResponse
}
RetrieveAcceptedAgreements1OK handles this case with default header values.
successful operation
func NewRetrieveAcceptedAgreements1OK ¶
func NewRetrieveAcceptedAgreements1OK() *RetrieveAcceptedAgreements1OK
NewRetrieveAcceptedAgreements1OK creates a RetrieveAcceptedAgreements1OK with default headers values
func (*RetrieveAcceptedAgreements1OK) Error ¶
func (o *RetrieveAcceptedAgreements1OK) Error() string
func (*RetrieveAcceptedAgreements1OK) GetPayload ¶
func (o *RetrieveAcceptedAgreements1OK) GetPayload() []*legalclientmodels.RetrieveAcceptedAgreementResponse
func (*RetrieveAcceptedAgreements1OK) ToJSONString ¶
func (o *RetrieveAcceptedAgreements1OK) ToJSONString() string
type RetrieveAcceptedAgreements1Params ¶
type RetrieveAcceptedAgreements1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace Namespace */ Namespace string /*UserID User Id */ UserID string /*ExcludeOtherNamespacesPolicies If it is true, API will only query the policy in this path namespace */ ExcludeOtherNamespacesPolicies *bool AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
RetrieveAcceptedAgreements1Params contains all the parameters to send to the API endpoint for the retrieve accepted agreements 1 operation typically these are written to a http.Request
func NewRetrieveAcceptedAgreements1Params ¶
func NewRetrieveAcceptedAgreements1Params() *RetrieveAcceptedAgreements1Params
NewRetrieveAcceptedAgreements1Params creates a new RetrieveAcceptedAgreements1Params object with the default values initialized.
func NewRetrieveAcceptedAgreements1ParamsWithContext ¶
func NewRetrieveAcceptedAgreements1ParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params
NewRetrieveAcceptedAgreements1ParamsWithContext creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient ¶
func NewRetrieveAcceptedAgreements1ParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params
NewRetrieveAcceptedAgreements1ParamsWithHTTPClient creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAcceptedAgreements1ParamsWithTimeout ¶
func NewRetrieveAcceptedAgreements1ParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params
NewRetrieveAcceptedAgreements1ParamsWithTimeout creates a new RetrieveAcceptedAgreements1Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAcceptedAgreements1Params) SetAuthInfoWriter ¶
func (o *RetrieveAcceptedAgreements1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetContext ¶
func (o *RetrieveAcceptedAgreements1Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies ¶ added in v0.46.0
func (o *RetrieveAcceptedAgreements1Params) SetExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool)
SetExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetFlightId ¶ added in v0.63.0
func (o *RetrieveAcceptedAgreements1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RetrieveAcceptedAgreements1Params) SetHTTPClient ¶
func (o *RetrieveAcceptedAgreements1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetHTTPClientTransport ¶
func (o *RetrieveAcceptedAgreements1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetNamespace ¶
func (o *RetrieveAcceptedAgreements1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetTimeout ¶
func (o *RetrieveAcceptedAgreements1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) SetUserID ¶
func (o *RetrieveAcceptedAgreements1Params) SetUserID(userID string)
SetUserID adds the userId to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithContext ¶
func (o *RetrieveAcceptedAgreements1Params) WithContext(ctx context.Context) *RetrieveAcceptedAgreements1Params
WithContext adds the context to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies ¶ added in v0.46.0
func (o *RetrieveAcceptedAgreements1Params) WithExcludeOtherNamespacesPolicies(excludeOtherNamespacesPolicies *bool) *RetrieveAcceptedAgreements1Params
WithExcludeOtherNamespacesPolicies adds the excludeOtherNamespacesPolicies to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithHTTPClient ¶
func (o *RetrieveAcceptedAgreements1Params) WithHTTPClient(client *http.Client) *RetrieveAcceptedAgreements1Params
WithHTTPClient adds the HTTPClient to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithNamespace ¶
func (o *RetrieveAcceptedAgreements1Params) WithNamespace(namespace string) *RetrieveAcceptedAgreements1Params
WithNamespace adds the namespace to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithTimeout ¶
func (o *RetrieveAcceptedAgreements1Params) WithTimeout(timeout time.Duration) *RetrieveAcceptedAgreements1Params
WithTimeout adds the timeout to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WithUserID ¶
func (o *RetrieveAcceptedAgreements1Params) WithUserID(userID string) *RetrieveAcceptedAgreements1Params
WithUserID adds the userID to the retrieve accepted agreements 1 params
func (*RetrieveAcceptedAgreements1Params) WriteToRequest ¶
func (o *RetrieveAcceptedAgreements1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAcceptedAgreements1Reader ¶
type RetrieveAcceptedAgreements1Reader struct {
// contains filtered or unexported fields
}
RetrieveAcceptedAgreements1Reader is a Reader for the RetrieveAcceptedAgreements1 structure.
func (*RetrieveAcceptedAgreements1Reader) ReadResponse ¶
func (o *RetrieveAcceptedAgreements1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAcceptedAgreementsForMultiUsersOK ¶ added in v0.40.0
type RetrieveAcceptedAgreementsForMultiUsersOK struct {
Payload []*legalclientmodels.UserAgreementsResponse
}
RetrieveAcceptedAgreementsForMultiUsersOK handles this case with default header values.
successful operation
func NewRetrieveAcceptedAgreementsForMultiUsersOK ¶ added in v0.40.0
func NewRetrieveAcceptedAgreementsForMultiUsersOK() *RetrieveAcceptedAgreementsForMultiUsersOK
NewRetrieveAcceptedAgreementsForMultiUsersOK creates a RetrieveAcceptedAgreementsForMultiUsersOK with default headers values
func (*RetrieveAcceptedAgreementsForMultiUsersOK) Error ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersOK) Error() string
func (*RetrieveAcceptedAgreementsForMultiUsersOK) GetPayload ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersOK) GetPayload() []*legalclientmodels.UserAgreementsResponse
func (*RetrieveAcceptedAgreementsForMultiUsersOK) ToJSONString ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersOK) ToJSONString() string
type RetrieveAcceptedAgreementsForMultiUsersParams ¶ added in v0.40.0
type RetrieveAcceptedAgreementsForMultiUsersParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *legalclientmodels.UsersAgreementsRequest /*Namespace Namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
RetrieveAcceptedAgreementsForMultiUsersParams contains all the parameters to send to the API endpoint for the retrieve accepted agreements for multi users operation typically these are written to a http.Request
func NewRetrieveAcceptedAgreementsForMultiUsersParams ¶ added in v0.40.0
func NewRetrieveAcceptedAgreementsForMultiUsersParams() *RetrieveAcceptedAgreementsForMultiUsersParams
NewRetrieveAcceptedAgreementsForMultiUsersParams creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized.
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext ¶ added in v0.40.0
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams
NewRetrieveAcceptedAgreementsForMultiUsersParamsWithContext creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient ¶ added in v0.40.0
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams
NewRetrieveAcceptedAgreementsForMultiUsersParamsWithHTTPClient creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout ¶ added in v0.40.0
func NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams
NewRetrieveAcceptedAgreementsForMultiUsersParamsWithTimeout creates a new RetrieveAcceptedAgreementsForMultiUsersParams object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetBody ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetBody(body *legalclientmodels.UsersAgreementsRequest)
SetBody adds the body to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetContext ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetContext(ctx context.Context)
SetContext adds the context to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId ¶ added in v0.63.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) SetTimeout ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithBody ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithBody(body *legalclientmodels.UsersAgreementsRequest) *RetrieveAcceptedAgreementsForMultiUsersParams
WithBody adds the body to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithContext ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithContext(ctx context.Context) *RetrieveAcceptedAgreementsForMultiUsersParams
WithContext adds the context to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithHTTPClient ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithHTTPClient(client *http.Client) *RetrieveAcceptedAgreementsForMultiUsersParams
WithHTTPClient adds the HTTPClient to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithNamespace ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithNamespace(namespace string) *RetrieveAcceptedAgreementsForMultiUsersParams
WithNamespace adds the namespace to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WithTimeout ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WithTimeout(timeout time.Duration) *RetrieveAcceptedAgreementsForMultiUsersParams
WithTimeout adds the timeout to the retrieve accepted agreements for multi users params
func (*RetrieveAcceptedAgreementsForMultiUsersParams) WriteToRequest ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAcceptedAgreementsForMultiUsersReader ¶ added in v0.40.0
type RetrieveAcceptedAgreementsForMultiUsersReader struct {
// contains filtered or unexported fields
}
RetrieveAcceptedAgreementsForMultiUsersReader is a Reader for the RetrieveAcceptedAgreementsForMultiUsers structure.
func (*RetrieveAcceptedAgreementsForMultiUsersReader) ReadResponse ¶ added in v0.40.0
func (o *RetrieveAcceptedAgreementsForMultiUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetrieveAllUsersByPolicyVersion1NotFound ¶
type RetrieveAllUsersByPolicyVersion1NotFound struct {
Payload *legalclientmodels.ErrorEntity
}
RetrieveAllUsersByPolicyVersion1NotFound handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>40035</td><td>errors.net.accelbyte.platform.legal.policy_version_not_found</td></tr></table>
func NewRetrieveAllUsersByPolicyVersion1NotFound ¶
func NewRetrieveAllUsersByPolicyVersion1NotFound() *RetrieveAllUsersByPolicyVersion1NotFound
NewRetrieveAllUsersByPolicyVersion1NotFound creates a RetrieveAllUsersByPolicyVersion1NotFound with default headers values
func (*RetrieveAllUsersByPolicyVersion1NotFound) Error ¶
func (o *RetrieveAllUsersByPolicyVersion1NotFound) Error() string
func (*RetrieveAllUsersByPolicyVersion1NotFound) GetPayload ¶
func (o *RetrieveAllUsersByPolicyVersion1NotFound) GetPayload() *legalclientmodels.ErrorEntity
func (*RetrieveAllUsersByPolicyVersion1NotFound) ToJSONString ¶
func (o *RetrieveAllUsersByPolicyVersion1NotFound) ToJSONString() string
type RetrieveAllUsersByPolicyVersion1OK ¶
type RetrieveAllUsersByPolicyVersion1OK struct {
Payload *legalclientmodels.PagedRetrieveUserAcceptedAgreementResponse
}
RetrieveAllUsersByPolicyVersion1OK handles this case with default header values.
successful operation
func NewRetrieveAllUsersByPolicyVersion1OK ¶
func NewRetrieveAllUsersByPolicyVersion1OK() *RetrieveAllUsersByPolicyVersion1OK
NewRetrieveAllUsersByPolicyVersion1OK creates a RetrieveAllUsersByPolicyVersion1OK with default headers values
func (*RetrieveAllUsersByPolicyVersion1OK) Error ¶
func (o *RetrieveAllUsersByPolicyVersion1OK) Error() string
func (*RetrieveAllUsersByPolicyVersion1OK) GetPayload ¶
func (o *RetrieveAllUsersByPolicyVersion1OK) GetPayload() *legalclientmodels.PagedRetrieveUserAcceptedAgreementResponse
func (*RetrieveAllUsersByPolicyVersion1OK) ToJSONString ¶
func (o *RetrieveAllUsersByPolicyVersion1OK) ToJSONString() string
type RetrieveAllUsersByPolicyVersion1Params ¶
type RetrieveAllUsersByPolicyVersion1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace Namespace */ Namespace string /*ConvertGameUserID [Only for publisher legal scenario] If it is true, when a game user accept this publisher legal, API will return publisher user id */ ConvertGameUserID *bool /*Keyword display name or email or username */ Keyword *string /*Limit limit */ Limit *int32 /*Offset offset */ Offset *int32 /*PolicyVersionID*/ PolicyVersionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
RetrieveAllUsersByPolicyVersion1Params contains all the parameters to send to the API endpoint for the retrieve all users by policy version 1 operation typically these are written to a http.Request
func NewRetrieveAllUsersByPolicyVersion1Params ¶
func NewRetrieveAllUsersByPolicyVersion1Params() *RetrieveAllUsersByPolicyVersion1Params
NewRetrieveAllUsersByPolicyVersion1Params creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized.
func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext ¶
func NewRetrieveAllUsersByPolicyVersion1ParamsWithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params
NewRetrieveAllUsersByPolicyVersion1ParamsWithContext creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a context for a request
func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient ¶
func NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params
NewRetrieveAllUsersByPolicyVersion1ParamsWithHTTPClient creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout ¶
func NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params
NewRetrieveAllUsersByPolicyVersion1ParamsWithTimeout creates a new RetrieveAllUsersByPolicyVersion1Params object with the default values initialized, and the ability to set a timeout on a request
func (*RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetContext ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetContext(ctx context.Context)
SetContext adds the context to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID ¶ added in v0.46.0
func (o *RetrieveAllUsersByPolicyVersion1Params) SetConvertGameUserID(convertGameUserID *bool)
SetConvertGameUserID adds the convertGameUserId to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetFlightId ¶ added in v0.63.0
func (o *RetrieveAllUsersByPolicyVersion1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetKeyword ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetKeyword(keyword *string)
SetKeyword adds the keyword to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetLimit ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetLimit(limit *int32)
SetLimit adds the limit to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetNamespace ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetOffset ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetOffset(offset *int32)
SetOffset adds the offset to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetPolicyVersionID(policyVersionID string)
SetPolicyVersionID adds the policyVersionId to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) SetTimeout ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithContext ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithContext(ctx context.Context) *RetrieveAllUsersByPolicyVersion1Params
WithContext adds the context to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID ¶ added in v0.46.0
func (o *RetrieveAllUsersByPolicyVersion1Params) WithConvertGameUserID(convertGameUserID *bool) *RetrieveAllUsersByPolicyVersion1Params
WithConvertGameUserID adds the convertGameUserID to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithHTTPClient ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithHTTPClient(client *http.Client) *RetrieveAllUsersByPolicyVersion1Params
WithHTTPClient adds the HTTPClient to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithKeyword ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithKeyword(keyword *string) *RetrieveAllUsersByPolicyVersion1Params
WithKeyword adds the keyword to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithLimit ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithLimit(limit *int32) *RetrieveAllUsersByPolicyVersion1Params
WithLimit adds the limit to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithNamespace ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithNamespace(namespace string) *RetrieveAllUsersByPolicyVersion1Params
WithNamespace adds the namespace to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithOffset ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithOffset(offset *int32) *RetrieveAllUsersByPolicyVersion1Params
WithOffset adds the offset to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithPolicyVersionID ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithPolicyVersionID(policyVersionID string) *RetrieveAllUsersByPolicyVersion1Params
WithPolicyVersionID adds the policyVersionID to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WithTimeout ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WithTimeout(timeout time.Duration) *RetrieveAllUsersByPolicyVersion1Params
WithTimeout adds the timeout to the retrieve all users by policy version 1 params
func (*RetrieveAllUsersByPolicyVersion1Params) WriteToRequest ¶
func (o *RetrieveAllUsersByPolicyVersion1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetrieveAllUsersByPolicyVersion1Reader ¶
type RetrieveAllUsersByPolicyVersion1Reader struct {
// contains filtered or unexported fields
}
RetrieveAllUsersByPolicyVersion1Reader is a Reader for the RetrieveAllUsersByPolicyVersion1 structure.
func (*RetrieveAllUsersByPolicyVersion1Reader) ReadResponse ¶
func (o *RetrieveAllUsersByPolicyVersion1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- agreement_with_namespace_client.go
- download_exported_agreements_in_c_s_v_parameters.go
- download_exported_agreements_in_c_s_v_responses.go
- initiate_export_agreements_to_c_s_v_parameters.go
- initiate_export_agreements_to_c_s_v_responses.go
- retrieve_accepted_agreements_1_parameters.go
- retrieve_accepted_agreements_1_responses.go
- retrieve_accepted_agreements_for_multi_users_parameters.go
- retrieve_accepted_agreements_for_multi_users_responses.go
- retrieve_all_users_by_policy_version_1_parameters.go
- retrieve_all_users_by_policy_version_1_responses.go