Versions in this module Expand all Collapse all v1 v1.4.0 Oct 6, 2020 v1.3.2 Sep 28, 2020 v1.3.1 Sep 28, 2020 v1.3.0 Sep 28, 2020 v1.2.0 Sep 28, 2020 Changes in this version type Client + func (a *Client) CreateCustomerTenants(params *CreateCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*CreateCustomerTenantsOK, error) + func (a *Client) UpdateCustomerTenants(params *UpdateCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomerTenantsOK, error) type ClientService + CreateCustomerTenants func(params *CreateCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*CreateCustomerTenantsOK, error) + UpdateCustomerTenants func(params *UpdateCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomerTenantsOK, error) + type CreateCustomerTenantsOK struct + Payload *models.CustomerTenantDetailed + func NewCreateCustomerTenantsOK() *CreateCustomerTenantsOK + func (o *CreateCustomerTenantsOK) Error() string + func (o *CreateCustomerTenantsOK) GetPayload() *models.CustomerTenantDetailed + type CreateCustomerTenantsParams struct + Context context.Context + CustomerTenant *models.CustomerTenantDetailed + HTTPClient *http.Client + func NewCreateCustomerTenantsParams() *CreateCustomerTenantsParams + func NewCreateCustomerTenantsParamsWithContext(ctx context.Context) *CreateCustomerTenantsParams + func NewCreateCustomerTenantsParamsWithHTTPClient(client *http.Client) *CreateCustomerTenantsParams + func NewCreateCustomerTenantsParamsWithTimeout(timeout time.Duration) *CreateCustomerTenantsParams + func (o *CreateCustomerTenantsParams) SetContext(ctx context.Context) + func (o *CreateCustomerTenantsParams) SetCustomerTenant(customerTenant *models.CustomerTenantDetailed) + func (o *CreateCustomerTenantsParams) SetHTTPClient(client *http.Client) + func (o *CreateCustomerTenantsParams) SetTimeout(timeout time.Duration) + func (o *CreateCustomerTenantsParams) WithContext(ctx context.Context) *CreateCustomerTenantsParams + func (o *CreateCustomerTenantsParams) WithCustomerTenant(customerTenant *models.CustomerTenantDetailed) *CreateCustomerTenantsParams + func (o *CreateCustomerTenantsParams) WithHTTPClient(client *http.Client) *CreateCustomerTenantsParams + func (o *CreateCustomerTenantsParams) WithTimeout(timeout time.Duration) *CreateCustomerTenantsParams + func (o *CreateCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateCustomerTenantsReader struct + func (o *CreateCustomerTenantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateCustomerTenantsOK struct + Payload *models.CustomerTenantDetailed + func NewUpdateCustomerTenantsOK() *UpdateCustomerTenantsOK + func (o *UpdateCustomerTenantsOK) Error() string + func (o *UpdateCustomerTenantsOK) GetPayload() *models.CustomerTenantDetailed + type UpdateCustomerTenantsParams struct + Context context.Context + CustomerTenant *models.CustomerTenantDetailed + HTTPClient *http.Client + ID int32 + func NewUpdateCustomerTenantsParams() *UpdateCustomerTenantsParams + func NewUpdateCustomerTenantsParamsWithContext(ctx context.Context) *UpdateCustomerTenantsParams + func NewUpdateCustomerTenantsParamsWithHTTPClient(client *http.Client) *UpdateCustomerTenantsParams + func NewUpdateCustomerTenantsParamsWithTimeout(timeout time.Duration) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) SetContext(ctx context.Context) + func (o *UpdateCustomerTenantsParams) SetCustomerTenant(customerTenant *models.CustomerTenantDetailed) + func (o *UpdateCustomerTenantsParams) SetHTTPClient(client *http.Client) + func (o *UpdateCustomerTenantsParams) SetID(id int32) + func (o *UpdateCustomerTenantsParams) SetTimeout(timeout time.Duration) + func (o *UpdateCustomerTenantsParams) WithContext(ctx context.Context) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) WithCustomerTenant(customerTenant *models.CustomerTenantDetailed) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) WithHTTPClient(client *http.Client) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) WithID(id int32) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) WithTimeout(timeout time.Duration) *UpdateCustomerTenantsParams + func (o *UpdateCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateCustomerTenantsReader struct + func (o *UpdateCustomerTenantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v1.1.0 Sep 28, 2020 Changes in this version type Client + func (a *Client) GetCustomerTenants(params *GetCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCustomerTenantsOK, error) + func (a *Client) PostCustomerTenants(params *PostCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*PostCustomerTenantsOK, error) + func (a *Client) PutCustomerTenants(params *PutCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomerTenantsOK, error) type ClientService + GetCustomerTenants func(params *GetCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCustomerTenantsOK, error) + PostCustomerTenants func(params *PostCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*PostCustomerTenantsOK, error) + PutCustomerTenants func(params *PutCustomerTenantsParams, authInfo runtime.ClientAuthInfoWriter) (*PutCustomerTenantsOK, error) + type GetCustomerTenantsOK struct + Payload *models.APICollectionOfCustomerTenant + func NewGetCustomerTenantsOK() *GetCustomerTenantsOK + func (o *GetCustomerTenantsOK) Error() string + func (o *GetCustomerTenantsOK) GetPayload() *models.APICollectionOfCustomerTenant + type GetCustomerTenantsParams struct + ConsumerID *int32 + Context context.Context + CustomerTenantType *string + Domain *string + DomainPrefix *string + HTTPClient *http.Client + InvoiceProfileID *int32 + OrganizationID *int32 + Page *int32 + PageSize *int32 + ProgramID *int32 + PublisherID *int32 + Search *string + func NewGetCustomerTenantsParams() *GetCustomerTenantsParams + func NewGetCustomerTenantsParamsWithContext(ctx context.Context) *GetCustomerTenantsParams + func NewGetCustomerTenantsParamsWithHTTPClient(client *http.Client) *GetCustomerTenantsParams + func NewGetCustomerTenantsParamsWithTimeout(timeout time.Duration) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) SetConsumerID(consumerID *int32) + func (o *GetCustomerTenantsParams) SetContext(ctx context.Context) + func (o *GetCustomerTenantsParams) SetCustomerTenantType(customerTenantType *string) + func (o *GetCustomerTenantsParams) SetDomain(domain *string) + func (o *GetCustomerTenantsParams) SetDomainPrefix(domainPrefix *string) + func (o *GetCustomerTenantsParams) SetHTTPClient(client *http.Client) + func (o *GetCustomerTenantsParams) SetInvoiceProfileID(invoiceProfileID *int32) + func (o *GetCustomerTenantsParams) SetOrganizationID(organizationID *int32) + func (o *GetCustomerTenantsParams) SetPage(page *int32) + func (o *GetCustomerTenantsParams) SetPageSize(pageSize *int32) + func (o *GetCustomerTenantsParams) SetProgramID(programID *int32) + func (o *GetCustomerTenantsParams) SetPublisherID(publisherID *int32) + func (o *GetCustomerTenantsParams) SetSearch(search *string) + func (o *GetCustomerTenantsParams) SetTimeout(timeout time.Duration) + func (o *GetCustomerTenantsParams) WithConsumerID(consumerID *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithContext(ctx context.Context) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithCustomerTenantType(customerTenantType *string) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithDomain(domain *string) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithDomainPrefix(domainPrefix *string) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithHTTPClient(client *http.Client) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithInvoiceProfileID(invoiceProfileID *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithOrganizationID(organizationID *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithPage(page *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithPageSize(pageSize *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithProgramID(programID *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithPublisherID(publisherID *int32) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithSearch(search *string) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WithTimeout(timeout time.Duration) *GetCustomerTenantsParams + func (o *GetCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCustomerTenantsReader struct + func (o *GetCustomerTenantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostCustomerTenantsOK struct + Payload *models.CustomerTenantDetailed + func NewPostCustomerTenantsOK() *PostCustomerTenantsOK + func (o *PostCustomerTenantsOK) Error() string + func (o *PostCustomerTenantsOK) GetPayload() *models.CustomerTenantDetailed + type PostCustomerTenantsParams struct + Context context.Context + CustomerTenant *models.CustomerTenantDetailed + HTTPClient *http.Client + func NewPostCustomerTenantsParams() *PostCustomerTenantsParams + func NewPostCustomerTenantsParamsWithContext(ctx context.Context) *PostCustomerTenantsParams + func NewPostCustomerTenantsParamsWithHTTPClient(client *http.Client) *PostCustomerTenantsParams + func NewPostCustomerTenantsParamsWithTimeout(timeout time.Duration) *PostCustomerTenantsParams + func (o *PostCustomerTenantsParams) SetContext(ctx context.Context) + func (o *PostCustomerTenantsParams) SetCustomerTenant(customerTenant *models.CustomerTenantDetailed) + func (o *PostCustomerTenantsParams) SetHTTPClient(client *http.Client) + func (o *PostCustomerTenantsParams) SetTimeout(timeout time.Duration) + func (o *PostCustomerTenantsParams) WithContext(ctx context.Context) *PostCustomerTenantsParams + func (o *PostCustomerTenantsParams) WithCustomerTenant(customerTenant *models.CustomerTenantDetailed) *PostCustomerTenantsParams + func (o *PostCustomerTenantsParams) WithHTTPClient(client *http.Client) *PostCustomerTenantsParams + func (o *PostCustomerTenantsParams) WithTimeout(timeout time.Duration) *PostCustomerTenantsParams + func (o *PostCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostCustomerTenantsReader struct + func (o *PostCustomerTenantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomerTenantsOK struct + Payload *models.CustomerTenantDetailed + func NewPutCustomerTenantsOK() *PutCustomerTenantsOK + func (o *PutCustomerTenantsOK) Error() string + func (o *PutCustomerTenantsOK) GetPayload() *models.CustomerTenantDetailed + type PutCustomerTenantsParams struct + Context context.Context + CustomerTenant *models.CustomerTenantDetailed + HTTPClient *http.Client + ID int32 + func NewPutCustomerTenantsParams() *PutCustomerTenantsParams + func NewPutCustomerTenantsParamsWithContext(ctx context.Context) *PutCustomerTenantsParams + func NewPutCustomerTenantsParamsWithHTTPClient(client *http.Client) *PutCustomerTenantsParams + func NewPutCustomerTenantsParamsWithTimeout(timeout time.Duration) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) SetContext(ctx context.Context) + func (o *PutCustomerTenantsParams) SetCustomerTenant(customerTenant *models.CustomerTenantDetailed) + func (o *PutCustomerTenantsParams) SetHTTPClient(client *http.Client) + func (o *PutCustomerTenantsParams) SetID(id int32) + func (o *PutCustomerTenantsParams) SetTimeout(timeout time.Duration) + func (o *PutCustomerTenantsParams) WithContext(ctx context.Context) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) WithCustomerTenant(customerTenant *models.CustomerTenantDetailed) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) WithHTTPClient(client *http.Client) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) WithID(id int32) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) WithTimeout(timeout time.Duration) *PutCustomerTenantsParams + func (o *PutCustomerTenantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomerTenantsReader struct + func (o *PutCustomerTenantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v1.0.0 Sep 28, 2020 Changes in this version + type AddExistingOK struct + Payload *models.CustomerTenantDetailed + func NewAddExistingOK() *AddExistingOK + func (o *AddExistingOK) Error() string + func (o *AddExistingOK) GetPayload() *models.CustomerTenantDetailed + type AddExistingParams struct + Context context.Context + ExistingTenant *models.CustomerTenantDetailed + HTTPClient *http.Client + SyncFromPublisher *bool + func NewAddExistingParams() *AddExistingParams + func NewAddExistingParamsWithContext(ctx context.Context) *AddExistingParams + func NewAddExistingParamsWithHTTPClient(client *http.Client) *AddExistingParams + func NewAddExistingParamsWithTimeout(timeout time.Duration) *AddExistingParams + func (o *AddExistingParams) SetContext(ctx context.Context) + func (o *AddExistingParams) SetExistingTenant(existingTenant *models.CustomerTenantDetailed) + func (o *AddExistingParams) SetHTTPClient(client *http.Client) + func (o *AddExistingParams) SetSyncFromPublisher(syncFromPublisher *bool) + func (o *AddExistingParams) SetTimeout(timeout time.Duration) + func (o *AddExistingParams) WithContext(ctx context.Context) *AddExistingParams + func (o *AddExistingParams) WithExistingTenant(existingTenant *models.CustomerTenantDetailed) *AddExistingParams + func (o *AddExistingParams) WithHTTPClient(client *http.Client) *AddExistingParams + func (o *AddExistingParams) WithSyncFromPublisher(syncFromPublisher *bool) *AddExistingParams + func (o *AddExistingParams) WithTimeout(timeout time.Duration) *AddExistingParams + func (o *AddExistingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddExistingReader struct + func (o *AddExistingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) AddExisting(params *AddExistingParams, authInfo runtime.ClientAuthInfoWriter) (*AddExistingOK, error) + func (a *Client) DeleteCustomerByID(params *DeleteCustomerByIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCustomerByIDOK, error) + func (a *Client) GetAzurePlan(params *GetAzurePlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetAzurePlanOK, error) + func (a *Client) GetCustomerTenantByID(params *GetCustomerTenantByIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetCustomerTenantByIDOK, error) + func (a *Client) GetCustomerTenantDetailedByID(params *GetCustomerTenantDetailedByIDParams, ...) (*GetCustomerTenantDetailedByIDOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + AddExisting func(params *AddExistingParams, authInfo runtime.ClientAuthInfoWriter) (*AddExistingOK, error) + DeleteCustomerByID func(params *DeleteCustomerByIDParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteCustomerByIDOK, error) + GetAzurePlan func(params *GetAzurePlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetAzurePlanOK, error) + GetCustomerTenantByID func(params *GetCustomerTenantByIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetCustomerTenantByIDOK, error) + GetCustomerTenantDetailedByID func(params *GetCustomerTenantDetailedByIDParams, ...) (*GetCustomerTenantDetailedByIDOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteCustomerByIDOK struct + func NewDeleteCustomerByIDOK() *DeleteCustomerByIDOK + func (o *DeleteCustomerByIDOK) Error() string + type DeleteCustomerByIDParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewDeleteCustomerByIDParams() *DeleteCustomerByIDParams + func NewDeleteCustomerByIDParamsWithContext(ctx context.Context) *DeleteCustomerByIDParams + func NewDeleteCustomerByIDParamsWithHTTPClient(client *http.Client) *DeleteCustomerByIDParams + func NewDeleteCustomerByIDParamsWithTimeout(timeout time.Duration) *DeleteCustomerByIDParams + func (o *DeleteCustomerByIDParams) SetContext(ctx context.Context) + func (o *DeleteCustomerByIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteCustomerByIDParams) SetID(id int32) + func (o *DeleteCustomerByIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteCustomerByIDParams) WithContext(ctx context.Context) *DeleteCustomerByIDParams + func (o *DeleteCustomerByIDParams) WithHTTPClient(client *http.Client) *DeleteCustomerByIDParams + func (o *DeleteCustomerByIDParams) WithID(id int32) *DeleteCustomerByIDParams + func (o *DeleteCustomerByIDParams) WithTimeout(timeout time.Duration) *DeleteCustomerByIDParams + func (o *DeleteCustomerByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteCustomerByIDReader struct + func (o *DeleteCustomerByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAzurePlanOK struct + Payload *models.AzurePlan + func NewGetAzurePlanOK() *GetAzurePlanOK + func (o *GetAzurePlanOK) Error() string + func (o *GetAzurePlanOK) GetPayload() *models.AzurePlan + type GetAzurePlanParams struct + Context context.Context + CustomerTenantID int32 + HTTPClient *http.Client + func NewGetAzurePlanParams() *GetAzurePlanParams + func NewGetAzurePlanParamsWithContext(ctx context.Context) *GetAzurePlanParams + func NewGetAzurePlanParamsWithHTTPClient(client *http.Client) *GetAzurePlanParams + func NewGetAzurePlanParamsWithTimeout(timeout time.Duration) *GetAzurePlanParams + func (o *GetAzurePlanParams) SetContext(ctx context.Context) + func (o *GetAzurePlanParams) SetCustomerTenantID(customerTenantID int32) + func (o *GetAzurePlanParams) SetHTTPClient(client *http.Client) + func (o *GetAzurePlanParams) SetTimeout(timeout time.Duration) + func (o *GetAzurePlanParams) WithContext(ctx context.Context) *GetAzurePlanParams + func (o *GetAzurePlanParams) WithCustomerTenantID(customerTenantID int32) *GetAzurePlanParams + func (o *GetAzurePlanParams) WithHTTPClient(client *http.Client) *GetAzurePlanParams + func (o *GetAzurePlanParams) WithTimeout(timeout time.Duration) *GetAzurePlanParams + func (o *GetAzurePlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAzurePlanReader struct + func (o *GetAzurePlanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCustomerTenantByIDOK struct + Payload *models.CustomerTenant + func NewGetCustomerTenantByIDOK() *GetCustomerTenantByIDOK + func (o *GetCustomerTenantByIDOK) Error() string + func (o *GetCustomerTenantByIDOK) GetPayload() *models.CustomerTenant + type GetCustomerTenantByIDParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewGetCustomerTenantByIDParams() *GetCustomerTenantByIDParams + func NewGetCustomerTenantByIDParamsWithContext(ctx context.Context) *GetCustomerTenantByIDParams + func NewGetCustomerTenantByIDParamsWithHTTPClient(client *http.Client) *GetCustomerTenantByIDParams + func NewGetCustomerTenantByIDParamsWithTimeout(timeout time.Duration) *GetCustomerTenantByIDParams + func (o *GetCustomerTenantByIDParams) SetContext(ctx context.Context) + func (o *GetCustomerTenantByIDParams) SetHTTPClient(client *http.Client) + func (o *GetCustomerTenantByIDParams) SetID(id int32) + func (o *GetCustomerTenantByIDParams) SetTimeout(timeout time.Duration) + func (o *GetCustomerTenantByIDParams) WithContext(ctx context.Context) *GetCustomerTenantByIDParams + func (o *GetCustomerTenantByIDParams) WithHTTPClient(client *http.Client) *GetCustomerTenantByIDParams + func (o *GetCustomerTenantByIDParams) WithID(id int32) *GetCustomerTenantByIDParams + func (o *GetCustomerTenantByIDParams) WithTimeout(timeout time.Duration) *GetCustomerTenantByIDParams + func (o *GetCustomerTenantByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCustomerTenantByIDReader struct + func (o *GetCustomerTenantByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCustomerTenantDetailedByIDOK struct + Payload *models.CustomerTenantDetailed + func NewGetCustomerTenantDetailedByIDOK() *GetCustomerTenantDetailedByIDOK + func (o *GetCustomerTenantDetailedByIDOK) Error() string + func (o *GetCustomerTenantDetailedByIDOK) GetPayload() *models.CustomerTenantDetailed + type GetCustomerTenantDetailedByIDParams struct + Context context.Context + HTTPClient *http.Client + ID int32 + func NewGetCustomerTenantDetailedByIDParams() *GetCustomerTenantDetailedByIDParams + func NewGetCustomerTenantDetailedByIDParamsWithContext(ctx context.Context) *GetCustomerTenantDetailedByIDParams + func NewGetCustomerTenantDetailedByIDParamsWithHTTPClient(client *http.Client) *GetCustomerTenantDetailedByIDParams + func NewGetCustomerTenantDetailedByIDParamsWithTimeout(timeout time.Duration) *GetCustomerTenantDetailedByIDParams + func (o *GetCustomerTenantDetailedByIDParams) SetContext(ctx context.Context) + func (o *GetCustomerTenantDetailedByIDParams) SetHTTPClient(client *http.Client) + func (o *GetCustomerTenantDetailedByIDParams) SetID(id int32) + func (o *GetCustomerTenantDetailedByIDParams) SetTimeout(timeout time.Duration) + func (o *GetCustomerTenantDetailedByIDParams) WithContext(ctx context.Context) *GetCustomerTenantDetailedByIDParams + func (o *GetCustomerTenantDetailedByIDParams) WithHTTPClient(client *http.Client) *GetCustomerTenantDetailedByIDParams + func (o *GetCustomerTenantDetailedByIDParams) WithID(id int32) *GetCustomerTenantDetailedByIDParams + func (o *GetCustomerTenantDetailedByIDParams) WithTimeout(timeout time.Duration) *GetCustomerTenantDetailedByIDParams + func (o *GetCustomerTenantDetailedByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCustomerTenantDetailedByIDReader struct + func (o *GetCustomerTenantDetailedByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)