Versions in this module Expand all Collapse all v1 v1.5.0 Jan 16, 2018 Changes in this version + type AddContactToListBadRequest struct + Payload *models.ErrorModel + func NewAddContactToListBadRequest() *AddContactToListBadRequest + func (o *AddContactToListBadRequest) Error() string + type AddContactToListCreated struct + Payload *models.PostContactInfo + func NewAddContactToListCreated() *AddContactToListCreated + func (o *AddContactToListCreated) Error() string + type AddContactToListNotFound struct + Payload *models.ErrorModel + func NewAddContactToListNotFound() *AddContactToListNotFound + func (o *AddContactToListNotFound) Error() string + type AddContactToListParams struct + ContactEmails *models.AddRemoveContactToList + Context context.Context + HTTPClient *http.Client + ListID int64 + func NewAddContactToListParams() *AddContactToListParams + func NewAddContactToListParamsWithContext(ctx context.Context) *AddContactToListParams + func NewAddContactToListParamsWithHTTPClient(client *http.Client) *AddContactToListParams + func NewAddContactToListParamsWithTimeout(timeout time.Duration) *AddContactToListParams + func (o *AddContactToListParams) SetContactEmails(contactEmails *models.AddRemoveContactToList) + func (o *AddContactToListParams) SetContext(ctx context.Context) + func (o *AddContactToListParams) SetHTTPClient(client *http.Client) + func (o *AddContactToListParams) SetListID(listID int64) + func (o *AddContactToListParams) SetTimeout(timeout time.Duration) + func (o *AddContactToListParams) WithContactEmails(contactEmails *models.AddRemoveContactToList) *AddContactToListParams + func (o *AddContactToListParams) WithContext(ctx context.Context) *AddContactToListParams + func (o *AddContactToListParams) WithHTTPClient(client *http.Client) *AddContactToListParams + func (o *AddContactToListParams) WithListID(listID int64) *AddContactToListParams + func (o *AddContactToListParams) WithTimeout(timeout time.Duration) *AddContactToListParams + func (o *AddContactToListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddContactToListReader struct + func (o *AddContactToListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) AddContactToList(params *AddContactToListParams, authInfo runtime.ClientAuthInfoWriter) (*AddContactToListCreated, error) + func (a *Client) CreateAttribute(params *CreateAttributeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateAttributeCreated, error) + func (a *Client) CreateFolder(params *CreateFolderParams, authInfo runtime.ClientAuthInfoWriter) (*CreateFolderCreated, error) + func (a *Client) CreateList(params *CreateListParams, authInfo runtime.ClientAuthInfoWriter) (*CreateListCreated, error) + func (a *Client) DeleteAttribute(params *DeleteAttributeParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteAttributeNoContent, error) + func (a *Client) DeleteFolder(params *DeleteFolderParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteFolderNoContent, error) + func (a *Client) DeleteList(params *DeleteListParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteListNoContent, error) + func (a *Client) GetAttributes(params *GetAttributesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAttributesOK, error) + func (a *Client) GetContactsFromList(params *GetContactsFromListParams, authInfo runtime.ClientAuthInfoWriter) (*GetContactsFromListOK, error) + func (a *Client) GetFolder(params *GetFolderParams, authInfo runtime.ClientAuthInfoWriter) (*GetFolderOK, error) + func (a *Client) GetFolderLists(params *GetFolderListsParams, authInfo runtime.ClientAuthInfoWriter) (*GetFolderListsOK, error) + func (a *Client) GetFolders(params *GetFoldersParams, authInfo runtime.ClientAuthInfoWriter) (*GetFoldersOK, error) + func (a *Client) GetList(params *GetListParams, authInfo runtime.ClientAuthInfoWriter) (*GetListOK, error) + func (a *Client) GetLists(params *GetListsParams, authInfo runtime.ClientAuthInfoWriter) (*GetListsOK, error) + func (a *Client) RemoveContactToList(params *RemoveContactToListParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveContactToListCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateAttribute(params *UpdateAttributeParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAttributeNoContent, error) + func (a *Client) UpdateFolder(params *UpdateFolderParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateFolderNoContent, error) + func (a *Client) UpdateList(params *UpdateListParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateListNoContent, error) + type CreateAttributeBadRequest struct + Payload *models.ErrorModel + func NewCreateAttributeBadRequest() *CreateAttributeBadRequest + func (o *CreateAttributeBadRequest) Error() string + type CreateAttributeCreated struct + func NewCreateAttributeCreated() *CreateAttributeCreated + func (o *CreateAttributeCreated) Error() string + type CreateAttributeParams struct + AttributeCategory string + AttributeName string + Context context.Context + CreateAttribute *models.CreateAttribute + HTTPClient *http.Client + func NewCreateAttributeParams() *CreateAttributeParams + func NewCreateAttributeParamsWithContext(ctx context.Context) *CreateAttributeParams + func NewCreateAttributeParamsWithHTTPClient(client *http.Client) *CreateAttributeParams + func NewCreateAttributeParamsWithTimeout(timeout time.Duration) *CreateAttributeParams + func (o *CreateAttributeParams) SetAttributeCategory(attributeCategory string) + func (o *CreateAttributeParams) SetAttributeName(attributeName string) + func (o *CreateAttributeParams) SetContext(ctx context.Context) + func (o *CreateAttributeParams) SetCreateAttribute(createAttribute *models.CreateAttribute) + func (o *CreateAttributeParams) SetHTTPClient(client *http.Client) + func (o *CreateAttributeParams) SetTimeout(timeout time.Duration) + func (o *CreateAttributeParams) WithAttributeCategory(attributeCategory string) *CreateAttributeParams + func (o *CreateAttributeParams) WithAttributeName(attributeName string) *CreateAttributeParams + func (o *CreateAttributeParams) WithContext(ctx context.Context) *CreateAttributeParams + func (o *CreateAttributeParams) WithCreateAttribute(createAttribute *models.CreateAttribute) *CreateAttributeParams + func (o *CreateAttributeParams) WithHTTPClient(client *http.Client) *CreateAttributeParams + func (o *CreateAttributeParams) WithTimeout(timeout time.Duration) *CreateAttributeParams + func (o *CreateAttributeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateAttributeReader struct + func (o *CreateAttributeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateFolderBadRequest struct + Payload *models.ErrorModel + func NewCreateFolderBadRequest() *CreateFolderBadRequest + func (o *CreateFolderBadRequest) Error() string + type CreateFolderCreated struct + Payload *models.CreateModel + func NewCreateFolderCreated() *CreateFolderCreated + func (o *CreateFolderCreated) Error() string + type CreateFolderParams struct + Context context.Context + CreateFolder *models.CreateUpdateFolder + HTTPClient *http.Client + func NewCreateFolderParams() *CreateFolderParams + func NewCreateFolderParamsWithContext(ctx context.Context) *CreateFolderParams + func NewCreateFolderParamsWithHTTPClient(client *http.Client) *CreateFolderParams + func NewCreateFolderParamsWithTimeout(timeout time.Duration) *CreateFolderParams + func (o *CreateFolderParams) SetContext(ctx context.Context) + func (o *CreateFolderParams) SetCreateFolder(createFolder *models.CreateUpdateFolder) + func (o *CreateFolderParams) SetHTTPClient(client *http.Client) + func (o *CreateFolderParams) SetTimeout(timeout time.Duration) + func (o *CreateFolderParams) WithContext(ctx context.Context) *CreateFolderParams + func (o *CreateFolderParams) WithCreateFolder(createFolder *models.CreateUpdateFolder) *CreateFolderParams + func (o *CreateFolderParams) WithHTTPClient(client *http.Client) *CreateFolderParams + func (o *CreateFolderParams) WithTimeout(timeout time.Duration) *CreateFolderParams + func (o *CreateFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateFolderReader struct + func (o *CreateFolderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateListBadRequest struct + Payload *models.ErrorModel + func NewCreateListBadRequest() *CreateListBadRequest + func (o *CreateListBadRequest) Error() string + type CreateListCreated struct + Payload *models.CreateModel + func NewCreateListCreated() *CreateListCreated + func (o *CreateListCreated) Error() string + type CreateListParams struct + Context context.Context + CreateList *models.CreateList + HTTPClient *http.Client + func NewCreateListParams() *CreateListParams + func NewCreateListParamsWithContext(ctx context.Context) *CreateListParams + func NewCreateListParamsWithHTTPClient(client *http.Client) *CreateListParams + func NewCreateListParamsWithTimeout(timeout time.Duration) *CreateListParams + func (o *CreateListParams) SetContext(ctx context.Context) + func (o *CreateListParams) SetCreateList(createList *models.CreateList) + func (o *CreateListParams) SetHTTPClient(client *http.Client) + func (o *CreateListParams) SetTimeout(timeout time.Duration) + func (o *CreateListParams) WithContext(ctx context.Context) *CreateListParams + func (o *CreateListParams) WithCreateList(createList *models.CreateList) *CreateListParams + func (o *CreateListParams) WithHTTPClient(client *http.Client) *CreateListParams + func (o *CreateListParams) WithTimeout(timeout time.Duration) *CreateListParams + func (o *CreateListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateListReader struct + func (o *CreateListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAttributeBadRequest struct + Payload *models.ErrorModel + func NewDeleteAttributeBadRequest() *DeleteAttributeBadRequest + func (o *DeleteAttributeBadRequest) Error() string + type DeleteAttributeNoContent struct + func NewDeleteAttributeNoContent() *DeleteAttributeNoContent + func (o *DeleteAttributeNoContent) Error() string + type DeleteAttributeNotFound struct + Payload *models.ErrorModel + func NewDeleteAttributeNotFound() *DeleteAttributeNotFound + func (o *DeleteAttributeNotFound) Error() string + type DeleteAttributeParams struct + AttributeCategory string + AttributeName string + Context context.Context + HTTPClient *http.Client + func NewDeleteAttributeParams() *DeleteAttributeParams + func NewDeleteAttributeParamsWithContext(ctx context.Context) *DeleteAttributeParams + func NewDeleteAttributeParamsWithHTTPClient(client *http.Client) *DeleteAttributeParams + func NewDeleteAttributeParamsWithTimeout(timeout time.Duration) *DeleteAttributeParams + func (o *DeleteAttributeParams) SetAttributeCategory(attributeCategory string) + func (o *DeleteAttributeParams) SetAttributeName(attributeName string) + func (o *DeleteAttributeParams) SetContext(ctx context.Context) + func (o *DeleteAttributeParams) SetHTTPClient(client *http.Client) + func (o *DeleteAttributeParams) SetTimeout(timeout time.Duration) + func (o *DeleteAttributeParams) WithAttributeCategory(attributeCategory string) *DeleteAttributeParams + func (o *DeleteAttributeParams) WithAttributeName(attributeName string) *DeleteAttributeParams + func (o *DeleteAttributeParams) WithContext(ctx context.Context) *DeleteAttributeParams + func (o *DeleteAttributeParams) WithHTTPClient(client *http.Client) *DeleteAttributeParams + func (o *DeleteAttributeParams) WithTimeout(timeout time.Duration) *DeleteAttributeParams + func (o *DeleteAttributeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAttributeReader struct + func (o *DeleteAttributeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteFolderBadRequest struct + Payload *models.ErrorModel + func NewDeleteFolderBadRequest() *DeleteFolderBadRequest + func (o *DeleteFolderBadRequest) Error() string + type DeleteFolderNoContent struct + func NewDeleteFolderNoContent() *DeleteFolderNoContent + func (o *DeleteFolderNoContent) Error() string + type DeleteFolderNotFound struct + Payload *models.ErrorModel + func NewDeleteFolderNotFound() *DeleteFolderNotFound + func (o *DeleteFolderNotFound) Error() string + type DeleteFolderParams struct + Context context.Context + FolderID int64 + HTTPClient *http.Client + func NewDeleteFolderParams() *DeleteFolderParams + func NewDeleteFolderParamsWithContext(ctx context.Context) *DeleteFolderParams + func NewDeleteFolderParamsWithHTTPClient(client *http.Client) *DeleteFolderParams + func NewDeleteFolderParamsWithTimeout(timeout time.Duration) *DeleteFolderParams + func (o *DeleteFolderParams) SetContext(ctx context.Context) + func (o *DeleteFolderParams) SetFolderID(folderID int64) + func (o *DeleteFolderParams) SetHTTPClient(client *http.Client) + func (o *DeleteFolderParams) SetTimeout(timeout time.Duration) + func (o *DeleteFolderParams) WithContext(ctx context.Context) *DeleteFolderParams + func (o *DeleteFolderParams) WithFolderID(folderID int64) *DeleteFolderParams + func (o *DeleteFolderParams) WithHTTPClient(client *http.Client) *DeleteFolderParams + func (o *DeleteFolderParams) WithTimeout(timeout time.Duration) *DeleteFolderParams + func (o *DeleteFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteFolderReader struct + func (o *DeleteFolderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteListBadRequest struct + Payload *models.ErrorModel + func NewDeleteListBadRequest() *DeleteListBadRequest + func (o *DeleteListBadRequest) Error() string + type DeleteListNoContent struct + func NewDeleteListNoContent() *DeleteListNoContent + func (o *DeleteListNoContent) Error() string + type DeleteListNotFound struct + Payload *models.ErrorModel + func NewDeleteListNotFound() *DeleteListNotFound + func (o *DeleteListNotFound) Error() string + type DeleteListParams struct + Context context.Context + HTTPClient *http.Client + ListID int64 + func NewDeleteListParams() *DeleteListParams + func NewDeleteListParamsWithContext(ctx context.Context) *DeleteListParams + func NewDeleteListParamsWithHTTPClient(client *http.Client) *DeleteListParams + func NewDeleteListParamsWithTimeout(timeout time.Duration) *DeleteListParams + func (o *DeleteListParams) SetContext(ctx context.Context) + func (o *DeleteListParams) SetHTTPClient(client *http.Client) + func (o *DeleteListParams) SetListID(listID int64) + func (o *DeleteListParams) SetTimeout(timeout time.Duration) + func (o *DeleteListParams) WithContext(ctx context.Context) *DeleteListParams + func (o *DeleteListParams) WithHTTPClient(client *http.Client) *DeleteListParams + func (o *DeleteListParams) WithListID(listID int64) *DeleteListParams + func (o *DeleteListParams) WithTimeout(timeout time.Duration) *DeleteListParams + func (o *DeleteListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteListReader struct + func (o *DeleteListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAttributesOK struct + Payload *models.GetAttributes + func NewGetAttributesOK() *GetAttributesOK + func (o *GetAttributesOK) Error() string + type GetAttributesParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAttributesParams() *GetAttributesParams + func NewGetAttributesParamsWithContext(ctx context.Context) *GetAttributesParams + func NewGetAttributesParamsWithHTTPClient(client *http.Client) *GetAttributesParams + func NewGetAttributesParamsWithTimeout(timeout time.Duration) *GetAttributesParams + func (o *GetAttributesParams) SetContext(ctx context.Context) + func (o *GetAttributesParams) SetHTTPClient(client *http.Client) + func (o *GetAttributesParams) SetTimeout(timeout time.Duration) + func (o *GetAttributesParams) WithContext(ctx context.Context) *GetAttributesParams + func (o *GetAttributesParams) WithHTTPClient(client *http.Client) *GetAttributesParams + func (o *GetAttributesParams) WithTimeout(timeout time.Duration) *GetAttributesParams + func (o *GetAttributesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAttributesReader struct + func (o *GetAttributesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetContactsFromListBadRequest struct + Payload *models.ErrorModel + func NewGetContactsFromListBadRequest() *GetContactsFromListBadRequest + func (o *GetContactsFromListBadRequest) Error() string + type GetContactsFromListNotFound struct + Payload *models.ErrorModel + func NewGetContactsFromListNotFound() *GetContactsFromListNotFound + func (o *GetContactsFromListNotFound) Error() string + type GetContactsFromListOK struct + Payload *models.GetContacts + func NewGetContactsFromListOK() *GetContactsFromListOK + func (o *GetContactsFromListOK) Error() string + type GetContactsFromListParams struct + Context context.Context + HTTPClient *http.Client + Limit *int64 + ListID int64 + ModifiedSince *strfmt.DateTime + Offset *int64 + func NewGetContactsFromListParams() *GetContactsFromListParams + func NewGetContactsFromListParamsWithContext(ctx context.Context) *GetContactsFromListParams + func NewGetContactsFromListParamsWithHTTPClient(client *http.Client) *GetContactsFromListParams + func NewGetContactsFromListParamsWithTimeout(timeout time.Duration) *GetContactsFromListParams + func (o *GetContactsFromListParams) SetContext(ctx context.Context) + func (o *GetContactsFromListParams) SetHTTPClient(client *http.Client) + func (o *GetContactsFromListParams) SetLimit(limit *int64) + func (o *GetContactsFromListParams) SetListID(listID int64) + func (o *GetContactsFromListParams) SetModifiedSince(modifiedSince *strfmt.DateTime) + func (o *GetContactsFromListParams) SetOffset(offset *int64) + func (o *GetContactsFromListParams) SetTimeout(timeout time.Duration) + func (o *GetContactsFromListParams) WithContext(ctx context.Context) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithHTTPClient(client *http.Client) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithLimit(limit *int64) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithListID(listID int64) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithModifiedSince(modifiedSince *strfmt.DateTime) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithOffset(offset *int64) *GetContactsFromListParams + func (o *GetContactsFromListParams) WithTimeout(timeout time.Duration) *GetContactsFromListParams + func (o *GetContactsFromListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetContactsFromListReader struct + func (o *GetContactsFromListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetFolderBadRequest struct + Payload *models.ErrorModel + func NewGetFolderBadRequest() *GetFolderBadRequest + func (o *GetFolderBadRequest) Error() string + type GetFolderListsBadRequest struct + Payload *models.ErrorModel + func NewGetFolderListsBadRequest() *GetFolderListsBadRequest + func (o *GetFolderListsBadRequest) Error() string + type GetFolderListsNotFound struct + Payload *models.ErrorModel + func NewGetFolderListsNotFound() *GetFolderListsNotFound + func (o *GetFolderListsNotFound) Error() string + type GetFolderListsOK struct + Payload *models.GetFolderLists + func NewGetFolderListsOK() *GetFolderListsOK + func (o *GetFolderListsOK) Error() string + type GetFolderListsParams struct + Context context.Context + FolderID int64 + HTTPClient *http.Client + Limit *int64 + Offset *int64 + func NewGetFolderListsParams() *GetFolderListsParams + func NewGetFolderListsParamsWithContext(ctx context.Context) *GetFolderListsParams + func NewGetFolderListsParamsWithHTTPClient(client *http.Client) *GetFolderListsParams + func NewGetFolderListsParamsWithTimeout(timeout time.Duration) *GetFolderListsParams + func (o *GetFolderListsParams) SetContext(ctx context.Context) + func (o *GetFolderListsParams) SetFolderID(folderID int64) + func (o *GetFolderListsParams) SetHTTPClient(client *http.Client) + func (o *GetFolderListsParams) SetLimit(limit *int64) + func (o *GetFolderListsParams) SetOffset(offset *int64) + func (o *GetFolderListsParams) SetTimeout(timeout time.Duration) + func (o *GetFolderListsParams) WithContext(ctx context.Context) *GetFolderListsParams + func (o *GetFolderListsParams) WithFolderID(folderID int64) *GetFolderListsParams + func (o *GetFolderListsParams) WithHTTPClient(client *http.Client) *GetFolderListsParams + func (o *GetFolderListsParams) WithLimit(limit *int64) *GetFolderListsParams + func (o *GetFolderListsParams) WithOffset(offset *int64) *GetFolderListsParams + func (o *GetFolderListsParams) WithTimeout(timeout time.Duration) *GetFolderListsParams + func (o *GetFolderListsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetFolderListsReader struct + func (o *GetFolderListsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetFolderNotFound struct + Payload *models.ErrorModel + func NewGetFolderNotFound() *GetFolderNotFound + func (o *GetFolderNotFound) Error() string + type GetFolderOK struct + Payload *models.GetFolder + func NewGetFolderOK() *GetFolderOK + func (o *GetFolderOK) Error() string + type GetFolderParams struct + Context context.Context + FolderID int64 + HTTPClient *http.Client + func NewGetFolderParams() *GetFolderParams + func NewGetFolderParamsWithContext(ctx context.Context) *GetFolderParams + func NewGetFolderParamsWithHTTPClient(client *http.Client) *GetFolderParams + func NewGetFolderParamsWithTimeout(timeout time.Duration) *GetFolderParams + func (o *GetFolderParams) SetContext(ctx context.Context) + func (o *GetFolderParams) SetFolderID(folderID int64) + func (o *GetFolderParams) SetHTTPClient(client *http.Client) + func (o *GetFolderParams) SetTimeout(timeout time.Duration) + func (o *GetFolderParams) WithContext(ctx context.Context) *GetFolderParams + func (o *GetFolderParams) WithFolderID(folderID int64) *GetFolderParams + func (o *GetFolderParams) WithHTTPClient(client *http.Client) *GetFolderParams + func (o *GetFolderParams) WithTimeout(timeout time.Duration) *GetFolderParams + func (o *GetFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetFolderReader struct + func (o *GetFolderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetFoldersBadRequest struct + Payload *models.ErrorModel + func NewGetFoldersBadRequest() *GetFoldersBadRequest + func (o *GetFoldersBadRequest) Error() string + type GetFoldersOK struct + Payload *models.GetFolders + func NewGetFoldersOK() *GetFoldersOK + func (o *GetFoldersOK) Error() string + type GetFoldersParams struct + Context context.Context + HTTPClient *http.Client + Limit int64 + Offset int64 + func NewGetFoldersParams() *GetFoldersParams + func NewGetFoldersParamsWithContext(ctx context.Context) *GetFoldersParams + func NewGetFoldersParamsWithHTTPClient(client *http.Client) *GetFoldersParams + func NewGetFoldersParamsWithTimeout(timeout time.Duration) *GetFoldersParams + func (o *GetFoldersParams) SetContext(ctx context.Context) + func (o *GetFoldersParams) SetHTTPClient(client *http.Client) + func (o *GetFoldersParams) SetLimit(limit int64) + func (o *GetFoldersParams) SetOffset(offset int64) + func (o *GetFoldersParams) SetTimeout(timeout time.Duration) + func (o *GetFoldersParams) WithContext(ctx context.Context) *GetFoldersParams + func (o *GetFoldersParams) WithHTTPClient(client *http.Client) *GetFoldersParams + func (o *GetFoldersParams) WithLimit(limit int64) *GetFoldersParams + func (o *GetFoldersParams) WithOffset(offset int64) *GetFoldersParams + func (o *GetFoldersParams) WithTimeout(timeout time.Duration) *GetFoldersParams + func (o *GetFoldersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetFoldersReader struct + func (o *GetFoldersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetListBadRequest struct + Payload *models.ErrorModel + func NewGetListBadRequest() *GetListBadRequest + func (o *GetListBadRequest) Error() string + type GetListNotFound struct + Payload *models.ErrorModel + func NewGetListNotFound() *GetListNotFound + func (o *GetListNotFound) Error() string + type GetListOK struct + Payload *models.GetExtendedList + func NewGetListOK() *GetListOK + func (o *GetListOK) Error() string + type GetListParams struct + Context context.Context + HTTPClient *http.Client + ListID int64 + func NewGetListParams() *GetListParams + func NewGetListParamsWithContext(ctx context.Context) *GetListParams + func NewGetListParamsWithHTTPClient(client *http.Client) *GetListParams + func NewGetListParamsWithTimeout(timeout time.Duration) *GetListParams + func (o *GetListParams) SetContext(ctx context.Context) + func (o *GetListParams) SetHTTPClient(client *http.Client) + func (o *GetListParams) SetListID(listID int64) + func (o *GetListParams) SetTimeout(timeout time.Duration) + func (o *GetListParams) WithContext(ctx context.Context) *GetListParams + func (o *GetListParams) WithHTTPClient(client *http.Client) *GetListParams + func (o *GetListParams) WithListID(listID int64) *GetListParams + func (o *GetListParams) WithTimeout(timeout time.Duration) *GetListParams + func (o *GetListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetListReader struct + func (o *GetListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetListsBadRequest struct + Payload *models.ErrorModel + func NewGetListsBadRequest() *GetListsBadRequest + func (o *GetListsBadRequest) Error() string + type GetListsOK struct + Payload *models.GetLists + func NewGetListsOK() *GetListsOK + func (o *GetListsOK) Error() string + type GetListsParams struct + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + func NewGetListsParams() *GetListsParams + func NewGetListsParamsWithContext(ctx context.Context) *GetListsParams + func NewGetListsParamsWithHTTPClient(client *http.Client) *GetListsParams + func NewGetListsParamsWithTimeout(timeout time.Duration) *GetListsParams + func (o *GetListsParams) SetContext(ctx context.Context) + func (o *GetListsParams) SetHTTPClient(client *http.Client) + func (o *GetListsParams) SetLimit(limit *int64) + func (o *GetListsParams) SetOffset(offset *int64) + func (o *GetListsParams) SetTimeout(timeout time.Duration) + func (o *GetListsParams) WithContext(ctx context.Context) *GetListsParams + func (o *GetListsParams) WithHTTPClient(client *http.Client) *GetListsParams + func (o *GetListsParams) WithLimit(limit *int64) *GetListsParams + func (o *GetListsParams) WithOffset(offset *int64) *GetListsParams + func (o *GetListsParams) WithTimeout(timeout time.Duration) *GetListsParams + func (o *GetListsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetListsReader struct + func (o *GetListsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RemoveContactToListBadRequest struct + Payload *models.ErrorModel + func NewRemoveContactToListBadRequest() *RemoveContactToListBadRequest + func (o *RemoveContactToListBadRequest) Error() string + type RemoveContactToListCreated struct + Payload *models.PostContactInfo + func NewRemoveContactToListCreated() *RemoveContactToListCreated + func (o *RemoveContactToListCreated) Error() string + type RemoveContactToListNotFound struct + Payload *models.ErrorModel + func NewRemoveContactToListNotFound() *RemoveContactToListNotFound + func (o *RemoveContactToListNotFound) Error() string + type RemoveContactToListParams struct + ContactEmails *models.AddRemoveContactToList + Context context.Context + HTTPClient *http.Client + ListID int64 + func NewRemoveContactToListParams() *RemoveContactToListParams + func NewRemoveContactToListParamsWithContext(ctx context.Context) *RemoveContactToListParams + func NewRemoveContactToListParamsWithHTTPClient(client *http.Client) *RemoveContactToListParams + func NewRemoveContactToListParamsWithTimeout(timeout time.Duration) *RemoveContactToListParams + func (o *RemoveContactToListParams) SetContactEmails(contactEmails *models.AddRemoveContactToList) + func (o *RemoveContactToListParams) SetContext(ctx context.Context) + func (o *RemoveContactToListParams) SetHTTPClient(client *http.Client) + func (o *RemoveContactToListParams) SetListID(listID int64) + func (o *RemoveContactToListParams) SetTimeout(timeout time.Duration) + func (o *RemoveContactToListParams) WithContactEmails(contactEmails *models.AddRemoveContactToList) *RemoveContactToListParams + func (o *RemoveContactToListParams) WithContext(ctx context.Context) *RemoveContactToListParams + func (o *RemoveContactToListParams) WithHTTPClient(client *http.Client) *RemoveContactToListParams + func (o *RemoveContactToListParams) WithListID(listID int64) *RemoveContactToListParams + func (o *RemoveContactToListParams) WithTimeout(timeout time.Duration) *RemoveContactToListParams + func (o *RemoveContactToListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RemoveContactToListReader struct + func (o *RemoveContactToListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateAttributeBadRequest struct + Payload *models.ErrorModel + func NewUpdateAttributeBadRequest() *UpdateAttributeBadRequest + func (o *UpdateAttributeBadRequest) Error() string + type UpdateAttributeNoContent struct + func NewUpdateAttributeNoContent() *UpdateAttributeNoContent + func (o *UpdateAttributeNoContent) Error() string + type UpdateAttributeNotFound struct + Payload *models.ErrorModel + func NewUpdateAttributeNotFound() *UpdateAttributeNotFound + func (o *UpdateAttributeNotFound) Error() string + type UpdateAttributeParams struct + AttributeCategory string + AttributeName string + Context context.Context + HTTPClient *http.Client + UpdateAttribute *models.UpdateAttribute + func NewUpdateAttributeParams() *UpdateAttributeParams + func NewUpdateAttributeParamsWithContext(ctx context.Context) *UpdateAttributeParams + func NewUpdateAttributeParamsWithHTTPClient(client *http.Client) *UpdateAttributeParams + func NewUpdateAttributeParamsWithTimeout(timeout time.Duration) *UpdateAttributeParams + func (o *UpdateAttributeParams) SetAttributeCategory(attributeCategory string) + func (o *UpdateAttributeParams) SetAttributeName(attributeName string) + func (o *UpdateAttributeParams) SetContext(ctx context.Context) + func (o *UpdateAttributeParams) SetHTTPClient(client *http.Client) + func (o *UpdateAttributeParams) SetTimeout(timeout time.Duration) + func (o *UpdateAttributeParams) SetUpdateAttribute(updateAttribute *models.UpdateAttribute) + func (o *UpdateAttributeParams) WithAttributeCategory(attributeCategory string) *UpdateAttributeParams + func (o *UpdateAttributeParams) WithAttributeName(attributeName string) *UpdateAttributeParams + func (o *UpdateAttributeParams) WithContext(ctx context.Context) *UpdateAttributeParams + func (o *UpdateAttributeParams) WithHTTPClient(client *http.Client) *UpdateAttributeParams + func (o *UpdateAttributeParams) WithTimeout(timeout time.Duration) *UpdateAttributeParams + func (o *UpdateAttributeParams) WithUpdateAttribute(updateAttribute *models.UpdateAttribute) *UpdateAttributeParams + func (o *UpdateAttributeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateAttributeReader struct + func (o *UpdateAttributeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateFolderBadRequest struct + Payload *models.ErrorModel + func NewUpdateFolderBadRequest() *UpdateFolderBadRequest + func (o *UpdateFolderBadRequest) Error() string + type UpdateFolderNoContent struct + func NewUpdateFolderNoContent() *UpdateFolderNoContent + func (o *UpdateFolderNoContent) Error() string + type UpdateFolderNotFound struct + Payload *models.ErrorModel + func NewUpdateFolderNotFound() *UpdateFolderNotFound + func (o *UpdateFolderNotFound) Error() string + type UpdateFolderParams struct + Context context.Context + FolderID int64 + HTTPClient *http.Client + UpdateFolder *models.CreateUpdateFolder + func NewUpdateFolderParams() *UpdateFolderParams + func NewUpdateFolderParamsWithContext(ctx context.Context) *UpdateFolderParams + func NewUpdateFolderParamsWithHTTPClient(client *http.Client) *UpdateFolderParams + func NewUpdateFolderParamsWithTimeout(timeout time.Duration) *UpdateFolderParams + func (o *UpdateFolderParams) SetContext(ctx context.Context) + func (o *UpdateFolderParams) SetFolderID(folderID int64) + func (o *UpdateFolderParams) SetHTTPClient(client *http.Client) + func (o *UpdateFolderParams) SetTimeout(timeout time.Duration) + func (o *UpdateFolderParams) SetUpdateFolder(updateFolder *models.CreateUpdateFolder) + func (o *UpdateFolderParams) WithContext(ctx context.Context) *UpdateFolderParams + func (o *UpdateFolderParams) WithFolderID(folderID int64) *UpdateFolderParams + func (o *UpdateFolderParams) WithHTTPClient(client *http.Client) *UpdateFolderParams + func (o *UpdateFolderParams) WithTimeout(timeout time.Duration) *UpdateFolderParams + func (o *UpdateFolderParams) WithUpdateFolder(updateFolder *models.CreateUpdateFolder) *UpdateFolderParams + func (o *UpdateFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateFolderReader struct + func (o *UpdateFolderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateListBadRequest struct + Payload *models.ErrorModel + func NewUpdateListBadRequest() *UpdateListBadRequest + func (o *UpdateListBadRequest) Error() string + type UpdateListNoContent struct + func NewUpdateListNoContent() *UpdateListNoContent + func (o *UpdateListNoContent) Error() string + type UpdateListNotFound struct + Payload *models.ErrorModel + func NewUpdateListNotFound() *UpdateListNotFound + func (o *UpdateListNotFound) Error() string + type UpdateListParams struct + Context context.Context + HTTPClient *http.Client + ListID int64 + UpdateList *models.UpdateList + func NewUpdateListParams() *UpdateListParams + func NewUpdateListParamsWithContext(ctx context.Context) *UpdateListParams + func NewUpdateListParamsWithHTTPClient(client *http.Client) *UpdateListParams + func NewUpdateListParamsWithTimeout(timeout time.Duration) *UpdateListParams + func (o *UpdateListParams) SetContext(ctx context.Context) + func (o *UpdateListParams) SetHTTPClient(client *http.Client) + func (o *UpdateListParams) SetListID(listID int64) + func (o *UpdateListParams) SetTimeout(timeout time.Duration) + func (o *UpdateListParams) SetUpdateList(updateList *models.UpdateList) + func (o *UpdateListParams) WithContext(ctx context.Context) *UpdateListParams + func (o *UpdateListParams) WithHTTPClient(client *http.Client) *UpdateListParams + func (o *UpdateListParams) WithListID(listID int64) *UpdateListParams + func (o *UpdateListParams) WithTimeout(timeout time.Duration) *UpdateListParams + func (o *UpdateListParams) WithUpdateList(updateList *models.UpdateList) *UpdateListParams + func (o *UpdateListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateListReader struct + func (o *UpdateListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)