Documentation
¶
Overview ¶
Package api provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.7.1 DO NOT EDIT.
Index ¶
- Constants
- func NewAcknowledgeTasksRequest(server string, params *AcknowledgeTasksParams, ...) (*http.Request, error)
- func NewAcknowledgeTasksRequestWithBody(server string, params *AcknowledgeTasksParams, contentType string, ...) (*http.Request, error)
- func NewBulkEditObjectsRequest(server string, body BulkEditObjectsJSONRequestBody) (*http.Request, error)
- func NewBulkEditObjectsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewBulkEditRequest(server string, body BulkEditJSONRequestBody) (*http.Request, error)
- func NewBulkEditRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewConfigDestroyRequest(server string, id int) (*http.Request, error)
- func NewConfigListRequest(server string) (*http.Request, error)
- func NewConfigPartialUpdateRequest(server string, id int, body ConfigPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewConfigPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewConfigPartialUpdateRequestWithFormdataBody(server string, id int, body ConfigPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewConfigRetrieveRequest(server string, id int) (*http.Request, error)
- func NewConfigUpdateRequest(server string, id int, body ConfigUpdateJSONRequestBody) (*http.Request, error)
- func NewConfigUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewConfigUpdateRequestWithFormdataBody(server string, id int, body ConfigUpdateFormdataRequestBody) (*http.Request, error)
- func NewCorrespondentsCreateRequest(server string, body CorrespondentsCreateJSONRequestBody) (*http.Request, error)
- func NewCorrespondentsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCorrespondentsCreateRequestWithFormdataBody(server string, body CorrespondentsCreateFormdataRequestBody) (*http.Request, error)
- func NewCorrespondentsDestroyRequest(server string, id int) (*http.Request, error)
- func NewCorrespondentsListRequest(server string, params *CorrespondentsListParams) (*http.Request, error)
- func NewCorrespondentsPartialUpdateRequest(server string, id int, body CorrespondentsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewCorrespondentsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewCorrespondentsPartialUpdateRequestWithFormdataBody(server string, id int, body CorrespondentsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewCorrespondentsRetrieveRequest(server string, id int, params *CorrespondentsRetrieveParams) (*http.Request, error)
- func NewCorrespondentsUpdateRequest(server string, id int, body CorrespondentsUpdateJSONRequestBody) (*http.Request, error)
- func NewCorrespondentsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewCorrespondentsUpdateRequestWithFormdataBody(server string, id int, body CorrespondentsUpdateFormdataRequestBody) (*http.Request, error)
- func NewCustomFieldsCreateRequest(server string, body CustomFieldsCreateJSONRequestBody) (*http.Request, error)
- func NewCustomFieldsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewCustomFieldsCreateRequestWithFormdataBody(server string, body CustomFieldsCreateFormdataRequestBody) (*http.Request, error)
- func NewCustomFieldsDestroyRequest(server string, id int) (*http.Request, error)
- func NewCustomFieldsListRequest(server string, params *CustomFieldsListParams) (*http.Request, error)
- func NewCustomFieldsPartialUpdateRequest(server string, id int, body CustomFieldsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewCustomFieldsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewCustomFieldsPartialUpdateRequestWithFormdataBody(server string, id int, body CustomFieldsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewCustomFieldsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewCustomFieldsUpdateRequest(server string, id int, body CustomFieldsUpdateJSONRequestBody) (*http.Request, error)
- func NewCustomFieldsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewCustomFieldsUpdateRequestWithFormdataBody(server string, id int, body CustomFieldsUpdateFormdataRequestBody) (*http.Request, error)
- func NewDocumentShareLinksRequest(server string, id string) (*http.Request, error)
- func NewDocumentTypesCreateRequest(server string, body DocumentTypesCreateJSONRequestBody) (*http.Request, error)
- func NewDocumentTypesCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentTypesCreateRequestWithFormdataBody(server string, body DocumentTypesCreateFormdataRequestBody) (*http.Request, error)
- func NewDocumentTypesDestroyRequest(server string, id int) (*http.Request, error)
- func NewDocumentTypesListRequest(server string, params *DocumentTypesListParams) (*http.Request, error)
- func NewDocumentTypesPartialUpdateRequest(server string, id int, body DocumentTypesPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewDocumentTypesPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentTypesPartialUpdateRequestWithFormdataBody(server string, id int, body DocumentTypesPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewDocumentTypesRetrieveRequest(server string, id int, params *DocumentTypesRetrieveParams) (*http.Request, error)
- func NewDocumentTypesUpdateRequest(server string, id int, body DocumentTypesUpdateJSONRequestBody) (*http.Request, error)
- func NewDocumentTypesUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentTypesUpdateRequestWithFormdataBody(server string, id int, body DocumentTypesUpdateFormdataRequestBody) (*http.Request, error)
- func NewDocumentsBulkDownloadCreateRequest(server string, body DocumentsBulkDownloadCreateJSONRequestBody) (*http.Request, error)
- func NewDocumentsBulkDownloadCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsDestroyRequest(server string, id int) (*http.Request, error)
- func NewDocumentsDownloadRetrieveRequest(server string, id int, params *DocumentsDownloadRetrieveParams) (*http.Request, error)
- func NewDocumentsEmailCreateRequest(server string, id int, body DocumentsEmailCreateJSONRequestBody) (*http.Request, error)
- func NewDocumentsEmailCreateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsEmailCreateRequestWithFormdataBody(server string, id int, body DocumentsEmailCreateFormdataRequestBody) (*http.Request, error)
- func NewDocumentsHistoryListRequest(server string, id int, params *DocumentsHistoryListParams) (*http.Request, error)
- func NewDocumentsListRequest(server string, params *DocumentsListParams) (*http.Request, error)
- func NewDocumentsMetadataRetrieveRequest(server string, id int) (*http.Request, error)
- func NewDocumentsNextAsnRetrieveRequest(server string) (*http.Request, error)
- func NewDocumentsNotesCreateRequest(server string, id int, params *DocumentsNotesCreateParams, ...) (*http.Request, error)
- func NewDocumentsNotesCreateRequestWithBody(server string, id int, params *DocumentsNotesCreateParams, contentType string, ...) (*http.Request, error)
- func NewDocumentsNotesCreateRequestWithFormdataBody(server string, id int, params *DocumentsNotesCreateParams, ...) (*http.Request, error)
- func NewDocumentsNotesDestroyRequest(server string, id int, params *DocumentsNotesDestroyParams) (*http.Request, error)
- func NewDocumentsNotesListRequest(server string, id int, params *DocumentsNotesListParams) (*http.Request, error)
- func NewDocumentsPartialUpdateRequest(server string, id int, body DocumentsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewDocumentsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsPartialUpdateRequestWithFormdataBody(server string, id int, body DocumentsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewDocumentsPostDocumentCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsPreviewRetrieveRequest(server string, id int) (*http.Request, error)
- func NewDocumentsRetrieveRequest(server string, id int, params *DocumentsRetrieveParams) (*http.Request, error)
- func NewDocumentsSelectionDataCreateRequest(server string, body DocumentsSelectionDataCreateJSONRequestBody) (*http.Request, error)
- func NewDocumentsSelectionDataCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsSuggestionsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewDocumentsThumbRetrieveRequest(server string, id int) (*http.Request, error)
- func NewDocumentsUpdateRequest(server string, id int, body DocumentsUpdateJSONRequestBody) (*http.Request, error)
- func NewDocumentsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewDocumentsUpdateRequestWithFormdataBody(server string, id int, body DocumentsUpdateFormdataRequestBody) (*http.Request, error)
- func NewEmailDocumentsRequest(server string, body EmailDocumentsJSONRequestBody) (*http.Request, error)
- func NewEmailDocumentsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewEmailDocumentsRequestWithFormdataBody(server string, body EmailDocumentsFormdataRequestBody) (*http.Request, error)
- func NewGroupsCreateRequest(server string, body GroupsCreateJSONRequestBody) (*http.Request, error)
- func NewGroupsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewGroupsCreateRequestWithFormdataBody(server string, body GroupsCreateFormdataRequestBody) (*http.Request, error)
- func NewGroupsDestroyRequest(server string, id int) (*http.Request, error)
- func NewGroupsListRequest(server string, params *GroupsListParams) (*http.Request, error)
- func NewGroupsPartialUpdateRequest(server string, id int, body GroupsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewGroupsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewGroupsPartialUpdateRequestWithFormdataBody(server string, id int, body GroupsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewGroupsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewGroupsUpdateRequest(server string, id int, body GroupsUpdateJSONRequestBody) (*http.Request, error)
- func NewGroupsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewGroupsUpdateRequestWithFormdataBody(server string, id int, body GroupsUpdateFormdataRequestBody) (*http.Request, error)
- func NewLogsListRequest(server string) (*http.Request, error)
- func NewMailAccountProcessRequest(server string, id int, body MailAccountProcessJSONRequestBody) (*http.Request, error)
- func NewMailAccountProcessRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewMailAccountProcessRequestWithFormdataBody(server string, id int, body MailAccountProcessFormdataRequestBody) (*http.Request, error)
- func NewMailAccountTestRequest(server string, body MailAccountTestJSONRequestBody) (*http.Request, error)
- func NewMailAccountTestRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewMailAccountTestRequestWithFormdataBody(server string, body MailAccountTestFormdataRequestBody) (*http.Request, error)
- func NewMailAccountsCreateRequest(server string, body MailAccountsCreateJSONRequestBody) (*http.Request, error)
- func NewMailAccountsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewMailAccountsCreateRequestWithFormdataBody(server string, body MailAccountsCreateFormdataRequestBody) (*http.Request, error)
- func NewMailAccountsDestroyRequest(server string, id int) (*http.Request, error)
- func NewMailAccountsListRequest(server string, params *MailAccountsListParams) (*http.Request, error)
- func NewMailAccountsPartialUpdateRequest(server string, id int, body MailAccountsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewMailAccountsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewMailAccountsPartialUpdateRequestWithFormdataBody(server string, id int, body MailAccountsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewMailAccountsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewMailAccountsUpdateRequest(server string, id int, body MailAccountsUpdateJSONRequestBody) (*http.Request, error)
- func NewMailAccountsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewMailAccountsUpdateRequestWithFormdataBody(server string, id int, body MailAccountsUpdateFormdataRequestBody) (*http.Request, error)
- func NewMailRulesCreateRequest(server string, body MailRulesCreateJSONRequestBody) (*http.Request, error)
- func NewMailRulesCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewMailRulesCreateRequestWithFormdataBody(server string, body MailRulesCreateFormdataRequestBody) (*http.Request, error)
- func NewMailRulesDestroyRequest(server string, id int) (*http.Request, error)
- func NewMailRulesListRequest(server string, params *MailRulesListParams) (*http.Request, error)
- func NewMailRulesPartialUpdateRequest(server string, id int, body MailRulesPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewMailRulesPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewMailRulesPartialUpdateRequestWithFormdataBody(server string, id int, body MailRulesPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewMailRulesRetrieveRequest(server string, id int) (*http.Request, error)
- func NewMailRulesUpdateRequest(server string, id int, body MailRulesUpdateJSONRequestBody) (*http.Request, error)
- func NewMailRulesUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewMailRulesUpdateRequestWithFormdataBody(server string, id int, body MailRulesUpdateFormdataRequestBody) (*http.Request, error)
- func NewOauthCallbackRetrieveRequest(server string) (*http.Request, error)
- func NewProcessedMailBulkDeleteCreateRequest(server string, body ProcessedMailBulkDeleteCreateJSONRequestBody) (*http.Request, error)
- func NewProcessedMailBulkDeleteCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewProcessedMailBulkDeleteCreateRequestWithFormdataBody(server string, body ProcessedMailBulkDeleteCreateFormdataRequestBody) (*http.Request, error)
- func NewProcessedMailListRequest(server string, params *ProcessedMailListParams) (*http.Request, error)
- func NewProcessedMailRetrieveRequest(server string, id int) (*http.Request, error)
- func NewProfileDisconnectSocialAccountCreateRequest(server string, body ProfileDisconnectSocialAccountCreateJSONRequestBody) (*http.Request, error)
- func NewProfileDisconnectSocialAccountCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewProfileGenerateAuthTokenCreateRequest(server string) (*http.Request, error)
- func NewProfilePartialUpdateRequest(server string, body ProfilePartialUpdateJSONRequestBody) (*http.Request, error)
- func NewProfilePartialUpdateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewProfilePartialUpdateRequestWithFormdataBody(server string, body ProfilePartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewProfileRetrieveRequest(server string) (*http.Request, error)
- func NewProfileSocialAccountProvidersRetrieveRequest(server string) (*http.Request, error)
- func NewProfileTotpCreateRequest(server string, body ProfileTotpCreateJSONRequestBody) (*http.Request, error)
- func NewProfileTotpCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewProfileTotpDestroyRequest(server string) (*http.Request, error)
- func NewProfileTotpRetrieveRequest(server string) (*http.Request, error)
- func NewRemoteVersionRetrieveRequest(server string) (*http.Request, error)
- func NewRetrieveLogRequest(server string, id string, params *RetrieveLogParams) (*http.Request, error)
- func NewSavedViewsCreateRequest(server string, body SavedViewsCreateJSONRequestBody) (*http.Request, error)
- func NewSavedViewsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewSavedViewsCreateRequestWithFormdataBody(server string, body SavedViewsCreateFormdataRequestBody) (*http.Request, error)
- func NewSavedViewsDestroyRequest(server string, id int) (*http.Request, error)
- func NewSavedViewsListRequest(server string, params *SavedViewsListParams) (*http.Request, error)
- func NewSavedViewsPartialUpdateRequest(server string, id int, body SavedViewsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewSavedViewsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewSavedViewsPartialUpdateRequestWithFormdataBody(server string, id int, body SavedViewsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewSavedViewsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewSavedViewsUpdateRequest(server string, id int, body SavedViewsUpdateJSONRequestBody) (*http.Request, error)
- func NewSavedViewsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewSavedViewsUpdateRequestWithFormdataBody(server string, id int, body SavedViewsUpdateFormdataRequestBody) (*http.Request, error)
- func NewSearchAutocompleteListRequest(server string, params *SearchAutocompleteListParams) (*http.Request, error)
- func NewSearchRetrieveRequest(server string, params *SearchRetrieveParams) (*http.Request, error)
- func NewShareLinksCreateRequest(server string, body ShareLinksCreateJSONRequestBody) (*http.Request, error)
- func NewShareLinksCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewShareLinksCreateRequestWithFormdataBody(server string, body ShareLinksCreateFormdataRequestBody) (*http.Request, error)
- func NewShareLinksDestroyRequest(server string, id int) (*http.Request, error)
- func NewShareLinksListRequest(server string, params *ShareLinksListParams) (*http.Request, error)
- func NewShareLinksRetrieveRequest(server string, id int) (*http.Request, error)
- func NewStatisticsRetrieveRequest(server string) (*http.Request, error)
- func NewStatusRetrieveRequest(server string) (*http.Request, error)
- func NewStoragePathsCreateRequest(server string, body StoragePathsCreateJSONRequestBody) (*http.Request, error)
- func NewStoragePathsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewStoragePathsCreateRequestWithFormdataBody(server string, body StoragePathsCreateFormdataRequestBody) (*http.Request, error)
- func NewStoragePathsDestroyRequest(server string, id int) (*http.Request, error)
- func NewStoragePathsListRequest(server string, params *StoragePathsListParams) (*http.Request, error)
- func NewStoragePathsPartialUpdateRequest(server string, id int, body StoragePathsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewStoragePathsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewStoragePathsPartialUpdateRequestWithFormdataBody(server string, id int, body StoragePathsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewStoragePathsRetrieveRequest(server string, id int, params *StoragePathsRetrieveParams) (*http.Request, error)
- func NewStoragePathsTestCreateRequest(server string, body StoragePathsTestCreateJSONRequestBody) (*http.Request, error)
- func NewStoragePathsTestCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewStoragePathsTestCreateRequestWithFormdataBody(server string, body StoragePathsTestCreateFormdataRequestBody) (*http.Request, error)
- func NewStoragePathsUpdateRequest(server string, id int, body StoragePathsUpdateJSONRequestBody) (*http.Request, error)
- func NewStoragePathsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewStoragePathsUpdateRequestWithFormdataBody(server string, id int, body StoragePathsUpdateFormdataRequestBody) (*http.Request, error)
- func NewTagsCreateRequest(server string, body TagsCreateJSONRequestBody) (*http.Request, error)
- func NewTagsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTagsCreateRequestWithFormdataBody(server string, body TagsCreateFormdataRequestBody) (*http.Request, error)
- func NewTagsDestroyRequest(server string, id int) (*http.Request, error)
- func NewTagsListRequest(server string, params *TagsListParams) (*http.Request, error)
- func NewTagsPartialUpdateRequest(server string, id int, body TagsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewTagsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewTagsPartialUpdateRequestWithFormdataBody(server string, id int, body TagsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewTagsRetrieveRequest(server string, id int, params *TagsRetrieveParams) (*http.Request, error)
- func NewTagsUpdateRequest(server string, id int, body TagsUpdateJSONRequestBody) (*http.Request, error)
- func NewTagsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewTagsUpdateRequestWithFormdataBody(server string, id int, body TagsUpdateFormdataRequestBody) (*http.Request, error)
- func NewTasksListRequest(server string, params *TasksListParams) (*http.Request, error)
- func NewTasksRetrieveRequest(server string, id int, params *TasksRetrieveParams) (*http.Request, error)
- func NewTasksRunCreateRequest(server string, params *TasksRunCreateParams, ...) (*http.Request, error)
- func NewTasksRunCreateRequestWithBody(server string, params *TasksRunCreateParams, contentType string, ...) (*http.Request, error)
- func NewTasksRunCreateRequestWithFormdataBody(server string, params *TasksRunCreateParams, ...) (*http.Request, error)
- func NewTokenCreateRequest(server string, body TokenCreateJSONRequestBody) (*http.Request, error)
- func NewTokenCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTokenCreateRequestWithFormdataBody(server string, body TokenCreateFormdataRequestBody) (*http.Request, error)
- func NewTrashCreateRequest(server string, body TrashCreateJSONRequestBody) (*http.Request, error)
- func NewTrashCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewTrashCreateRequestWithFormdataBody(server string, body TrashCreateFormdataRequestBody) (*http.Request, error)
- func NewTrashListRequest(server string, params *TrashListParams) (*http.Request, error)
- func NewUiSettingsCreateRequest(server string, body UiSettingsCreateJSONRequestBody) (*http.Request, error)
- func NewUiSettingsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUiSettingsCreateRequestWithFormdataBody(server string, body UiSettingsCreateFormdataRequestBody) (*http.Request, error)
- func NewUiSettingsRetrieveRequest(server string) (*http.Request, error)
- func NewUsersCreateRequest(server string, body UsersCreateJSONRequestBody) (*http.Request, error)
- func NewUsersCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewUsersCreateRequestWithFormdataBody(server string, body UsersCreateFormdataRequestBody) (*http.Request, error)
- func NewUsersDeactivateTotpCreateRequest(server string, id int) (*http.Request, error)
- func NewUsersDestroyRequest(server string, id int) (*http.Request, error)
- func NewUsersListRequest(server string, params *UsersListParams) (*http.Request, error)
- func NewUsersPartialUpdateRequest(server string, id int, body UsersPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewUsersPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewUsersPartialUpdateRequestWithFormdataBody(server string, id int, body UsersPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewUsersRetrieveRequest(server string, id int) (*http.Request, error)
- func NewUsersUpdateRequest(server string, id int, body UsersUpdateJSONRequestBody) (*http.Request, error)
- func NewUsersUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewUsersUpdateRequestWithFormdataBody(server string, id int, body UsersUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowActionsCreateRequest(server string, body WorkflowActionsCreateJSONRequestBody) (*http.Request, error)
- func NewWorkflowActionsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowActionsCreateRequestWithFormdataBody(server string, body WorkflowActionsCreateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowActionsDestroyRequest(server string, id int) (*http.Request, error)
- func NewWorkflowActionsListRequest(server string, params *WorkflowActionsListParams) (*http.Request, error)
- func NewWorkflowActionsPartialUpdateRequest(server string, id int, body WorkflowActionsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowActionsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowActionsPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowActionsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowActionsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewWorkflowActionsUpdateRequest(server string, id int, body WorkflowActionsUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowActionsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowActionsUpdateRequestWithFormdataBody(server string, id int, body WorkflowActionsUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowTriggersCreateRequest(server string, body WorkflowTriggersCreateJSONRequestBody) (*http.Request, error)
- func NewWorkflowTriggersCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowTriggersCreateRequestWithFormdataBody(server string, body WorkflowTriggersCreateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowTriggersDestroyRequest(server string, id int) (*http.Request, error)
- func NewWorkflowTriggersListRequest(server string, params *WorkflowTriggersListParams) (*http.Request, error)
- func NewWorkflowTriggersPartialUpdateRequest(server string, id int, body WorkflowTriggersPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowTriggersPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowTriggersPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowTriggersRetrieveRequest(server string, id int) (*http.Request, error)
- func NewWorkflowTriggersUpdateRequest(server string, id int, body WorkflowTriggersUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowTriggersUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowTriggersUpdateRequestWithFormdataBody(server string, id int, body WorkflowTriggersUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowsCreateRequest(server string, body WorkflowsCreateJSONRequestBody) (*http.Request, error)
- func NewWorkflowsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowsCreateRequestWithFormdataBody(server string, body WorkflowsCreateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowsDestroyRequest(server string, id int) (*http.Request, error)
- func NewWorkflowsListRequest(server string, params *WorkflowsListParams) (*http.Request, error)
- func NewWorkflowsPartialUpdateRequest(server string, id int, body WorkflowsPartialUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowsPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowsPartialUpdateFormdataRequestBody) (*http.Request, error)
- func NewWorkflowsRetrieveRequest(server string, id int) (*http.Request, error)
- func NewWorkflowsUpdateRequest(server string, id int, body WorkflowsUpdateJSONRequestBody) (*http.Request, error)
- func NewWorkflowsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
- func NewWorkflowsUpdateRequestWithFormdataBody(server string, id int, body WorkflowsUpdateFormdataRequestBody) (*http.Request, error)
- type AccountTypeEnum
- type AcknowledgeTasks
- type AcknowledgeTasksJSONBody
- type AcknowledgeTasksJSONRequestBody
- type AcknowledgeTasksParams
- type AcknowledgeTasksResponse
- type Actor
- type ApplicationConfiguration
- type ApplicationConfigurationRequest
- type ApplicationConfigurationRequest_ColorConversionStrategy
- func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
- func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum(v NullEnum) error
- func (t ApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON(b []byte) error
- type ApplicationConfigurationRequest_Mode
- func (t ApplicationConfigurationRequest_Mode) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfigurationRequest_Mode) AsModeEnum() (ModeEnum, error)
- func (t ApplicationConfigurationRequest_Mode) AsNullEnum() (NullEnum, error)
- func (t *ApplicationConfigurationRequest_Mode) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_Mode) FromModeEnum(v ModeEnum) error
- func (t *ApplicationConfigurationRequest_Mode) FromNullEnum(v NullEnum) error
- func (t ApplicationConfigurationRequest_Mode) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfigurationRequest_Mode) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_Mode) MergeModeEnum(v ModeEnum) error
- func (t *ApplicationConfigurationRequest_Mode) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_Mode) UnmarshalJSON(b []byte) error
- type ApplicationConfigurationRequest_OutputType
- func (t ApplicationConfigurationRequest_OutputType) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfigurationRequest_OutputType) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfigurationRequest_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
- func (t *ApplicationConfigurationRequest_OutputType) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_OutputType) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
- func (t ApplicationConfigurationRequest_OutputType) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfigurationRequest_OutputType) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_OutputType) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
- func (t *ApplicationConfigurationRequest_OutputType) UnmarshalJSON(b []byte) error
- type ApplicationConfigurationRequest_SkipArchiveFile
- func (t ApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t ApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t *ApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON(b []byte) error
- type ApplicationConfigurationRequest_UnpaperClean
- func (t ApplicationConfigurationRequest_UnpaperClean) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfigurationRequest_UnpaperClean) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
- func (t *ApplicationConfigurationRequest_UnpaperClean) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_UnpaperClean) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t ApplicationConfigurationRequest_UnpaperClean) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfigurationRequest_UnpaperClean) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t *ApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON(b []byte) error
- type ApplicationConfiguration_ColorConversionStrategy
- func (t ApplicationConfiguration_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfiguration_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
- func (t ApplicationConfiguration_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
- func (t *ApplicationConfiguration_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *ApplicationConfiguration_ColorConversionStrategy) FromNullEnum(v NullEnum) error
- func (t ApplicationConfiguration_ColorConversionStrategy) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfiguration_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *ApplicationConfiguration_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_ColorConversionStrategy) UnmarshalJSON(b []byte) error
- type ApplicationConfiguration_Mode
- func (t ApplicationConfiguration_Mode) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfiguration_Mode) AsModeEnum() (ModeEnum, error)
- func (t ApplicationConfiguration_Mode) AsNullEnum() (NullEnum, error)
- func (t *ApplicationConfiguration_Mode) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_Mode) FromModeEnum(v ModeEnum) error
- func (t *ApplicationConfiguration_Mode) FromNullEnum(v NullEnum) error
- func (t ApplicationConfiguration_Mode) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfiguration_Mode) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_Mode) MergeModeEnum(v ModeEnum) error
- func (t *ApplicationConfiguration_Mode) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_Mode) UnmarshalJSON(b []byte) error
- type ApplicationConfiguration_OutputType
- func (t ApplicationConfiguration_OutputType) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfiguration_OutputType) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfiguration_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
- func (t *ApplicationConfiguration_OutputType) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_OutputType) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
- func (t ApplicationConfiguration_OutputType) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfiguration_OutputType) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_OutputType) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
- func (t *ApplicationConfiguration_OutputType) UnmarshalJSON(b []byte) error
- type ApplicationConfiguration_SkipArchiveFile
- func (t ApplicationConfiguration_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfiguration_SkipArchiveFile) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfiguration_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
- func (t *ApplicationConfiguration_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_SkipArchiveFile) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t ApplicationConfiguration_SkipArchiveFile) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfiguration_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_SkipArchiveFile) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t *ApplicationConfiguration_SkipArchiveFile) UnmarshalJSON(b []byte) error
- type ApplicationConfiguration_UnpaperClean
- func (t ApplicationConfiguration_UnpaperClean) AsBlankEnum() (BlankEnum, error)
- func (t ApplicationConfiguration_UnpaperClean) AsNullEnum() (NullEnum, error)
- func (t ApplicationConfiguration_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
- func (t *ApplicationConfiguration_UnpaperClean) FromBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_UnpaperClean) FromNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t ApplicationConfiguration_UnpaperClean) MarshalJSON() ([]byte, error)
- func (t *ApplicationConfiguration_UnpaperClean) MergeBlankEnum(v BlankEnum) error
- func (t *ApplicationConfiguration_UnpaperClean) MergeNullEnum(v NullEnum) error
- func (t *ApplicationConfiguration_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t *ApplicationConfiguration_UnpaperClean) UnmarshalJSON(b []byte) error
- type AssignCorrespondentFromEnum
- type AssignTitleFromEnum
- type AttachmentTypeEnum
- type BasicUser
- type BlankEnum
- type BulkDownload
- type BulkDownloadRequest
- type BulkEditDocumentsResult
- type BulkEditJSONRequestBody
- type BulkEditObjectsJSONRequestBody
- type BulkEditObjectsRequest
- type BulkEditObjectsResponse
- type BulkEditRequest
- type BulkEditResponse
- type BulkEditResult
- type Classifier
- type Client
- func (c *Client) AcknowledgeTasks(ctx context.Context, params *AcknowledgeTasksParams, ...) (*http.Response, error)
- func (c *Client) AcknowledgeTasksWithBody(ctx context.Context, params *AcknowledgeTasksParams, contentType string, ...) (*http.Response, error)
- func (c *Client) BulkEdit(ctx context.Context, body BulkEditJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) BulkEditObjects(ctx context.Context, body BulkEditObjectsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) BulkEditObjectsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) BulkEditWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ConfigList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ConfigPartialUpdate(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ConfigPartialUpdateWithFormdataBody(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) ConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ConfigUpdate(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ConfigUpdateWithFormdataBody(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) CorrespondentsCreate(ctx context.Context, body CorrespondentsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CorrespondentsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CorrespondentsCreateWithFormdataBody(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) CorrespondentsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CorrespondentsList(ctx context.Context, params *CorrespondentsListParams, ...) (*http.Response, error)
- func (c *Client) CorrespondentsPartialUpdate(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CorrespondentsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CorrespondentsPartialUpdateWithFormdataBody(ctx context.Context, id int, ...) (*http.Response, error)
- func (c *Client) CorrespondentsRetrieve(ctx context.Context, id int, params *CorrespondentsRetrieveParams, ...) (*http.Response, error)
- func (c *Client) CorrespondentsUpdate(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CorrespondentsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CorrespondentsUpdateWithFormdataBody(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsCreate(ctx context.Context, body CustomFieldsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CustomFieldsCreateWithFormdataBody(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CustomFieldsList(ctx context.Context, params *CustomFieldsListParams, ...) (*http.Response, error)
- func (c *Client) CustomFieldsPartialUpdate(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CustomFieldsPartialUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) CustomFieldsUpdate(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) CustomFieldsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) CustomFieldsUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentShareLinks(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentTypesCreate(ctx context.Context, body DocumentTypesCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentTypesCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentTypesCreateWithFormdataBody(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentTypesDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentTypesList(ctx context.Context, params *DocumentTypesListParams, ...) (*http.Response, error)
- func (c *Client) DocumentTypesPartialUpdate(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentTypesPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentTypesPartialUpdateWithFormdataBody(ctx context.Context, id int, ...) (*http.Response, error)
- func (c *Client) DocumentTypesRetrieve(ctx context.Context, id int, params *DocumentTypesRetrieveParams, ...) (*http.Response, error)
- func (c *Client) DocumentTypesUpdate(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentTypesUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentTypesUpdateWithFormdataBody(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsBulkDownloadCreate(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsBulkDownloadCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsDownloadRetrieve(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, ...) (*http.Response, error)
- func (c *Client) DocumentsEmailCreate(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsEmailCreateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsEmailCreateWithFormdataBody(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsHistoryList(ctx context.Context, id int, params *DocumentsHistoryListParams, ...) (*http.Response, error)
- func (c *Client) DocumentsList(ctx context.Context, params *DocumentsListParams, ...) (*http.Response, error)
- func (c *Client) DocumentsMetadataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsNextAsnRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsNotesCreate(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*http.Response, error)
- func (c *Client) DocumentsNotesCreateWithBody(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*http.Response, error)
- func (c *Client) DocumentsNotesCreateWithFormdataBody(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*http.Response, error)
- func (c *Client) DocumentsNotesDestroy(ctx context.Context, id int, params *DocumentsNotesDestroyParams, ...) (*http.Response, error)
- func (c *Client) DocumentsNotesList(ctx context.Context, id int, params *DocumentsNotesListParams, ...) (*http.Response, error)
- func (c *Client) DocumentsPartialUpdate(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsPartialUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsPostDocumentCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsPreviewRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsRetrieve(ctx context.Context, id int, params *DocumentsRetrieveParams, ...) (*http.Response, error)
- func (c *Client) DocumentsSelectionDataCreate(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsSelectionDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsSuggestionsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsThumbRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) DocumentsUpdate(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) DocumentsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) DocumentsUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) EmailDocuments(ctx context.Context, body EmailDocumentsJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) EmailDocumentsWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) EmailDocumentsWithFormdataBody(ctx context.Context, body EmailDocumentsFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsCreate(ctx context.Context, body GroupsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GroupsCreateWithFormdataBody(ctx context.Context, body GroupsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GroupsList(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GroupsPartialUpdate(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GroupsPartialUpdateWithFormdataBody(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) GroupsUpdate(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) GroupsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) GroupsUpdateWithFormdataBody(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) LogsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MailAccountProcess(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountProcessWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailAccountProcessWithFormdataBody(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountTest(ctx context.Context, body MailAccountTestJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountTestWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailAccountTestWithFormdataBody(ctx context.Context, body MailAccountTestFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsCreate(ctx context.Context, body MailAccountsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailAccountsCreateWithFormdataBody(ctx context.Context, body MailAccountsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MailAccountsList(ctx context.Context, params *MailAccountsListParams, ...) (*http.Response, error)
- func (c *Client) MailAccountsPartialUpdate(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailAccountsPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MailAccountsUpdate(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailAccountsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailAccountsUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesCreate(ctx context.Context, body MailRulesCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailRulesCreateWithFormdataBody(ctx context.Context, body MailRulesCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MailRulesList(ctx context.Context, params *MailRulesListParams, ...) (*http.Response, error)
- func (c *Client) MailRulesPartialUpdate(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailRulesPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) MailRulesUpdate(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) MailRulesUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) MailRulesUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) OauthCallbackRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProcessedMailBulkDeleteCreate(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ProcessedMailBulkDeleteCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ProcessedMailBulkDeleteCreateWithFormdataBody(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) ProcessedMailList(ctx context.Context, params *ProcessedMailListParams, ...) (*http.Response, error)
- func (c *Client) ProcessedMailRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProfileDisconnectSocialAccountCreate(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ProfileDisconnectSocialAccountCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ProfileGenerateAuthTokenCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProfilePartialUpdate(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ProfilePartialUpdateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ProfilePartialUpdateWithFormdataBody(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) ProfileRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProfileSocialAccountProvidersRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProfileTotpCreate(ctx context.Context, body ProfileTotpCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ProfileTotpCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ProfileTotpDestroy(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ProfileTotpRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) RemoteVersionRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) RetrieveLog(ctx context.Context, id string, params *RetrieveLogParams, ...) (*http.Response, error)
- func (c *Client) SavedViewsCreate(ctx context.Context, body SavedViewsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SavedViewsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SavedViewsCreateWithFormdataBody(ctx context.Context, body SavedViewsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) SavedViewsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SavedViewsList(ctx context.Context, params *SavedViewsListParams, ...) (*http.Response, error)
- func (c *Client) SavedViewsPartialUpdate(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SavedViewsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SavedViewsPartialUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) SavedViewsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) SavedViewsUpdate(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) SavedViewsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) SavedViewsUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) SearchAutocompleteList(ctx context.Context, params *SearchAutocompleteListParams, ...) (*http.Response, error)
- func (c *Client) SearchRetrieve(ctx context.Context, params *SearchRetrieveParams, ...) (*http.Response, error)
- func (c *Client) ShareLinksCreate(ctx context.Context, body ShareLinksCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) ShareLinksCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) ShareLinksCreateWithFormdataBody(ctx context.Context, body ShareLinksCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) ShareLinksDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) ShareLinksList(ctx context.Context, params *ShareLinksListParams, ...) (*http.Response, error)
- func (c *Client) ShareLinksRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) StatisticsRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) StatusRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) StoragePathsCreate(ctx context.Context, body StoragePathsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StoragePathsCreateWithFormdataBody(ctx context.Context, body StoragePathsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) StoragePathsList(ctx context.Context, params *StoragePathsListParams, ...) (*http.Response, error)
- func (c *Client) StoragePathsPartialUpdate(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StoragePathsPartialUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsRetrieve(ctx context.Context, id int, params *StoragePathsRetrieveParams, ...) (*http.Response, error)
- func (c *Client) StoragePathsTestCreate(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsTestCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StoragePathsTestCreateWithFormdataBody(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsUpdate(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) StoragePathsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) StoragePathsUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsCreate(ctx context.Context, body TagsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TagsCreateWithFormdataBody(ctx context.Context, body TagsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TagsList(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TagsPartialUpdate(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TagsPartialUpdateWithFormdataBody(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsRetrieve(ctx context.Context, id int, params *TagsRetrieveParams, ...) (*http.Response, error)
- func (c *Client) TagsUpdate(ctx context.Context, id int, body TagsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TagsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TagsUpdateWithFormdataBody(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TasksList(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) TasksRetrieve(ctx context.Context, id int, params *TasksRetrieveParams, ...) (*http.Response, error)
- func (c *Client) TasksRunCreate(ctx context.Context, params *TasksRunCreateParams, ...) (*http.Response, error)
- func (c *Client) TasksRunCreateWithBody(ctx context.Context, params *TasksRunCreateParams, contentType string, ...) (*http.Response, error)
- func (c *Client) TasksRunCreateWithFormdataBody(ctx context.Context, params *TasksRunCreateParams, ...) (*http.Response, error)
- func (c *Client) TokenCreate(ctx context.Context, body TokenCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TokenCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TokenCreateWithFormdataBody(ctx context.Context, body TokenCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TrashCreate(ctx context.Context, body TrashCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) TrashCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) TrashCreateWithFormdataBody(ctx context.Context, body TrashCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) TrashList(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UiSettingsCreate(ctx context.Context, body UiSettingsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UiSettingsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UiSettingsCreateWithFormdataBody(ctx context.Context, body UiSettingsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) UiSettingsRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersCreate(ctx context.Context, body UsersCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UsersCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UsersCreateWithFormdataBody(ctx context.Context, body UsersCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) UsersDeactivateTotpCreate(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersList(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersPartialUpdate(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UsersPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UsersPartialUpdateWithFormdataBody(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) UsersRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) UsersUpdate(ctx context.Context, id int, body UsersUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) UsersUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) UsersUpdateWithFormdataBody(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsCreate(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsCreateWithFormdataBody(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowActionsList(ctx context.Context, params *WorkflowActionsListParams, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsPartialUpdate(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsPartialUpdateWithFormdataBody(ctx context.Context, id int, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowActionsUpdate(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowActionsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersCreate(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersCreateWithFormdataBody(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowTriggersList(ctx context.Context, params *WorkflowTriggersListParams, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersPartialUpdate(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersPartialUpdateWithFormdataBody(ctx context.Context, id int, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowTriggersUpdate(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowTriggersUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsCreate(ctx context.Context, body WorkflowsCreateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowsCreateWithFormdataBody(ctx context.Context, body WorkflowsCreateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowsList(ctx context.Context, params *WorkflowsListParams, ...) (*http.Response, error)
- func (c *Client) WorkflowsPartialUpdate(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowsPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
- func (c *Client) WorkflowsUpdate(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, ...) (*http.Response, error)
- func (c *Client) WorkflowsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error)
- func (c *Client) WorkflowsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, ...) (*http.Response, error)
- type ClientInterface
- type ClientOption
- type ClientWithResponses
- func (c *ClientWithResponses) AcknowledgeTasksWithBodyWithResponse(ctx context.Context, params *AcknowledgeTasksParams, contentType string, ...) (*AcknowledgeTasksResponse, error)
- func (c *ClientWithResponses) AcknowledgeTasksWithResponse(ctx context.Context, params *AcknowledgeTasksParams, ...) (*AcknowledgeTasksResponse, error)
- func (c *ClientWithResponses) BulkEditObjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkEditObjectsResponse, error)
- func (c *ClientWithResponses) BulkEditObjectsWithResponse(ctx context.Context, body BulkEditObjectsJSONRequestBody, ...) (*BulkEditObjectsResponse, error)
- func (c *ClientWithResponses) BulkEditWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*BulkEditResponse, error)
- func (c *ClientWithResponses) BulkEditWithResponse(ctx context.Context, body BulkEditJSONRequestBody, ...) (*BulkEditResponse, error)
- func (c *ClientWithResponses) ConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigDestroyResponse, error)
- func (c *ClientWithResponses) ConfigListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConfigListResponse, error)
- func (c *ClientWithResponses) ConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*ConfigPartialUpdateResponse, error)
- func (c *ClientWithResponses) ConfigPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, ...) (*ConfigPartialUpdateResponse, error)
- func (c *ClientWithResponses) ConfigPartialUpdateWithResponse(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, ...) (*ConfigPartialUpdateResponse, error)
- func (c *ClientWithResponses) ConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigRetrieveResponse, error)
- func (c *ClientWithResponses) ConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*ConfigUpdateResponse, error)
- func (c *ClientWithResponses) ConfigUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, ...) (*ConfigUpdateResponse, error)
- func (c *ClientWithResponses) ConfigUpdateWithResponse(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, ...) (*ConfigUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CorrespondentsCreateResponse, error)
- func (c *ClientWithResponses) CorrespondentsCreateWithFormdataBodyWithResponse(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, ...) (*CorrespondentsCreateResponse, error)
- func (c *ClientWithResponses) CorrespondentsCreateWithResponse(ctx context.Context, body CorrespondentsCreateJSONRequestBody, ...) (*CorrespondentsCreateResponse, error)
- func (c *ClientWithResponses) CorrespondentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CorrespondentsDestroyResponse, error)
- func (c *ClientWithResponses) CorrespondentsListWithResponse(ctx context.Context, params *CorrespondentsListParams, ...) (*CorrespondentsListResponse, error)
- func (c *ClientWithResponses) CorrespondentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*CorrespondentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, ...) (*CorrespondentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsPartialUpdateWithResponse(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, ...) (*CorrespondentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsRetrieveWithResponse(ctx context.Context, id int, params *CorrespondentsRetrieveParams, ...) (*CorrespondentsRetrieveResponse, error)
- func (c *ClientWithResponses) CorrespondentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*CorrespondentsUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, ...) (*CorrespondentsUpdateResponse, error)
- func (c *ClientWithResponses) CorrespondentsUpdateWithResponse(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, ...) (*CorrespondentsUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*CustomFieldsCreateResponse, error)
- func (c *ClientWithResponses) CustomFieldsCreateWithFormdataBodyWithResponse(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, ...) (*CustomFieldsCreateResponse, error)
- func (c *ClientWithResponses) CustomFieldsCreateWithResponse(ctx context.Context, body CustomFieldsCreateJSONRequestBody, ...) (*CustomFieldsCreateResponse, error)
- func (c *ClientWithResponses) CustomFieldsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsDestroyResponse, error)
- func (c *ClientWithResponses) CustomFieldsListWithResponse(ctx context.Context, params *CustomFieldsListParams, ...) (*CustomFieldsListResponse, error)
- func (c *ClientWithResponses) CustomFieldsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*CustomFieldsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, ...) (*CustomFieldsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsPartialUpdateWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, ...) (*CustomFieldsPartialUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsRetrieveResponse, error)
- func (c *ClientWithResponses) CustomFieldsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*CustomFieldsUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, ...) (*CustomFieldsUpdateResponse, error)
- func (c *ClientWithResponses) CustomFieldsUpdateWithResponse(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, ...) (*CustomFieldsUpdateResponse, error)
- func (c *ClientWithResponses) DocumentShareLinksWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DocumentShareLinksResponse, error)
- func (c *ClientWithResponses) DocumentTypesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DocumentTypesCreateResponse, error)
- func (c *ClientWithResponses) DocumentTypesCreateWithFormdataBodyWithResponse(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, ...) (*DocumentTypesCreateResponse, error)
- func (c *ClientWithResponses) DocumentTypesCreateWithResponse(ctx context.Context, body DocumentTypesCreateJSONRequestBody, ...) (*DocumentTypesCreateResponse, error)
- func (c *ClientWithResponses) DocumentTypesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentTypesDestroyResponse, error)
- func (c *ClientWithResponses) DocumentTypesListWithResponse(ctx context.Context, params *DocumentTypesListParams, ...) (*DocumentTypesListResponse, error)
- func (c *ClientWithResponses) DocumentTypesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*DocumentTypesPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentTypesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, ...) (*DocumentTypesPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentTypesPartialUpdateWithResponse(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, ...) (*DocumentTypesPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentTypesRetrieveWithResponse(ctx context.Context, id int, params *DocumentTypesRetrieveParams, ...) (*DocumentTypesRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentTypesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*DocumentTypesUpdateResponse, error)
- func (c *ClientWithResponses) DocumentTypesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, ...) (*DocumentTypesUpdateResponse, error)
- func (c *ClientWithResponses) DocumentTypesUpdateWithResponse(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, ...) (*DocumentTypesUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsBulkDownloadCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DocumentsBulkDownloadCreateResponse, error)
- func (c *ClientWithResponses) DocumentsBulkDownloadCreateWithResponse(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, ...) (*DocumentsBulkDownloadCreateResponse, error)
- func (c *ClientWithResponses) DocumentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsDestroyResponse, error)
- func (c *ClientWithResponses) DocumentsDownloadRetrieveWithResponse(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, ...) (*DocumentsDownloadRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsEmailCreateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*DocumentsEmailCreateResponse, error)
- func (c *ClientWithResponses) DocumentsEmailCreateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, ...) (*DocumentsEmailCreateResponse, error)
- func (c *ClientWithResponses) DocumentsEmailCreateWithResponse(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, ...) (*DocumentsEmailCreateResponse, error)
- func (c *ClientWithResponses) DocumentsHistoryListWithResponse(ctx context.Context, id int, params *DocumentsHistoryListParams, ...) (*DocumentsHistoryListResponse, error)
- func (c *ClientWithResponses) DocumentsListWithResponse(ctx context.Context, params *DocumentsListParams, ...) (*DocumentsListResponse, error)
- func (c *ClientWithResponses) DocumentsMetadataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsMetadataRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsNextAsnRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DocumentsNextAsnRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsNotesCreateWithBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*DocumentsNotesCreateResponse, error)
- func (c *ClientWithResponses) DocumentsNotesCreateWithFormdataBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*DocumentsNotesCreateResponse, error)
- func (c *ClientWithResponses) DocumentsNotesCreateWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, ...) (*DocumentsNotesCreateResponse, error)
- func (c *ClientWithResponses) DocumentsNotesDestroyWithResponse(ctx context.Context, id int, params *DocumentsNotesDestroyParams, ...) (*DocumentsNotesDestroyResponse, error)
- func (c *ClientWithResponses) DocumentsNotesListWithResponse(ctx context.Context, id int, params *DocumentsNotesListParams, ...) (*DocumentsNotesListResponse, error)
- func (c *ClientWithResponses) DocumentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*DocumentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, ...) (*DocumentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsPartialUpdateWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, ...) (*DocumentsPartialUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsPostDocumentCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DocumentsPostDocumentCreateResponse, error)
- func (c *ClientWithResponses) DocumentsPreviewRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsPreviewRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsRetrieveWithResponse(ctx context.Context, id int, params *DocumentsRetrieveParams, ...) (*DocumentsRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsSelectionDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*DocumentsSelectionDataCreateResponse, error)
- func (c *ClientWithResponses) DocumentsSelectionDataCreateWithResponse(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, ...) (*DocumentsSelectionDataCreateResponse, error)
- func (c *ClientWithResponses) DocumentsSuggestionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsSuggestionsRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsThumbRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsThumbRetrieveResponse, error)
- func (c *ClientWithResponses) DocumentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*DocumentsUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, ...) (*DocumentsUpdateResponse, error)
- func (c *ClientWithResponses) DocumentsUpdateWithResponse(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, ...) (*DocumentsUpdateResponse, error)
- func (c *ClientWithResponses) EmailDocumentsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*EmailDocumentsResponse, error)
- func (c *ClientWithResponses) EmailDocumentsWithFormdataBodyWithResponse(ctx context.Context, body EmailDocumentsFormdataRequestBody, ...) (*EmailDocumentsResponse, error)
- func (c *ClientWithResponses) EmailDocumentsWithResponse(ctx context.Context, body EmailDocumentsJSONRequestBody, ...) (*EmailDocumentsResponse, error)
- func (c *ClientWithResponses) GroupsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*GroupsCreateResponse, error)
- func (c *ClientWithResponses) GroupsCreateWithFormdataBodyWithResponse(ctx context.Context, body GroupsCreateFormdataRequestBody, ...) (*GroupsCreateResponse, error)
- func (c *ClientWithResponses) GroupsCreateWithResponse(ctx context.Context, body GroupsCreateJSONRequestBody, ...) (*GroupsCreateResponse, error)
- func (c *ClientWithResponses) GroupsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsDestroyResponse, error)
- func (c *ClientWithResponses) GroupsListWithResponse(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*GroupsListResponse, error)
- func (c *ClientWithResponses) GroupsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*GroupsPartialUpdateResponse, error)
- func (c *ClientWithResponses) GroupsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, ...) (*GroupsPartialUpdateResponse, error)
- func (c *ClientWithResponses) GroupsPartialUpdateWithResponse(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, ...) (*GroupsPartialUpdateResponse, error)
- func (c *ClientWithResponses) GroupsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsRetrieveResponse, error)
- func (c *ClientWithResponses) GroupsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*GroupsUpdateResponse, error)
- func (c *ClientWithResponses) GroupsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, ...) (*GroupsUpdateResponse, error)
- func (c *ClientWithResponses) GroupsUpdateWithResponse(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, ...) (*GroupsUpdateResponse, error)
- func (c *ClientWithResponses) LogsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogsListResponse, error)
- func (c *ClientWithResponses) MailAccountProcessWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*MailAccountProcessResponse, error)
- func (c *ClientWithResponses) MailAccountProcessWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, ...) (*MailAccountProcessResponse, error)
- func (c *ClientWithResponses) MailAccountProcessWithResponse(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, ...) (*MailAccountProcessResponse, error)
- func (c *ClientWithResponses) MailAccountTestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*MailAccountTestResponse, error)
- func (c *ClientWithResponses) MailAccountTestWithFormdataBodyWithResponse(ctx context.Context, body MailAccountTestFormdataRequestBody, ...) (*MailAccountTestResponse, error)
- func (c *ClientWithResponses) MailAccountTestWithResponse(ctx context.Context, body MailAccountTestJSONRequestBody, ...) (*MailAccountTestResponse, error)
- func (c *ClientWithResponses) MailAccountsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*MailAccountsCreateResponse, error)
- func (c *ClientWithResponses) MailAccountsCreateWithFormdataBodyWithResponse(ctx context.Context, body MailAccountsCreateFormdataRequestBody, ...) (*MailAccountsCreateResponse, error)
- func (c *ClientWithResponses) MailAccountsCreateWithResponse(ctx context.Context, body MailAccountsCreateJSONRequestBody, ...) (*MailAccountsCreateResponse, error)
- func (c *ClientWithResponses) MailAccountsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsDestroyResponse, error)
- func (c *ClientWithResponses) MailAccountsListWithResponse(ctx context.Context, params *MailAccountsListParams, ...) (*MailAccountsListResponse, error)
- func (c *ClientWithResponses) MailAccountsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*MailAccountsPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailAccountsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, ...) (*MailAccountsPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailAccountsPartialUpdateWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, ...) (*MailAccountsPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailAccountsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsRetrieveResponse, error)
- func (c *ClientWithResponses) MailAccountsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*MailAccountsUpdateResponse, error)
- func (c *ClientWithResponses) MailAccountsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, ...) (*MailAccountsUpdateResponse, error)
- func (c *ClientWithResponses) MailAccountsUpdateWithResponse(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, ...) (*MailAccountsUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*MailRulesCreateResponse, error)
- func (c *ClientWithResponses) MailRulesCreateWithFormdataBodyWithResponse(ctx context.Context, body MailRulesCreateFormdataRequestBody, ...) (*MailRulesCreateResponse, error)
- func (c *ClientWithResponses) MailRulesCreateWithResponse(ctx context.Context, body MailRulesCreateJSONRequestBody, ...) (*MailRulesCreateResponse, error)
- func (c *ClientWithResponses) MailRulesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesDestroyResponse, error)
- func (c *ClientWithResponses) MailRulesListWithResponse(ctx context.Context, params *MailRulesListParams, ...) (*MailRulesListResponse, error)
- func (c *ClientWithResponses) MailRulesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*MailRulesPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, ...) (*MailRulesPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesPartialUpdateWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, ...) (*MailRulesPartialUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesRetrieveResponse, error)
- func (c *ClientWithResponses) MailRulesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*MailRulesUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, ...) (*MailRulesUpdateResponse, error)
- func (c *ClientWithResponses) MailRulesUpdateWithResponse(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, ...) (*MailRulesUpdateResponse, error)
- func (c *ClientWithResponses) OauthCallbackRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OauthCallbackRetrieveResponse, error)
- func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ProcessedMailBulkDeleteCreateResponse, error)
- func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithFormdataBodyWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, ...) (*ProcessedMailBulkDeleteCreateResponse, error)
- func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, ...) (*ProcessedMailBulkDeleteCreateResponse, error)
- func (c *ClientWithResponses) ProcessedMailListWithResponse(ctx context.Context, params *ProcessedMailListParams, ...) (*ProcessedMailListResponse, error)
- func (c *ClientWithResponses) ProcessedMailRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProcessedMailRetrieveResponse, error)
- func (c *ClientWithResponses) ProfileDisconnectSocialAccountCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ProfileDisconnectSocialAccountCreateResponse, error)
- func (c *ClientWithResponses) ProfileDisconnectSocialAccountCreateWithResponse(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, ...) (*ProfileDisconnectSocialAccountCreateResponse, error)
- func (c *ClientWithResponses) ProfileGenerateAuthTokenCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileGenerateAuthTokenCreateResponse, error)
- func (c *ClientWithResponses) ProfilePartialUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ProfilePartialUpdateResponse, error)
- func (c *ClientWithResponses) ProfilePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, ...) (*ProfilePartialUpdateResponse, error)
- func (c *ClientWithResponses) ProfilePartialUpdateWithResponse(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, ...) (*ProfilePartialUpdateResponse, error)
- func (c *ClientWithResponses) ProfileRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileRetrieveResponse, error)
- func (c *ClientWithResponses) ProfileSocialAccountProvidersRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileSocialAccountProvidersRetrieveResponse, error)
- func (c *ClientWithResponses) ProfileTotpCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ProfileTotpCreateResponse, error)
- func (c *ClientWithResponses) ProfileTotpCreateWithResponse(ctx context.Context, body ProfileTotpCreateJSONRequestBody, ...) (*ProfileTotpCreateResponse, error)
- func (c *ClientWithResponses) ProfileTotpDestroyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpDestroyResponse, error)
- func (c *ClientWithResponses) ProfileTotpRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpRetrieveResponse, error)
- func (c *ClientWithResponses) RemoteVersionRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RemoteVersionRetrieveResponse, error)
- func (c *ClientWithResponses) RetrieveLogWithResponse(ctx context.Context, id string, params *RetrieveLogParams, ...) (*RetrieveLogResponse, error)
- func (c *ClientWithResponses) SavedViewsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*SavedViewsCreateResponse, error)
- func (c *ClientWithResponses) SavedViewsCreateWithFormdataBodyWithResponse(ctx context.Context, body SavedViewsCreateFormdataRequestBody, ...) (*SavedViewsCreateResponse, error)
- func (c *ClientWithResponses) SavedViewsCreateWithResponse(ctx context.Context, body SavedViewsCreateJSONRequestBody, ...) (*SavedViewsCreateResponse, error)
- func (c *ClientWithResponses) SavedViewsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsDestroyResponse, error)
- func (c *ClientWithResponses) SavedViewsListWithResponse(ctx context.Context, params *SavedViewsListParams, ...) (*SavedViewsListResponse, error)
- func (c *ClientWithResponses) SavedViewsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*SavedViewsPartialUpdateResponse, error)
- func (c *ClientWithResponses) SavedViewsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, ...) (*SavedViewsPartialUpdateResponse, error)
- func (c *ClientWithResponses) SavedViewsPartialUpdateWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, ...) (*SavedViewsPartialUpdateResponse, error)
- func (c *ClientWithResponses) SavedViewsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsRetrieveResponse, error)
- func (c *ClientWithResponses) SavedViewsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*SavedViewsUpdateResponse, error)
- func (c *ClientWithResponses) SavedViewsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, ...) (*SavedViewsUpdateResponse, error)
- func (c *ClientWithResponses) SavedViewsUpdateWithResponse(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, ...) (*SavedViewsUpdateResponse, error)
- func (c *ClientWithResponses) SearchAutocompleteListWithResponse(ctx context.Context, params *SearchAutocompleteListParams, ...) (*SearchAutocompleteListResponse, error)
- func (c *ClientWithResponses) SearchRetrieveWithResponse(ctx context.Context, params *SearchRetrieveParams, ...) (*SearchRetrieveResponse, error)
- func (c *ClientWithResponses) ShareLinksCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ShareLinksCreateResponse, error)
- func (c *ClientWithResponses) ShareLinksCreateWithFormdataBodyWithResponse(ctx context.Context, body ShareLinksCreateFormdataRequestBody, ...) (*ShareLinksCreateResponse, error)
- func (c *ClientWithResponses) ShareLinksCreateWithResponse(ctx context.Context, body ShareLinksCreateJSONRequestBody, ...) (*ShareLinksCreateResponse, error)
- func (c *ClientWithResponses) ShareLinksDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksDestroyResponse, error)
- func (c *ClientWithResponses) ShareLinksListWithResponse(ctx context.Context, params *ShareLinksListParams, ...) (*ShareLinksListResponse, error)
- func (c *ClientWithResponses) ShareLinksRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksRetrieveResponse, error)
- func (c *ClientWithResponses) StatisticsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatisticsRetrieveResponse, error)
- func (c *ClientWithResponses) StatusRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatusRetrieveResponse, error)
- func (c *ClientWithResponses) StoragePathsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*StoragePathsCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsCreateFormdataRequestBody, ...) (*StoragePathsCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsCreateWithResponse(ctx context.Context, body StoragePathsCreateJSONRequestBody, ...) (*StoragePathsCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*StoragePathsDestroyResponse, error)
- func (c *ClientWithResponses) StoragePathsListWithResponse(ctx context.Context, params *StoragePathsListParams, ...) (*StoragePathsListResponse, error)
- func (c *ClientWithResponses) StoragePathsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*StoragePathsPartialUpdateResponse, error)
- func (c *ClientWithResponses) StoragePathsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, ...) (*StoragePathsPartialUpdateResponse, error)
- func (c *ClientWithResponses) StoragePathsPartialUpdateWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, ...) (*StoragePathsPartialUpdateResponse, error)
- func (c *ClientWithResponses) StoragePathsRetrieveWithResponse(ctx context.Context, id int, params *StoragePathsRetrieveParams, ...) (*StoragePathsRetrieveResponse, error)
- func (c *ClientWithResponses) StoragePathsTestCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*StoragePathsTestCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsTestCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, ...) (*StoragePathsTestCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsTestCreateWithResponse(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, ...) (*StoragePathsTestCreateResponse, error)
- func (c *ClientWithResponses) StoragePathsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*StoragePathsUpdateResponse, error)
- func (c *ClientWithResponses) StoragePathsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, ...) (*StoragePathsUpdateResponse, error)
- func (c *ClientWithResponses) StoragePathsUpdateWithResponse(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, ...) (*StoragePathsUpdateResponse, error)
- func (c *ClientWithResponses) TagsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TagsCreateResponse, error)
- func (c *ClientWithResponses) TagsCreateWithFormdataBodyWithResponse(ctx context.Context, body TagsCreateFormdataRequestBody, ...) (*TagsCreateResponse, error)
- func (c *ClientWithResponses) TagsCreateWithResponse(ctx context.Context, body TagsCreateJSONRequestBody, ...) (*TagsCreateResponse, error)
- func (c *ClientWithResponses) TagsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TagsDestroyResponse, error)
- func (c *ClientWithResponses) TagsListWithResponse(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*TagsListResponse, error)
- func (c *ClientWithResponses) TagsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TagsPartialUpdateResponse, error)
- func (c *ClientWithResponses) TagsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, ...) (*TagsPartialUpdateResponse, error)
- func (c *ClientWithResponses) TagsPartialUpdateWithResponse(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, ...) (*TagsPartialUpdateResponse, error)
- func (c *ClientWithResponses) TagsRetrieveWithResponse(ctx context.Context, id int, params *TagsRetrieveParams, ...) (*TagsRetrieveResponse, error)
- func (c *ClientWithResponses) TagsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*TagsUpdateResponse, error)
- func (c *ClientWithResponses) TagsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, ...) (*TagsUpdateResponse, error)
- func (c *ClientWithResponses) TagsUpdateWithResponse(ctx context.Context, id int, body TagsUpdateJSONRequestBody, ...) (*TagsUpdateResponse, error)
- func (c *ClientWithResponses) TasksListWithResponse(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*TasksListResponse, error)
- func (c *ClientWithResponses) TasksRetrieveWithResponse(ctx context.Context, id int, params *TasksRetrieveParams, ...) (*TasksRetrieveResponse, error)
- func (c *ClientWithResponses) TasksRunCreateWithBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, contentType string, ...) (*TasksRunCreateResponse, error)
- func (c *ClientWithResponses) TasksRunCreateWithFormdataBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, ...) (*TasksRunCreateResponse, error)
- func (c *ClientWithResponses) TasksRunCreateWithResponse(ctx context.Context, params *TasksRunCreateParams, ...) (*TasksRunCreateResponse, error)
- func (c *ClientWithResponses) TokenCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TokenCreateResponse, error)
- func (c *ClientWithResponses) TokenCreateWithFormdataBodyWithResponse(ctx context.Context, body TokenCreateFormdataRequestBody, ...) (*TokenCreateResponse, error)
- func (c *ClientWithResponses) TokenCreateWithResponse(ctx context.Context, body TokenCreateJSONRequestBody, ...) (*TokenCreateResponse, error)
- func (c *ClientWithResponses) TrashCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*TrashCreateResponse, error)
- func (c *ClientWithResponses) TrashCreateWithFormdataBodyWithResponse(ctx context.Context, body TrashCreateFormdataRequestBody, ...) (*TrashCreateResponse, error)
- func (c *ClientWithResponses) TrashCreateWithResponse(ctx context.Context, body TrashCreateJSONRequestBody, ...) (*TrashCreateResponse, error)
- func (c *ClientWithResponses) TrashListWithResponse(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*TrashListResponse, error)
- func (c *ClientWithResponses) UiSettingsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UiSettingsCreateResponse, error)
- func (c *ClientWithResponses) UiSettingsCreateWithFormdataBodyWithResponse(ctx context.Context, body UiSettingsCreateFormdataRequestBody, ...) (*UiSettingsCreateResponse, error)
- func (c *ClientWithResponses) UiSettingsCreateWithResponse(ctx context.Context, body UiSettingsCreateJSONRequestBody, ...) (*UiSettingsCreateResponse, error)
- func (c *ClientWithResponses) UiSettingsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UiSettingsRetrieveResponse, error)
- func (c *ClientWithResponses) UsersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*UsersCreateResponse, error)
- func (c *ClientWithResponses) UsersCreateWithFormdataBodyWithResponse(ctx context.Context, body UsersCreateFormdataRequestBody, ...) (*UsersCreateResponse, error)
- func (c *ClientWithResponses) UsersCreateWithResponse(ctx context.Context, body UsersCreateJSONRequestBody, ...) (*UsersCreateResponse, error)
- func (c *ClientWithResponses) UsersDeactivateTotpCreateWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDeactivateTotpCreateResponse, error)
- func (c *ClientWithResponses) UsersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDestroyResponse, error)
- func (c *ClientWithResponses) UsersListWithResponse(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*UsersListResponse, error)
- func (c *ClientWithResponses) UsersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*UsersPartialUpdateResponse, error)
- func (c *ClientWithResponses) UsersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, ...) (*UsersPartialUpdateResponse, error)
- func (c *ClientWithResponses) UsersPartialUpdateWithResponse(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, ...) (*UsersPartialUpdateResponse, error)
- func (c *ClientWithResponses) UsersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersRetrieveResponse, error)
- func (c *ClientWithResponses) UsersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*UsersUpdateResponse, error)
- func (c *ClientWithResponses) UsersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, ...) (*UsersUpdateResponse, error)
- func (c *ClientWithResponses) UsersUpdateWithResponse(ctx context.Context, id int, body UsersUpdateJSONRequestBody, ...) (*UsersUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkflowActionsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, ...) (*WorkflowActionsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsCreateWithResponse(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, ...) (*WorkflowActionsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsDestroyResponse, error)
- func (c *ClientWithResponses) WorkflowActionsListWithResponse(ctx context.Context, params *WorkflowActionsListParams, ...) (*WorkflowActionsListResponse, error)
- func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowActionsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, ...) (*WorkflowActionsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, ...) (*WorkflowActionsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsRetrieveResponse, error)
- func (c *ClientWithResponses) WorkflowActionsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowActionsUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, ...) (*WorkflowActionsUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowActionsUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, ...) (*WorkflowActionsUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkflowTriggersCreateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, ...) (*WorkflowTriggersCreateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersCreateWithResponse(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, ...) (*WorkflowTriggersCreateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersDestroyResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersListWithResponse(ctx context.Context, params *WorkflowTriggersListParams, ...) (*WorkflowTriggersListResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowTriggersPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, ...) (*WorkflowTriggersPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, ...) (*WorkflowTriggersPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersRetrieveResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowTriggersUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, ...) (*WorkflowTriggersUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowTriggersUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, ...) (*WorkflowTriggersUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*WorkflowsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowsCreateFormdataRequestBody, ...) (*WorkflowsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowsCreateWithResponse(ctx context.Context, body WorkflowsCreateJSONRequestBody, ...) (*WorkflowsCreateResponse, error)
- func (c *ClientWithResponses) WorkflowsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsDestroyResponse, error)
- func (c *ClientWithResponses) WorkflowsListWithResponse(ctx context.Context, params *WorkflowsListParams, ...) (*WorkflowsListResponse, error)
- func (c *ClientWithResponses) WorkflowsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, ...) (*WorkflowsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, ...) (*WorkflowsPartialUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsRetrieveResponse, error)
- func (c *ClientWithResponses) WorkflowsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*WorkflowsUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, ...) (*WorkflowsUpdateResponse, error)
- func (c *ClientWithResponses) WorkflowsUpdateWithResponse(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, ...) (*WorkflowsUpdateResponse, error)
- type ClientWithResponsesInterface
- type ColorConversionStrategyEnum
- type CompressionEnum
- type ConfigDestroyResponse
- type ConfigListResponse
- type ConfigPartialUpdateFormdataRequestBody
- type ConfigPartialUpdateJSONRequestBody
- type ConfigPartialUpdateMultipartRequestBody
- type ConfigPartialUpdateResponse
- type ConfigRetrieveResponse
- type ConfigUpdateFormdataRequestBody
- type ConfigUpdateJSONRequestBody
- type ConfigUpdateMultipartRequestBody
- type ConfigUpdateResponse
- type ConsumptionScopeEnum
- type ContentEnum
- type Correspondent
- type CorrespondentCounts
- type CorrespondentRequest
- type CorrespondentsCreateFormdataRequestBody
- type CorrespondentsCreateJSONRequestBody
- type CorrespondentsCreateMultipartRequestBody
- type CorrespondentsCreateResponse
- type CorrespondentsDestroyResponse
- type CorrespondentsListParams
- type CorrespondentsListResponse
- type CorrespondentsPartialUpdateFormdataRequestBody
- type CorrespondentsPartialUpdateJSONRequestBody
- type CorrespondentsPartialUpdateMultipartRequestBody
- type CorrespondentsPartialUpdateResponse
- type CorrespondentsRetrieveParams
- type CorrespondentsRetrieveResponse
- type CorrespondentsUpdateFormdataRequestBody
- type CorrespondentsUpdateJSONRequestBody
- type CorrespondentsUpdateMultipartRequestBody
- type CorrespondentsUpdateResponse
- type CustomField
- type CustomFieldCounts
- type CustomFieldInstance
- type CustomFieldInstanceRequest
- type CustomFieldInstanceRequestValue0
- type CustomFieldInstanceRequestValue1
- type CustomFieldInstanceRequestValue2
- type CustomFieldInstanceRequestValue3
- type CustomFieldInstanceRequest_Value
- func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue0() (CustomFieldInstanceRequestValue0, error)
- func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue1() (CustomFieldInstanceRequestValue1, error)
- func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue2() (CustomFieldInstanceRequestValue2, error)
- func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue3() (CustomFieldInstanceRequestValue3, error)
- func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue0(v CustomFieldInstanceRequestValue0) error
- func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue1(v CustomFieldInstanceRequestValue1) error
- func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue2(v CustomFieldInstanceRequestValue2) error
- func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue3(v CustomFieldInstanceRequestValue3) error
- func (t CustomFieldInstanceRequest_Value) MarshalJSON() ([]byte, error)
- func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue0(v CustomFieldInstanceRequestValue0) error
- func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue1(v CustomFieldInstanceRequestValue1) error
- func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue2(v CustomFieldInstanceRequestValue2) error
- func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue3(v CustomFieldInstanceRequestValue3) error
- func (t *CustomFieldInstanceRequest_Value) UnmarshalJSON(b []byte) error
- type CustomFieldInstanceValue0
- type CustomFieldInstanceValue1
- type CustomFieldInstanceValue2
- type CustomFieldInstanceValue3
- type CustomFieldInstance_Value
- func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue0() (CustomFieldInstanceValue0, error)
- func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue1() (CustomFieldInstanceValue1, error)
- func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue2() (CustomFieldInstanceValue2, error)
- func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue3() (CustomFieldInstanceValue3, error)
- func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue0(v CustomFieldInstanceValue0) error
- func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue1(v CustomFieldInstanceValue1) error
- func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue2(v CustomFieldInstanceValue2) error
- func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue3(v CustomFieldInstanceValue3) error
- func (t CustomFieldInstance_Value) MarshalJSON() ([]byte, error)
- func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue0(v CustomFieldInstanceValue0) error
- func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue1(v CustomFieldInstanceValue1) error
- func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue2(v CustomFieldInstanceValue2) error
- func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue3(v CustomFieldInstanceValue3) error
- func (t *CustomFieldInstance_Value) UnmarshalJSON(b []byte) error
- type CustomFieldRequest
- type CustomFieldsCreateFormdataRequestBody
- type CustomFieldsCreateJSONRequestBody
- type CustomFieldsCreateMultipartRequestBody
- type CustomFieldsCreateResponse
- type CustomFieldsDestroyResponse
- type CustomFieldsListParams
- type CustomFieldsListResponse
- type CustomFieldsPartialUpdateFormdataRequestBody
- type CustomFieldsPartialUpdateJSONRequestBody
- type CustomFieldsPartialUpdateMultipartRequestBody
- type CustomFieldsPartialUpdateResponse
- type CustomFieldsRetrieveResponse
- type CustomFieldsUpdateFormdataRequestBody
- type CustomFieldsUpdateJSONRequestBody
- type CustomFieldsUpdateMultipartRequestBody
- type CustomFieldsUpdateResponse
- type DataTypeEnum
- type Database
- type DisplayModeEnum
- type Document
- type DocumentListRequest
- type DocumentRequest
- type DocumentShareLinksResponse
- type DocumentType
- type DocumentTypeCounts
- type DocumentTypeRequest
- type DocumentTypesCreateFormdataRequestBody
- type DocumentTypesCreateJSONRequestBody
- type DocumentTypesCreateMultipartRequestBody
- type DocumentTypesCreateResponse
- type DocumentTypesDestroyResponse
- type DocumentTypesListParams
- type DocumentTypesListResponse
- type DocumentTypesPartialUpdateFormdataRequestBody
- type DocumentTypesPartialUpdateJSONRequestBody
- type DocumentTypesPartialUpdateMultipartRequestBody
- type DocumentTypesPartialUpdateResponse
- type DocumentTypesRetrieveParams
- type DocumentTypesRetrieveResponse
- type DocumentTypesUpdateFormdataRequestBody
- type DocumentTypesUpdateJSONRequestBody
- type DocumentTypesUpdateMultipartRequestBody
- type DocumentTypesUpdateResponse
- type DocumentsBulkDownloadCreateJSONRequestBody
- type DocumentsBulkDownloadCreateResponse
- type DocumentsDestroyResponse
- type DocumentsDownloadRetrieveParams
- type DocumentsDownloadRetrieveResponse
- type DocumentsEmailCreateFormdataRequestBody
- type DocumentsEmailCreateJSONRequestBody
- type DocumentsEmailCreateMultipartRequestBody
- type DocumentsEmailCreateResponse
- type DocumentsHistoryListParams
- type DocumentsHistoryListResponse
- type DocumentsListParams
- type DocumentsListResponse
- type DocumentsMetadataRetrieveResponse
- type DocumentsNextAsnRetrieveResponse
- type DocumentsNotesCreateFormdataRequestBody
- type DocumentsNotesCreateJSONRequestBody
- type DocumentsNotesCreateMultipartRequestBody
- type DocumentsNotesCreateParams
- type DocumentsNotesCreateResponse
- type DocumentsNotesDestroyParams
- type DocumentsNotesDestroyResponse
- type DocumentsNotesListParams
- type DocumentsNotesListResponse
- type DocumentsPartialUpdateFormdataRequestBody
- type DocumentsPartialUpdateJSONRequestBody
- type DocumentsPartialUpdateMultipartRequestBody
- type DocumentsPartialUpdateResponse
- type DocumentsPostDocumentCreateMultipartRequestBody
- type DocumentsPostDocumentCreateResponse
- type DocumentsPreviewRetrieveResponse
- type DocumentsRetrieveParams
- type DocumentsRetrieveResponse
- type DocumentsSelectionDataCreateJSONRequestBody
- type DocumentsSelectionDataCreateMultipartRequestBody
- type DocumentsSelectionDataCreateResponse
- type DocumentsSuggestionsRetrieveResponse
- type DocumentsThumbRetrieveResponse
- type DocumentsUpdateFormdataRequestBody
- type DocumentsUpdateJSONRequestBody
- type DocumentsUpdateMultipartRequestBody
- type DocumentsUpdateResponse
- type EmailDocumentRequestRequest
- type EmailDocumentResponse
- type EmailDocumentsFormdataRequestBody
- type EmailDocumentsJSONRequestBody
- type EmailDocumentsModel
- type EmailDocumentsMultipartRequestBody
- type EmailDocumentsResponse
- type EmailRequest
- type FileVersionEnum
- type Group
- type GroupRequest
- type GroupsCreateFormdataRequestBody
- type GroupsCreateJSONRequestBody
- type GroupsCreateMultipartRequestBody
- type GroupsCreateResponse
- type GroupsDestroyResponse
- type GroupsListParams
- type GroupsListResponse
- type GroupsPartialUpdateFormdataRequestBody
- type GroupsPartialUpdateJSONRequestBody
- type GroupsPartialUpdateMultipartRequestBody
- type GroupsPartialUpdateResponse
- type GroupsRetrieveResponse
- type GroupsUpdateFormdataRequestBody
- type GroupsUpdateJSONRequestBody
- type GroupsUpdateMultipartRequestBody
- type GroupsUpdateResponse
- type HttpRequestDoer
- type ImapSecurityEnum
- type Index
- type LogEntry
- type LogsListResponse
- type MailAccount
- type MailAccountProcessFormdataRequestBody
- type MailAccountProcessJSONRequestBody
- type MailAccountProcessModel
- type MailAccountProcessMultipartRequestBody
- type MailAccountProcessResponse
- type MailAccountRequest
- type MailAccountTestFormdataRequestBody
- type MailAccountTestJSONRequestBody
- type MailAccountTestModel
- type MailAccountTestMultipartRequestBody
- type MailAccountTestResponse
- type MailAccountsCreateFormdataRequestBody
- type MailAccountsCreateJSONRequestBody
- type MailAccountsCreateMultipartRequestBody
- type MailAccountsCreateResponse
- type MailAccountsDestroyResponse
- type MailAccountsListParams
- type MailAccountsListResponse
- type MailAccountsPartialUpdateFormdataRequestBody
- type MailAccountsPartialUpdateJSONRequestBody
- type MailAccountsPartialUpdateMultipartRequestBody
- type MailAccountsPartialUpdateResponse
- type MailAccountsRetrieveResponse
- type MailAccountsUpdateFormdataRequestBody
- type MailAccountsUpdateJSONRequestBody
- type MailAccountsUpdateMultipartRequestBody
- type MailAccountsUpdateResponse
- type MailRule
- type MailRuleActionEnum
- type MailRuleRequest
- type MailRulesCreateFormdataRequestBody
- type MailRulesCreateJSONRequestBody
- type MailRulesCreateMultipartRequestBody
- type MailRulesCreateResponse
- type MailRulesDestroyResponse
- type MailRulesListParams
- type MailRulesListResponse
- type MailRulesPartialUpdateFormdataRequestBody
- type MailRulesPartialUpdateJSONRequestBody
- type MailRulesPartialUpdateMultipartRequestBody
- type MailRulesPartialUpdateResponse
- type MailRulesRetrieveResponse
- type MailRulesUpdateFormdataRequestBody
- type MailRulesUpdateJSONRequestBody
- type MailRulesUpdateMultipartRequestBody
- type MailRulesUpdateResponse
- type MatchingAlgorithm
- type Metadata
- type MethodEnum
- type MigrationStatus
- type ModeEnum
- type NoteCreateRequestRequest
- type Notes
- type NullEnum
- type OauthCallbackRetrieveResponse
- type ObjectTypeEnum
- type OperationEnum
- type OutputTypeEnum
- type PaginatedCorrespondentList
- type PaginatedCustomFieldList
- type PaginatedDocumentList
- type PaginatedDocumentTypeList
- type PaginatedGroupList
- type PaginatedLogEntryList
- type PaginatedMailAccountList
- type PaginatedMailRuleList
- type PaginatedProcessedMailList
- type PaginatedSavedViewList
- type PaginatedShareLinkList
- type PaginatedStoragePathList
- type PaginatedTagList
- type PaginatedUserList
- type PaginatedWorkflowActionList
- type PaginatedWorkflowList
- type PaginatedWorkflowTriggerList
- type PaperlessAuthToken
- type PaperlessAuthTokenRequest
- type PatchedApplicationConfigurationRequest
- type PatchedApplicationConfigurationRequest_ColorConversionStrategy
- func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
- func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
- func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum(v NullEnum) error
- func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON() ([]byte, error)
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON(b []byte) error
- type PatchedApplicationConfigurationRequest_Mode
- func (t PatchedApplicationConfigurationRequest_Mode) AsBlankEnum() (BlankEnum, error)
- func (t PatchedApplicationConfigurationRequest_Mode) AsModeEnum() (ModeEnum, error)
- func (t PatchedApplicationConfigurationRequest_Mode) AsNullEnum() (NullEnum, error)
- func (t *PatchedApplicationConfigurationRequest_Mode) FromBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_Mode) FromModeEnum(v ModeEnum) error
- func (t *PatchedApplicationConfigurationRequest_Mode) FromNullEnum(v NullEnum) error
- func (t PatchedApplicationConfigurationRequest_Mode) MarshalJSON() ([]byte, error)
- func (t *PatchedApplicationConfigurationRequest_Mode) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_Mode) MergeModeEnum(v ModeEnum) error
- func (t *PatchedApplicationConfigurationRequest_Mode) MergeNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_Mode) UnmarshalJSON(b []byte) error
- type PatchedApplicationConfigurationRequest_OutputType
- func (t PatchedApplicationConfigurationRequest_OutputType) AsBlankEnum() (BlankEnum, error)
- func (t PatchedApplicationConfigurationRequest_OutputType) AsNullEnum() (NullEnum, error)
- func (t PatchedApplicationConfigurationRequest_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
- func (t *PatchedApplicationConfigurationRequest_OutputType) FromBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_OutputType) FromNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
- func (t PatchedApplicationConfigurationRequest_OutputType) MarshalJSON() ([]byte, error)
- func (t *PatchedApplicationConfigurationRequest_OutputType) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_OutputType) MergeNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
- func (t *PatchedApplicationConfigurationRequest_OutputType) UnmarshalJSON(b []byte) error
- type PatchedApplicationConfigurationRequest_SkipArchiveFile
- func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
- func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum() (NullEnum, error)
- func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON() ([]byte, error)
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
- func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON(b []byte) error
- type PatchedApplicationConfigurationRequest_UnpaperClean
- func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsBlankEnum() (BlankEnum, error)
- func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsNullEnum() (NullEnum, error)
- func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t PatchedApplicationConfigurationRequest_UnpaperClean) MarshalJSON() ([]byte, error)
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeNullEnum(v NullEnum) error
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
- func (t *PatchedApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON(b []byte) error
- type PatchedCorrespondentRequest
- type PatchedCustomFieldRequest
- type PatchedDocumentRequest
- type PatchedDocumentTypeRequest
- type PatchedGroupRequest
- type PatchedMailAccountRequest
- type PatchedMailRuleRequest
- type PatchedProfileRequest
- type PatchedSavedViewRequest
- type PatchedSavedViewRequest_DisplayMode
- func (t PatchedSavedViewRequest_DisplayMode) AsBlankEnum() (BlankEnum, error)
- func (t PatchedSavedViewRequest_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
- func (t PatchedSavedViewRequest_DisplayMode) AsNullEnum() (NullEnum, error)
- func (t *PatchedSavedViewRequest_DisplayMode) FromBlankEnum(v BlankEnum) error
- func (t *PatchedSavedViewRequest_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
- func (t *PatchedSavedViewRequest_DisplayMode) FromNullEnum(v NullEnum) error
- func (t PatchedSavedViewRequest_DisplayMode) MarshalJSON() ([]byte, error)
- func (t *PatchedSavedViewRequest_DisplayMode) MergeBlankEnum(v BlankEnum) error
- func (t *PatchedSavedViewRequest_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
- func (t *PatchedSavedViewRequest_DisplayMode) MergeNullEnum(v NullEnum) error
- func (t *PatchedSavedViewRequest_DisplayMode) UnmarshalJSON(b []byte) error
- type PatchedStoragePathRequest
- type PatchedTagRequest
- type PatchedUserRequest
- type PatchedWorkflowActionRequest
- type PatchedWorkflowRequest
- type PatchedWorkflowTriggerRequest
- type PdfLayoutEnum
- type PostDocumentRequest
- type ProcessedMail
- type ProcessedMailBulkDeleteCreateFormdataRequestBody
- type ProcessedMailBulkDeleteCreateJSONRequestBody
- type ProcessedMailBulkDeleteCreateMultipartRequestBody
- type ProcessedMailBulkDeleteCreateResponse
- type ProcessedMailListParams
- type ProcessedMailListResponse
- type ProcessedMailRequest
- type ProcessedMailRetrieveResponse
- type Profile
- type ProfileDisconnectSocialAccountCreateJSONBody
- type ProfileDisconnectSocialAccountCreateJSONRequestBody
- type ProfileDisconnectSocialAccountCreateResponse
- type ProfileGenerateAuthTokenCreateResponse
- type ProfilePartialUpdateFormdataRequestBody
- type ProfilePartialUpdateJSONRequestBody
- type ProfilePartialUpdateMultipartRequestBody
- type ProfilePartialUpdateResponse
- type ProfileRetrieveResponse
- type ProfileSocialAccountProvidersRetrieveResponse
- type ProfileTotpCreateJSONBody
- type ProfileTotpCreateJSONRequestBody
- type ProfileTotpCreateResponse
- type ProfileTotpDestroyResponse
- type ProfileTotpRetrieveResponse
- type RemoteVersionRetrieveResponse
- type RequestEditorFn
- type RetrieveLogParams
- type RetrieveLogResponse
- type RuleTypeEnum
- type SanityCheck
- type SavedView
- type SavedViewFilterRule
- type SavedViewFilterRuleRequest
- type SavedViewRequest
- type SavedViewRequest_DisplayMode
- func (t SavedViewRequest_DisplayMode) AsBlankEnum() (BlankEnum, error)
- func (t SavedViewRequest_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
- func (t SavedViewRequest_DisplayMode) AsNullEnum() (NullEnum, error)
- func (t *SavedViewRequest_DisplayMode) FromBlankEnum(v BlankEnum) error
- func (t *SavedViewRequest_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
- func (t *SavedViewRequest_DisplayMode) FromNullEnum(v NullEnum) error
- func (t SavedViewRequest_DisplayMode) MarshalJSON() ([]byte, error)
- func (t *SavedViewRequest_DisplayMode) MergeBlankEnum(v BlankEnum) error
- func (t *SavedViewRequest_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
- func (t *SavedViewRequest_DisplayMode) MergeNullEnum(v NullEnum) error
- func (t *SavedViewRequest_DisplayMode) UnmarshalJSON(b []byte) error
- type SavedView_DisplayMode
- func (t SavedView_DisplayMode) AsBlankEnum() (BlankEnum, error)
- func (t SavedView_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
- func (t SavedView_DisplayMode) AsNullEnum() (NullEnum, error)
- func (t *SavedView_DisplayMode) FromBlankEnum(v BlankEnum) error
- func (t *SavedView_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
- func (t *SavedView_DisplayMode) FromNullEnum(v NullEnum) error
- func (t SavedView_DisplayMode) MarshalJSON() ([]byte, error)
- func (t *SavedView_DisplayMode) MergeBlankEnum(v BlankEnum) error
- func (t *SavedView_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
- func (t *SavedView_DisplayMode) MergeNullEnum(v NullEnum) error
- func (t *SavedView_DisplayMode) UnmarshalJSON(b []byte) error
- type SavedViewsCreateFormdataRequestBody
- type SavedViewsCreateJSONRequestBody
- type SavedViewsCreateMultipartRequestBody
- type SavedViewsCreateResponse
- type SavedViewsDestroyResponse
- type SavedViewsListParams
- type SavedViewsListResponse
- type SavedViewsPartialUpdateFormdataRequestBody
- type SavedViewsPartialUpdateJSONRequestBody
- type SavedViewsPartialUpdateMultipartRequestBody
- type SavedViewsPartialUpdateResponse
- type SavedViewsRetrieveResponse
- type SavedViewsUpdateFormdataRequestBody
- type SavedViewsUpdateJSONRequestBody
- type SavedViewsUpdateMultipartRequestBody
- type SavedViewsUpdateResponse
- type ScheduleDateFieldEnum
- type SearchAutocompleteListParams
- type SearchAutocompleteListResponse
- type SearchResult
- type SearchRetrieveParams
- type SearchRetrieveResponse
- type SelectionData
- type ShareLink
- type ShareLinkRequest
- type ShareLinksCreateFormdataRequestBody
- type ShareLinksCreateJSONRequestBody
- type ShareLinksCreateMultipartRequestBody
- type ShareLinksCreateResponse
- type ShareLinksDestroyResponse
- type ShareLinksListParams
- type ShareLinksListResponse
- type ShareLinksRetrieveResponse
- type SkipArchiveFileEnum
- type SocialAccount
- type SourcesEnum
- type StatisticsRetrieveResponse
- type StatusEnum
- type StatusRetrieveResponse
- type Storage
- type StoragePath
- type StoragePathCounts
- type StoragePathRequest
- type StoragePathsCreateFormdataRequestBody
- type StoragePathsCreateJSONRequestBody
- type StoragePathsCreateMultipartRequestBody
- type StoragePathsCreateResponse
- type StoragePathsDestroyResponse
- type StoragePathsListParams
- type StoragePathsListResponse
- type StoragePathsPartialUpdateFormdataRequestBody
- type StoragePathsPartialUpdateJSONRequestBody
- type StoragePathsPartialUpdateMultipartRequestBody
- type StoragePathsPartialUpdateResponse
- type StoragePathsRetrieveParams
- type StoragePathsRetrieveResponse
- type StoragePathsTestCreateFormdataRequestBody
- type StoragePathsTestCreateJSONRequestBody
- type StoragePathsTestCreateMultipartRequestBody
- type StoragePathsTestCreateResponse
- type StoragePathsUpdateFormdataRequestBody
- type StoragePathsUpdateJSONRequestBody
- type StoragePathsUpdateMultipartRequestBody
- type StoragePathsUpdateResponse
- type Suggestions
- type SystemStatus
- type Tag
- type TagCounts
- type TagRequest
- type TagsCreateFormdataRequestBody
- type TagsCreateJSONRequestBody
- type TagsCreateMultipartRequestBody
- type TagsCreateResponse
- type TagsDestroyResponse
- type TagsListParams
- type TagsListResponse
- type TagsPartialUpdateFormdataRequestBody
- type TagsPartialUpdateJSONRequestBody
- type TagsPartialUpdateMultipartRequestBody
- type TagsPartialUpdateResponse
- type TagsRetrieveParams
- type TagsRetrieveResponse
- type TagsUpdateFormdataRequestBody
- type TagsUpdateJSONRequestBody
- type TagsUpdateMultipartRequestBody
- type TagsUpdateResponse
- type TaskNameEnum
- type Tasks
- type TasksListParams
- type TasksListParamsStatus
- type TasksListParamsTaskName
- type TasksListParamsType
- type TasksListResponse
- type TasksRetrieveParams
- type TasksRetrieveResponse
- type TasksRunCreateFormdataRequestBody
- type TasksRunCreateJSONRequestBody
- type TasksRunCreateMultipartRequestBody
- type TasksRunCreateParams
- type TasksRunCreateResponse
- type TasksView
- type TasksViewRequest
- type TasksViewRequest_TaskName
- func (t TasksViewRequest_TaskName) AsNullEnum() (NullEnum, error)
- func (t TasksViewRequest_TaskName) AsTaskNameEnum() (TaskNameEnum, error)
- func (t *TasksViewRequest_TaskName) FromNullEnum(v NullEnum) error
- func (t *TasksViewRequest_TaskName) FromTaskNameEnum(v TaskNameEnum) error
- func (t TasksViewRequest_TaskName) MarshalJSON() ([]byte, error)
- func (t *TasksViewRequest_TaskName) MergeNullEnum(v NullEnum) error
- func (t *TasksViewRequest_TaskName) MergeTaskNameEnum(v TaskNameEnum) error
- func (t *TasksViewRequest_TaskName) UnmarshalJSON(b []byte) error
- type TasksViewTypeEnum
- type TasksView_TaskName
- func (t TasksView_TaskName) AsNullEnum() (NullEnum, error)
- func (t TasksView_TaskName) AsTaskNameEnum() (TaskNameEnum, error)
- func (t *TasksView_TaskName) FromNullEnum(v NullEnum) error
- func (t *TasksView_TaskName) FromTaskNameEnum(v TaskNameEnum) error
- func (t TasksView_TaskName) MarshalJSON() ([]byte, error)
- func (t *TasksView_TaskName) MergeNullEnum(v NullEnum) error
- func (t *TasksView_TaskName) MergeTaskNameEnum(v TaskNameEnum) error
- func (t *TasksView_TaskName) UnmarshalJSON(b []byte) error
- type TokenCreateFormdataRequestBody
- type TokenCreateJSONRequestBody
- type TokenCreateMultipartRequestBody
- type TokenCreateResponse
- type TrashActionEnum
- type TrashCreateFormdataRequestBody
- type TrashCreateJSONRequestBody
- type TrashCreateMultipartRequestBody
- type TrashCreateResponse
- type TrashListParams
- type TrashListResponse
- type TrashRequest
- type UiSettingsCreateFormdataRequestBody
- type UiSettingsCreateJSONRequestBody
- type UiSettingsCreateMultipartRequestBody
- type UiSettingsCreateResponse
- type UiSettingsRetrieveResponse
- type UiSettingsView
- type UiSettingsViewRequest
- type UnpaperCleanEnum
- type User
- type UserRequest
- type UsersCreateFormdataRequestBody
- type UsersCreateJSONRequestBody
- type UsersCreateMultipartRequestBody
- type UsersCreateResponse
- type UsersDeactivateTotpCreateResponse
- type UsersDestroyResponse
- type UsersListParams
- type UsersListResponse
- type UsersPartialUpdateFormdataRequestBody
- type UsersPartialUpdateJSONRequestBody
- type UsersPartialUpdateMultipartRequestBody
- type UsersPartialUpdateResponse
- type UsersRetrieveResponse
- type UsersUpdateFormdataRequestBody
- type UsersUpdateJSONRequestBody
- type UsersUpdateMultipartRequestBody
- type UsersUpdateResponse
- type Workflow
- type WorkflowAction
- type WorkflowActionEmail
- type WorkflowActionEmailRequest
- type WorkflowActionRequest
- type WorkflowActionTypeEnum
- type WorkflowActionWebhook
- type WorkflowActionWebhookRequest
- type WorkflowActionsCreateFormdataRequestBody
- type WorkflowActionsCreateJSONRequestBody
- type WorkflowActionsCreateMultipartRequestBody
- type WorkflowActionsCreateResponse
- type WorkflowActionsDestroyResponse
- type WorkflowActionsListParams
- type WorkflowActionsListResponse
- type WorkflowActionsPartialUpdateFormdataRequestBody
- type WorkflowActionsPartialUpdateJSONRequestBody
- type WorkflowActionsPartialUpdateMultipartRequestBody
- type WorkflowActionsPartialUpdateResponse
- type WorkflowActionsRetrieveResponse
- type WorkflowActionsUpdateFormdataRequestBody
- type WorkflowActionsUpdateJSONRequestBody
- type WorkflowActionsUpdateMultipartRequestBody
- type WorkflowActionsUpdateResponse
- type WorkflowRequest
- type WorkflowTrigger
- type WorkflowTriggerMatchingAlgorithmEnum
- type WorkflowTriggerRequest
- type WorkflowTriggerTypeEnum
- type WorkflowTriggersCreateFormdataRequestBody
- type WorkflowTriggersCreateJSONRequestBody
- type WorkflowTriggersCreateMultipartRequestBody
- type WorkflowTriggersCreateResponse
- type WorkflowTriggersDestroyResponse
- type WorkflowTriggersListParams
- type WorkflowTriggersListResponse
- type WorkflowTriggersPartialUpdateFormdataRequestBody
- type WorkflowTriggersPartialUpdateJSONRequestBody
- type WorkflowTriggersPartialUpdateMultipartRequestBody
- type WorkflowTriggersPartialUpdateResponse
- type WorkflowTriggersRetrieveResponse
- type WorkflowTriggersUpdateFormdataRequestBody
- type WorkflowTriggersUpdateJSONRequestBody
- type WorkflowTriggersUpdateMultipartRequestBody
- type WorkflowTriggersUpdateResponse
- type WorkflowsCreateFormdataRequestBody
- type WorkflowsCreateJSONRequestBody
- type WorkflowsCreateMultipartRequestBody
- type WorkflowsCreateResponse
- type WorkflowsDestroyResponse
- type WorkflowsListParams
- type WorkflowsListResponse
- type WorkflowsPartialUpdateFormdataRequestBody
- type WorkflowsPartialUpdateJSONRequestBody
- type WorkflowsPartialUpdateMultipartRequestBody
- type WorkflowsPartialUpdateResponse
- type WorkflowsRetrieveResponse
- type WorkflowsUpdateFormdataRequestBody
- type WorkflowsUpdateJSONRequestBody
- type WorkflowsUpdateMultipartRequestBody
- type WorkflowsUpdateResponse
Constants ¶
const ( PaperelessBasicAuthenticationScopes paperelessBasicAuthenticationContextKey = "PaperelessBasicAuthentication.Scopes" CookieAuthScopes cookieAuthContextKey = "cookieAuth.Scopes" TokenAuthScopes tokenAuthContextKey = "tokenAuth.Scopes" )
Variables ¶
This section is empty.
Functions ¶
func NewAcknowledgeTasksRequest ¶
func NewAcknowledgeTasksRequest(server string, params *AcknowledgeTasksParams, body AcknowledgeTasksJSONRequestBody) (*http.Request, error)
NewAcknowledgeTasksRequest calls the generic AcknowledgeTasks builder with application/json body
func NewAcknowledgeTasksRequestWithBody ¶
func NewAcknowledgeTasksRequestWithBody(server string, params *AcknowledgeTasksParams, contentType string, body io.Reader) (*http.Request, error)
NewAcknowledgeTasksRequestWithBody generates requests for AcknowledgeTasks with any type of body
func NewBulkEditObjectsRequest ¶
func NewBulkEditObjectsRequest(server string, body BulkEditObjectsJSONRequestBody) (*http.Request, error)
NewBulkEditObjectsRequest calls the generic BulkEditObjects builder with application/json body
func NewBulkEditObjectsRequestWithBody ¶
func NewBulkEditObjectsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkEditObjectsRequestWithBody generates requests for BulkEditObjects with any type of body
func NewBulkEditRequest ¶
func NewBulkEditRequest(server string, body BulkEditJSONRequestBody) (*http.Request, error)
NewBulkEditRequest calls the generic BulkEdit builder with application/json body
func NewBulkEditRequestWithBody ¶
func NewBulkEditRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewBulkEditRequestWithBody generates requests for BulkEdit with any type of body
func NewConfigDestroyRequest ¶
NewConfigDestroyRequest generates requests for ConfigDestroy
func NewConfigListRequest ¶
NewConfigListRequest generates requests for ConfigList
func NewConfigPartialUpdateRequest ¶
func NewConfigPartialUpdateRequest(server string, id int, body ConfigPartialUpdateJSONRequestBody) (*http.Request, error)
NewConfigPartialUpdateRequest calls the generic ConfigPartialUpdate builder with application/json body
func NewConfigPartialUpdateRequestWithBody ¶
func NewConfigPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewConfigPartialUpdateRequestWithBody generates requests for ConfigPartialUpdate with any type of body
func NewConfigPartialUpdateRequestWithFormdataBody ¶
func NewConfigPartialUpdateRequestWithFormdataBody(server string, id int, body ConfigPartialUpdateFormdataRequestBody) (*http.Request, error)
NewConfigPartialUpdateRequestWithFormdataBody calls the generic ConfigPartialUpdate builder with application/x-www-form-urlencoded body
func NewConfigRetrieveRequest ¶
NewConfigRetrieveRequest generates requests for ConfigRetrieve
func NewConfigUpdateRequest ¶
func NewConfigUpdateRequest(server string, id int, body ConfigUpdateJSONRequestBody) (*http.Request, error)
NewConfigUpdateRequest calls the generic ConfigUpdate builder with application/json body
func NewConfigUpdateRequestWithBody ¶
func NewConfigUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewConfigUpdateRequestWithBody generates requests for ConfigUpdate with any type of body
func NewConfigUpdateRequestWithFormdataBody ¶
func NewConfigUpdateRequestWithFormdataBody(server string, id int, body ConfigUpdateFormdataRequestBody) (*http.Request, error)
NewConfigUpdateRequestWithFormdataBody calls the generic ConfigUpdate builder with application/x-www-form-urlencoded body
func NewCorrespondentsCreateRequest ¶
func NewCorrespondentsCreateRequest(server string, body CorrespondentsCreateJSONRequestBody) (*http.Request, error)
NewCorrespondentsCreateRequest calls the generic CorrespondentsCreate builder with application/json body
func NewCorrespondentsCreateRequestWithBody ¶
func NewCorrespondentsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCorrespondentsCreateRequestWithBody generates requests for CorrespondentsCreate with any type of body
func NewCorrespondentsCreateRequestWithFormdataBody ¶
func NewCorrespondentsCreateRequestWithFormdataBody(server string, body CorrespondentsCreateFormdataRequestBody) (*http.Request, error)
NewCorrespondentsCreateRequestWithFormdataBody calls the generic CorrespondentsCreate builder with application/x-www-form-urlencoded body
func NewCorrespondentsDestroyRequest ¶
NewCorrespondentsDestroyRequest generates requests for CorrespondentsDestroy
func NewCorrespondentsListRequest ¶
func NewCorrespondentsListRequest(server string, params *CorrespondentsListParams) (*http.Request, error)
NewCorrespondentsListRequest generates requests for CorrespondentsList
func NewCorrespondentsPartialUpdateRequest ¶
func NewCorrespondentsPartialUpdateRequest(server string, id int, body CorrespondentsPartialUpdateJSONRequestBody) (*http.Request, error)
NewCorrespondentsPartialUpdateRequest calls the generic CorrespondentsPartialUpdate builder with application/json body
func NewCorrespondentsPartialUpdateRequestWithBody ¶
func NewCorrespondentsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewCorrespondentsPartialUpdateRequestWithBody generates requests for CorrespondentsPartialUpdate with any type of body
func NewCorrespondentsPartialUpdateRequestWithFormdataBody ¶
func NewCorrespondentsPartialUpdateRequestWithFormdataBody(server string, id int, body CorrespondentsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewCorrespondentsPartialUpdateRequestWithFormdataBody calls the generic CorrespondentsPartialUpdate builder with application/x-www-form-urlencoded body
func NewCorrespondentsRetrieveRequest ¶
func NewCorrespondentsRetrieveRequest(server string, id int, params *CorrespondentsRetrieveParams) (*http.Request, error)
NewCorrespondentsRetrieveRequest generates requests for CorrespondentsRetrieve
func NewCorrespondentsUpdateRequest ¶
func NewCorrespondentsUpdateRequest(server string, id int, body CorrespondentsUpdateJSONRequestBody) (*http.Request, error)
NewCorrespondentsUpdateRequest calls the generic CorrespondentsUpdate builder with application/json body
func NewCorrespondentsUpdateRequestWithBody ¶
func NewCorrespondentsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewCorrespondentsUpdateRequestWithBody generates requests for CorrespondentsUpdate with any type of body
func NewCorrespondentsUpdateRequestWithFormdataBody ¶
func NewCorrespondentsUpdateRequestWithFormdataBody(server string, id int, body CorrespondentsUpdateFormdataRequestBody) (*http.Request, error)
NewCorrespondentsUpdateRequestWithFormdataBody calls the generic CorrespondentsUpdate builder with application/x-www-form-urlencoded body
func NewCustomFieldsCreateRequest ¶
func NewCustomFieldsCreateRequest(server string, body CustomFieldsCreateJSONRequestBody) (*http.Request, error)
NewCustomFieldsCreateRequest calls the generic CustomFieldsCreate builder with application/json body
func NewCustomFieldsCreateRequestWithBody ¶
func NewCustomFieldsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewCustomFieldsCreateRequestWithBody generates requests for CustomFieldsCreate with any type of body
func NewCustomFieldsCreateRequestWithFormdataBody ¶
func NewCustomFieldsCreateRequestWithFormdataBody(server string, body CustomFieldsCreateFormdataRequestBody) (*http.Request, error)
NewCustomFieldsCreateRequestWithFormdataBody calls the generic CustomFieldsCreate builder with application/x-www-form-urlencoded body
func NewCustomFieldsDestroyRequest ¶
NewCustomFieldsDestroyRequest generates requests for CustomFieldsDestroy
func NewCustomFieldsListRequest ¶
func NewCustomFieldsListRequest(server string, params *CustomFieldsListParams) (*http.Request, error)
NewCustomFieldsListRequest generates requests for CustomFieldsList
func NewCustomFieldsPartialUpdateRequest ¶
func NewCustomFieldsPartialUpdateRequest(server string, id int, body CustomFieldsPartialUpdateJSONRequestBody) (*http.Request, error)
NewCustomFieldsPartialUpdateRequest calls the generic CustomFieldsPartialUpdate builder with application/json body
func NewCustomFieldsPartialUpdateRequestWithBody ¶
func NewCustomFieldsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewCustomFieldsPartialUpdateRequestWithBody generates requests for CustomFieldsPartialUpdate with any type of body
func NewCustomFieldsPartialUpdateRequestWithFormdataBody ¶
func NewCustomFieldsPartialUpdateRequestWithFormdataBody(server string, id int, body CustomFieldsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewCustomFieldsPartialUpdateRequestWithFormdataBody calls the generic CustomFieldsPartialUpdate builder with application/x-www-form-urlencoded body
func NewCustomFieldsRetrieveRequest ¶
NewCustomFieldsRetrieveRequest generates requests for CustomFieldsRetrieve
func NewCustomFieldsUpdateRequest ¶
func NewCustomFieldsUpdateRequest(server string, id int, body CustomFieldsUpdateJSONRequestBody) (*http.Request, error)
NewCustomFieldsUpdateRequest calls the generic CustomFieldsUpdate builder with application/json body
func NewCustomFieldsUpdateRequestWithBody ¶
func NewCustomFieldsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewCustomFieldsUpdateRequestWithBody generates requests for CustomFieldsUpdate with any type of body
func NewCustomFieldsUpdateRequestWithFormdataBody ¶
func NewCustomFieldsUpdateRequestWithFormdataBody(server string, id int, body CustomFieldsUpdateFormdataRequestBody) (*http.Request, error)
NewCustomFieldsUpdateRequestWithFormdataBody calls the generic CustomFieldsUpdate builder with application/x-www-form-urlencoded body
func NewDocumentShareLinksRequest ¶
NewDocumentShareLinksRequest generates requests for DocumentShareLinks
func NewDocumentTypesCreateRequest ¶
func NewDocumentTypesCreateRequest(server string, body DocumentTypesCreateJSONRequestBody) (*http.Request, error)
NewDocumentTypesCreateRequest calls the generic DocumentTypesCreate builder with application/json body
func NewDocumentTypesCreateRequestWithBody ¶
func NewDocumentTypesCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewDocumentTypesCreateRequestWithBody generates requests for DocumentTypesCreate with any type of body
func NewDocumentTypesCreateRequestWithFormdataBody ¶
func NewDocumentTypesCreateRequestWithFormdataBody(server string, body DocumentTypesCreateFormdataRequestBody) (*http.Request, error)
NewDocumentTypesCreateRequestWithFormdataBody calls the generic DocumentTypesCreate builder with application/x-www-form-urlencoded body
func NewDocumentTypesDestroyRequest ¶
NewDocumentTypesDestroyRequest generates requests for DocumentTypesDestroy
func NewDocumentTypesListRequest ¶
func NewDocumentTypesListRequest(server string, params *DocumentTypesListParams) (*http.Request, error)
NewDocumentTypesListRequest generates requests for DocumentTypesList
func NewDocumentTypesPartialUpdateRequest ¶
func NewDocumentTypesPartialUpdateRequest(server string, id int, body DocumentTypesPartialUpdateJSONRequestBody) (*http.Request, error)
NewDocumentTypesPartialUpdateRequest calls the generic DocumentTypesPartialUpdate builder with application/json body
func NewDocumentTypesPartialUpdateRequestWithBody ¶
func NewDocumentTypesPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewDocumentTypesPartialUpdateRequestWithBody generates requests for DocumentTypesPartialUpdate with any type of body
func NewDocumentTypesPartialUpdateRequestWithFormdataBody ¶
func NewDocumentTypesPartialUpdateRequestWithFormdataBody(server string, id int, body DocumentTypesPartialUpdateFormdataRequestBody) (*http.Request, error)
NewDocumentTypesPartialUpdateRequestWithFormdataBody calls the generic DocumentTypesPartialUpdate builder with application/x-www-form-urlencoded body
func NewDocumentTypesRetrieveRequest ¶
func NewDocumentTypesRetrieveRequest(server string, id int, params *DocumentTypesRetrieveParams) (*http.Request, error)
NewDocumentTypesRetrieveRequest generates requests for DocumentTypesRetrieve
func NewDocumentTypesUpdateRequest ¶
func NewDocumentTypesUpdateRequest(server string, id int, body DocumentTypesUpdateJSONRequestBody) (*http.Request, error)
NewDocumentTypesUpdateRequest calls the generic DocumentTypesUpdate builder with application/json body
func NewDocumentTypesUpdateRequestWithBody ¶
func NewDocumentTypesUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewDocumentTypesUpdateRequestWithBody generates requests for DocumentTypesUpdate with any type of body
func NewDocumentTypesUpdateRequestWithFormdataBody ¶
func NewDocumentTypesUpdateRequestWithFormdataBody(server string, id int, body DocumentTypesUpdateFormdataRequestBody) (*http.Request, error)
NewDocumentTypesUpdateRequestWithFormdataBody calls the generic DocumentTypesUpdate builder with application/x-www-form-urlencoded body
func NewDocumentsBulkDownloadCreateRequest ¶
func NewDocumentsBulkDownloadCreateRequest(server string, body DocumentsBulkDownloadCreateJSONRequestBody) (*http.Request, error)
NewDocumentsBulkDownloadCreateRequest calls the generic DocumentsBulkDownloadCreate builder with application/json body
func NewDocumentsBulkDownloadCreateRequestWithBody ¶
func NewDocumentsBulkDownloadCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsBulkDownloadCreateRequestWithBody generates requests for DocumentsBulkDownloadCreate with any type of body
func NewDocumentsDestroyRequest ¶
NewDocumentsDestroyRequest generates requests for DocumentsDestroy
func NewDocumentsDownloadRetrieveRequest ¶
func NewDocumentsDownloadRetrieveRequest(server string, id int, params *DocumentsDownloadRetrieveParams) (*http.Request, error)
NewDocumentsDownloadRetrieveRequest generates requests for DocumentsDownloadRetrieve
func NewDocumentsEmailCreateRequest ¶
func NewDocumentsEmailCreateRequest(server string, id int, body DocumentsEmailCreateJSONRequestBody) (*http.Request, error)
NewDocumentsEmailCreateRequest calls the generic DocumentsEmailCreate builder with application/json body
func NewDocumentsEmailCreateRequestWithBody ¶
func NewDocumentsEmailCreateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsEmailCreateRequestWithBody generates requests for DocumentsEmailCreate with any type of body
func NewDocumentsEmailCreateRequestWithFormdataBody ¶
func NewDocumentsEmailCreateRequestWithFormdataBody(server string, id int, body DocumentsEmailCreateFormdataRequestBody) (*http.Request, error)
NewDocumentsEmailCreateRequestWithFormdataBody calls the generic DocumentsEmailCreate builder with application/x-www-form-urlencoded body
func NewDocumentsHistoryListRequest ¶
func NewDocumentsHistoryListRequest(server string, id int, params *DocumentsHistoryListParams) (*http.Request, error)
NewDocumentsHistoryListRequest generates requests for DocumentsHistoryList
func NewDocumentsListRequest ¶
func NewDocumentsListRequest(server string, params *DocumentsListParams) (*http.Request, error)
NewDocumentsListRequest generates requests for DocumentsList
func NewDocumentsMetadataRetrieveRequest ¶
NewDocumentsMetadataRetrieveRequest generates requests for DocumentsMetadataRetrieve
func NewDocumentsNextAsnRetrieveRequest ¶
NewDocumentsNextAsnRetrieveRequest generates requests for DocumentsNextAsnRetrieve
func NewDocumentsNotesCreateRequest ¶
func NewDocumentsNotesCreateRequest(server string, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateJSONRequestBody) (*http.Request, error)
NewDocumentsNotesCreateRequest calls the generic DocumentsNotesCreate builder with application/json body
func NewDocumentsNotesCreateRequestWithBody ¶
func NewDocumentsNotesCreateRequestWithBody(server string, id int, params *DocumentsNotesCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsNotesCreateRequestWithBody generates requests for DocumentsNotesCreate with any type of body
func NewDocumentsNotesCreateRequestWithFormdataBody ¶
func NewDocumentsNotesCreateRequestWithFormdataBody(server string, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateFormdataRequestBody) (*http.Request, error)
NewDocumentsNotesCreateRequestWithFormdataBody calls the generic DocumentsNotesCreate builder with application/x-www-form-urlencoded body
func NewDocumentsNotesDestroyRequest ¶
func NewDocumentsNotesDestroyRequest(server string, id int, params *DocumentsNotesDestroyParams) (*http.Request, error)
NewDocumentsNotesDestroyRequest generates requests for DocumentsNotesDestroy
func NewDocumentsNotesListRequest ¶
func NewDocumentsNotesListRequest(server string, id int, params *DocumentsNotesListParams) (*http.Request, error)
NewDocumentsNotesListRequest generates requests for DocumentsNotesList
func NewDocumentsPartialUpdateRequest ¶
func NewDocumentsPartialUpdateRequest(server string, id int, body DocumentsPartialUpdateJSONRequestBody) (*http.Request, error)
NewDocumentsPartialUpdateRequest calls the generic DocumentsPartialUpdate builder with application/json body
func NewDocumentsPartialUpdateRequestWithBody ¶
func NewDocumentsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsPartialUpdateRequestWithBody generates requests for DocumentsPartialUpdate with any type of body
func NewDocumentsPartialUpdateRequestWithFormdataBody ¶
func NewDocumentsPartialUpdateRequestWithFormdataBody(server string, id int, body DocumentsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewDocumentsPartialUpdateRequestWithFormdataBody calls the generic DocumentsPartialUpdate builder with application/x-www-form-urlencoded body
func NewDocumentsPostDocumentCreateRequestWithBody ¶
func NewDocumentsPostDocumentCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsPostDocumentCreateRequestWithBody generates requests for DocumentsPostDocumentCreate with any type of body
func NewDocumentsPreviewRetrieveRequest ¶
NewDocumentsPreviewRetrieveRequest generates requests for DocumentsPreviewRetrieve
func NewDocumentsRetrieveRequest ¶
func NewDocumentsRetrieveRequest(server string, id int, params *DocumentsRetrieveParams) (*http.Request, error)
NewDocumentsRetrieveRequest generates requests for DocumentsRetrieve
func NewDocumentsSelectionDataCreateRequest ¶
func NewDocumentsSelectionDataCreateRequest(server string, body DocumentsSelectionDataCreateJSONRequestBody) (*http.Request, error)
NewDocumentsSelectionDataCreateRequest calls the generic DocumentsSelectionDataCreate builder with application/json body
func NewDocumentsSelectionDataCreateRequestWithBody ¶
func NewDocumentsSelectionDataCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsSelectionDataCreateRequestWithBody generates requests for DocumentsSelectionDataCreate with any type of body
func NewDocumentsSuggestionsRetrieveRequest ¶
NewDocumentsSuggestionsRetrieveRequest generates requests for DocumentsSuggestionsRetrieve
func NewDocumentsThumbRetrieveRequest ¶
NewDocumentsThumbRetrieveRequest generates requests for DocumentsThumbRetrieve
func NewDocumentsUpdateRequest ¶
func NewDocumentsUpdateRequest(server string, id int, body DocumentsUpdateJSONRequestBody) (*http.Request, error)
NewDocumentsUpdateRequest calls the generic DocumentsUpdate builder with application/json body
func NewDocumentsUpdateRequestWithBody ¶
func NewDocumentsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewDocumentsUpdateRequestWithBody generates requests for DocumentsUpdate with any type of body
func NewDocumentsUpdateRequestWithFormdataBody ¶
func NewDocumentsUpdateRequestWithFormdataBody(server string, id int, body DocumentsUpdateFormdataRequestBody) (*http.Request, error)
NewDocumentsUpdateRequestWithFormdataBody calls the generic DocumentsUpdate builder with application/x-www-form-urlencoded body
func NewEmailDocumentsRequest ¶
func NewEmailDocumentsRequest(server string, body EmailDocumentsJSONRequestBody) (*http.Request, error)
NewEmailDocumentsRequest calls the generic EmailDocuments builder with application/json body
func NewEmailDocumentsRequestWithBody ¶
func NewEmailDocumentsRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewEmailDocumentsRequestWithBody generates requests for EmailDocuments with any type of body
func NewEmailDocumentsRequestWithFormdataBody ¶
func NewEmailDocumentsRequestWithFormdataBody(server string, body EmailDocumentsFormdataRequestBody) (*http.Request, error)
NewEmailDocumentsRequestWithFormdataBody calls the generic EmailDocuments builder with application/x-www-form-urlencoded body
func NewGroupsCreateRequest ¶
func NewGroupsCreateRequest(server string, body GroupsCreateJSONRequestBody) (*http.Request, error)
NewGroupsCreateRequest calls the generic GroupsCreate builder with application/json body
func NewGroupsCreateRequestWithBody ¶
func NewGroupsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewGroupsCreateRequestWithBody generates requests for GroupsCreate with any type of body
func NewGroupsCreateRequestWithFormdataBody ¶
func NewGroupsCreateRequestWithFormdataBody(server string, body GroupsCreateFormdataRequestBody) (*http.Request, error)
NewGroupsCreateRequestWithFormdataBody calls the generic GroupsCreate builder with application/x-www-form-urlencoded body
func NewGroupsDestroyRequest ¶
NewGroupsDestroyRequest generates requests for GroupsDestroy
func NewGroupsListRequest ¶
func NewGroupsListRequest(server string, params *GroupsListParams) (*http.Request, error)
NewGroupsListRequest generates requests for GroupsList
func NewGroupsPartialUpdateRequest ¶
func NewGroupsPartialUpdateRequest(server string, id int, body GroupsPartialUpdateJSONRequestBody) (*http.Request, error)
NewGroupsPartialUpdateRequest calls the generic GroupsPartialUpdate builder with application/json body
func NewGroupsPartialUpdateRequestWithBody ¶
func NewGroupsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewGroupsPartialUpdateRequestWithBody generates requests for GroupsPartialUpdate with any type of body
func NewGroupsPartialUpdateRequestWithFormdataBody ¶
func NewGroupsPartialUpdateRequestWithFormdataBody(server string, id int, body GroupsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewGroupsPartialUpdateRequestWithFormdataBody calls the generic GroupsPartialUpdate builder with application/x-www-form-urlencoded body
func NewGroupsRetrieveRequest ¶
NewGroupsRetrieveRequest generates requests for GroupsRetrieve
func NewGroupsUpdateRequest ¶
func NewGroupsUpdateRequest(server string, id int, body GroupsUpdateJSONRequestBody) (*http.Request, error)
NewGroupsUpdateRequest calls the generic GroupsUpdate builder with application/json body
func NewGroupsUpdateRequestWithBody ¶
func NewGroupsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewGroupsUpdateRequestWithBody generates requests for GroupsUpdate with any type of body
func NewGroupsUpdateRequestWithFormdataBody ¶
func NewGroupsUpdateRequestWithFormdataBody(server string, id int, body GroupsUpdateFormdataRequestBody) (*http.Request, error)
NewGroupsUpdateRequestWithFormdataBody calls the generic GroupsUpdate builder with application/x-www-form-urlencoded body
func NewLogsListRequest ¶
NewLogsListRequest generates requests for LogsList
func NewMailAccountProcessRequest ¶
func NewMailAccountProcessRequest(server string, id int, body MailAccountProcessJSONRequestBody) (*http.Request, error)
NewMailAccountProcessRequest calls the generic MailAccountProcess builder with application/json body
func NewMailAccountProcessRequestWithBody ¶
func NewMailAccountProcessRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewMailAccountProcessRequestWithBody generates requests for MailAccountProcess with any type of body
func NewMailAccountProcessRequestWithFormdataBody ¶
func NewMailAccountProcessRequestWithFormdataBody(server string, id int, body MailAccountProcessFormdataRequestBody) (*http.Request, error)
NewMailAccountProcessRequestWithFormdataBody calls the generic MailAccountProcess builder with application/x-www-form-urlencoded body
func NewMailAccountTestRequest ¶
func NewMailAccountTestRequest(server string, body MailAccountTestJSONRequestBody) (*http.Request, error)
NewMailAccountTestRequest calls the generic MailAccountTest builder with application/json body
func NewMailAccountTestRequestWithBody ¶
func NewMailAccountTestRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewMailAccountTestRequestWithBody generates requests for MailAccountTest with any type of body
func NewMailAccountTestRequestWithFormdataBody ¶
func NewMailAccountTestRequestWithFormdataBody(server string, body MailAccountTestFormdataRequestBody) (*http.Request, error)
NewMailAccountTestRequestWithFormdataBody calls the generic MailAccountTest builder with application/x-www-form-urlencoded body
func NewMailAccountsCreateRequest ¶
func NewMailAccountsCreateRequest(server string, body MailAccountsCreateJSONRequestBody) (*http.Request, error)
NewMailAccountsCreateRequest calls the generic MailAccountsCreate builder with application/json body
func NewMailAccountsCreateRequestWithBody ¶
func NewMailAccountsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewMailAccountsCreateRequestWithBody generates requests for MailAccountsCreate with any type of body
func NewMailAccountsCreateRequestWithFormdataBody ¶
func NewMailAccountsCreateRequestWithFormdataBody(server string, body MailAccountsCreateFormdataRequestBody) (*http.Request, error)
NewMailAccountsCreateRequestWithFormdataBody calls the generic MailAccountsCreate builder with application/x-www-form-urlencoded body
func NewMailAccountsDestroyRequest ¶
NewMailAccountsDestroyRequest generates requests for MailAccountsDestroy
func NewMailAccountsListRequest ¶
func NewMailAccountsListRequest(server string, params *MailAccountsListParams) (*http.Request, error)
NewMailAccountsListRequest generates requests for MailAccountsList
func NewMailAccountsPartialUpdateRequest ¶
func NewMailAccountsPartialUpdateRequest(server string, id int, body MailAccountsPartialUpdateJSONRequestBody) (*http.Request, error)
NewMailAccountsPartialUpdateRequest calls the generic MailAccountsPartialUpdate builder with application/json body
func NewMailAccountsPartialUpdateRequestWithBody ¶
func NewMailAccountsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewMailAccountsPartialUpdateRequestWithBody generates requests for MailAccountsPartialUpdate with any type of body
func NewMailAccountsPartialUpdateRequestWithFormdataBody ¶
func NewMailAccountsPartialUpdateRequestWithFormdataBody(server string, id int, body MailAccountsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewMailAccountsPartialUpdateRequestWithFormdataBody calls the generic MailAccountsPartialUpdate builder with application/x-www-form-urlencoded body
func NewMailAccountsRetrieveRequest ¶
NewMailAccountsRetrieveRequest generates requests for MailAccountsRetrieve
func NewMailAccountsUpdateRequest ¶
func NewMailAccountsUpdateRequest(server string, id int, body MailAccountsUpdateJSONRequestBody) (*http.Request, error)
NewMailAccountsUpdateRequest calls the generic MailAccountsUpdate builder with application/json body
func NewMailAccountsUpdateRequestWithBody ¶
func NewMailAccountsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewMailAccountsUpdateRequestWithBody generates requests for MailAccountsUpdate with any type of body
func NewMailAccountsUpdateRequestWithFormdataBody ¶
func NewMailAccountsUpdateRequestWithFormdataBody(server string, id int, body MailAccountsUpdateFormdataRequestBody) (*http.Request, error)
NewMailAccountsUpdateRequestWithFormdataBody calls the generic MailAccountsUpdate builder with application/x-www-form-urlencoded body
func NewMailRulesCreateRequest ¶
func NewMailRulesCreateRequest(server string, body MailRulesCreateJSONRequestBody) (*http.Request, error)
NewMailRulesCreateRequest calls the generic MailRulesCreate builder with application/json body
func NewMailRulesCreateRequestWithBody ¶
func NewMailRulesCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewMailRulesCreateRequestWithBody generates requests for MailRulesCreate with any type of body
func NewMailRulesCreateRequestWithFormdataBody ¶
func NewMailRulesCreateRequestWithFormdataBody(server string, body MailRulesCreateFormdataRequestBody) (*http.Request, error)
NewMailRulesCreateRequestWithFormdataBody calls the generic MailRulesCreate builder with application/x-www-form-urlencoded body
func NewMailRulesDestroyRequest ¶
NewMailRulesDestroyRequest generates requests for MailRulesDestroy
func NewMailRulesListRequest ¶
func NewMailRulesListRequest(server string, params *MailRulesListParams) (*http.Request, error)
NewMailRulesListRequest generates requests for MailRulesList
func NewMailRulesPartialUpdateRequest ¶
func NewMailRulesPartialUpdateRequest(server string, id int, body MailRulesPartialUpdateJSONRequestBody) (*http.Request, error)
NewMailRulesPartialUpdateRequest calls the generic MailRulesPartialUpdate builder with application/json body
func NewMailRulesPartialUpdateRequestWithBody ¶
func NewMailRulesPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewMailRulesPartialUpdateRequestWithBody generates requests for MailRulesPartialUpdate with any type of body
func NewMailRulesPartialUpdateRequestWithFormdataBody ¶
func NewMailRulesPartialUpdateRequestWithFormdataBody(server string, id int, body MailRulesPartialUpdateFormdataRequestBody) (*http.Request, error)
NewMailRulesPartialUpdateRequestWithFormdataBody calls the generic MailRulesPartialUpdate builder with application/x-www-form-urlencoded body
func NewMailRulesRetrieveRequest ¶
NewMailRulesRetrieveRequest generates requests for MailRulesRetrieve
func NewMailRulesUpdateRequest ¶
func NewMailRulesUpdateRequest(server string, id int, body MailRulesUpdateJSONRequestBody) (*http.Request, error)
NewMailRulesUpdateRequest calls the generic MailRulesUpdate builder with application/json body
func NewMailRulesUpdateRequestWithBody ¶
func NewMailRulesUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewMailRulesUpdateRequestWithBody generates requests for MailRulesUpdate with any type of body
func NewMailRulesUpdateRequestWithFormdataBody ¶
func NewMailRulesUpdateRequestWithFormdataBody(server string, id int, body MailRulesUpdateFormdataRequestBody) (*http.Request, error)
NewMailRulesUpdateRequestWithFormdataBody calls the generic MailRulesUpdate builder with application/x-www-form-urlencoded body
func NewOauthCallbackRetrieveRequest ¶
NewOauthCallbackRetrieveRequest generates requests for OauthCallbackRetrieve
func NewProcessedMailBulkDeleteCreateRequest ¶
func NewProcessedMailBulkDeleteCreateRequest(server string, body ProcessedMailBulkDeleteCreateJSONRequestBody) (*http.Request, error)
NewProcessedMailBulkDeleteCreateRequest calls the generic ProcessedMailBulkDeleteCreate builder with application/json body
func NewProcessedMailBulkDeleteCreateRequestWithBody ¶
func NewProcessedMailBulkDeleteCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewProcessedMailBulkDeleteCreateRequestWithBody generates requests for ProcessedMailBulkDeleteCreate with any type of body
func NewProcessedMailBulkDeleteCreateRequestWithFormdataBody ¶
func NewProcessedMailBulkDeleteCreateRequestWithFormdataBody(server string, body ProcessedMailBulkDeleteCreateFormdataRequestBody) (*http.Request, error)
NewProcessedMailBulkDeleteCreateRequestWithFormdataBody calls the generic ProcessedMailBulkDeleteCreate builder with application/x-www-form-urlencoded body
func NewProcessedMailListRequest ¶
func NewProcessedMailListRequest(server string, params *ProcessedMailListParams) (*http.Request, error)
NewProcessedMailListRequest generates requests for ProcessedMailList
func NewProcessedMailRetrieveRequest ¶
NewProcessedMailRetrieveRequest generates requests for ProcessedMailRetrieve
func NewProfileDisconnectSocialAccountCreateRequest ¶
func NewProfileDisconnectSocialAccountCreateRequest(server string, body ProfileDisconnectSocialAccountCreateJSONRequestBody) (*http.Request, error)
NewProfileDisconnectSocialAccountCreateRequest calls the generic ProfileDisconnectSocialAccountCreate builder with application/json body
func NewProfileDisconnectSocialAccountCreateRequestWithBody ¶
func NewProfileDisconnectSocialAccountCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewProfileDisconnectSocialAccountCreateRequestWithBody generates requests for ProfileDisconnectSocialAccountCreate with any type of body
func NewProfileGenerateAuthTokenCreateRequest ¶
NewProfileGenerateAuthTokenCreateRequest generates requests for ProfileGenerateAuthTokenCreate
func NewProfilePartialUpdateRequest ¶
func NewProfilePartialUpdateRequest(server string, body ProfilePartialUpdateJSONRequestBody) (*http.Request, error)
NewProfilePartialUpdateRequest calls the generic ProfilePartialUpdate builder with application/json body
func NewProfilePartialUpdateRequestWithBody ¶
func NewProfilePartialUpdateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewProfilePartialUpdateRequestWithBody generates requests for ProfilePartialUpdate with any type of body
func NewProfilePartialUpdateRequestWithFormdataBody ¶
func NewProfilePartialUpdateRequestWithFormdataBody(server string, body ProfilePartialUpdateFormdataRequestBody) (*http.Request, error)
NewProfilePartialUpdateRequestWithFormdataBody calls the generic ProfilePartialUpdate builder with application/x-www-form-urlencoded body
func NewProfileRetrieveRequest ¶
NewProfileRetrieveRequest generates requests for ProfileRetrieve
func NewProfileSocialAccountProvidersRetrieveRequest ¶
NewProfileSocialAccountProvidersRetrieveRequest generates requests for ProfileSocialAccountProvidersRetrieve
func NewProfileTotpCreateRequest ¶
func NewProfileTotpCreateRequest(server string, body ProfileTotpCreateJSONRequestBody) (*http.Request, error)
NewProfileTotpCreateRequest calls the generic ProfileTotpCreate builder with application/json body
func NewProfileTotpCreateRequestWithBody ¶
func NewProfileTotpCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewProfileTotpCreateRequestWithBody generates requests for ProfileTotpCreate with any type of body
func NewProfileTotpDestroyRequest ¶
NewProfileTotpDestroyRequest generates requests for ProfileTotpDestroy
func NewProfileTotpRetrieveRequest ¶
NewProfileTotpRetrieveRequest generates requests for ProfileTotpRetrieve
func NewRemoteVersionRetrieveRequest ¶
NewRemoteVersionRetrieveRequest generates requests for RemoteVersionRetrieve
func NewRetrieveLogRequest ¶
func NewRetrieveLogRequest(server string, id string, params *RetrieveLogParams) (*http.Request, error)
NewRetrieveLogRequest generates requests for RetrieveLog
func NewSavedViewsCreateRequest ¶
func NewSavedViewsCreateRequest(server string, body SavedViewsCreateJSONRequestBody) (*http.Request, error)
NewSavedViewsCreateRequest calls the generic SavedViewsCreate builder with application/json body
func NewSavedViewsCreateRequestWithBody ¶
func NewSavedViewsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewSavedViewsCreateRequestWithBody generates requests for SavedViewsCreate with any type of body
func NewSavedViewsCreateRequestWithFormdataBody ¶
func NewSavedViewsCreateRequestWithFormdataBody(server string, body SavedViewsCreateFormdataRequestBody) (*http.Request, error)
NewSavedViewsCreateRequestWithFormdataBody calls the generic SavedViewsCreate builder with application/x-www-form-urlencoded body
func NewSavedViewsDestroyRequest ¶
NewSavedViewsDestroyRequest generates requests for SavedViewsDestroy
func NewSavedViewsListRequest ¶
func NewSavedViewsListRequest(server string, params *SavedViewsListParams) (*http.Request, error)
NewSavedViewsListRequest generates requests for SavedViewsList
func NewSavedViewsPartialUpdateRequest ¶
func NewSavedViewsPartialUpdateRequest(server string, id int, body SavedViewsPartialUpdateJSONRequestBody) (*http.Request, error)
NewSavedViewsPartialUpdateRequest calls the generic SavedViewsPartialUpdate builder with application/json body
func NewSavedViewsPartialUpdateRequestWithBody ¶
func NewSavedViewsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewSavedViewsPartialUpdateRequestWithBody generates requests for SavedViewsPartialUpdate with any type of body
func NewSavedViewsPartialUpdateRequestWithFormdataBody ¶
func NewSavedViewsPartialUpdateRequestWithFormdataBody(server string, id int, body SavedViewsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewSavedViewsPartialUpdateRequestWithFormdataBody calls the generic SavedViewsPartialUpdate builder with application/x-www-form-urlencoded body
func NewSavedViewsRetrieveRequest ¶
NewSavedViewsRetrieveRequest generates requests for SavedViewsRetrieve
func NewSavedViewsUpdateRequest ¶
func NewSavedViewsUpdateRequest(server string, id int, body SavedViewsUpdateJSONRequestBody) (*http.Request, error)
NewSavedViewsUpdateRequest calls the generic SavedViewsUpdate builder with application/json body
func NewSavedViewsUpdateRequestWithBody ¶
func NewSavedViewsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewSavedViewsUpdateRequestWithBody generates requests for SavedViewsUpdate with any type of body
func NewSavedViewsUpdateRequestWithFormdataBody ¶
func NewSavedViewsUpdateRequestWithFormdataBody(server string, id int, body SavedViewsUpdateFormdataRequestBody) (*http.Request, error)
NewSavedViewsUpdateRequestWithFormdataBody calls the generic SavedViewsUpdate builder with application/x-www-form-urlencoded body
func NewSearchAutocompleteListRequest ¶
func NewSearchAutocompleteListRequest(server string, params *SearchAutocompleteListParams) (*http.Request, error)
NewSearchAutocompleteListRequest generates requests for SearchAutocompleteList
func NewSearchRetrieveRequest ¶
func NewSearchRetrieveRequest(server string, params *SearchRetrieveParams) (*http.Request, error)
NewSearchRetrieveRequest generates requests for SearchRetrieve
func NewShareLinksCreateRequest ¶
func NewShareLinksCreateRequest(server string, body ShareLinksCreateJSONRequestBody) (*http.Request, error)
NewShareLinksCreateRequest calls the generic ShareLinksCreate builder with application/json body
func NewShareLinksCreateRequestWithBody ¶
func NewShareLinksCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewShareLinksCreateRequestWithBody generates requests for ShareLinksCreate with any type of body
func NewShareLinksCreateRequestWithFormdataBody ¶
func NewShareLinksCreateRequestWithFormdataBody(server string, body ShareLinksCreateFormdataRequestBody) (*http.Request, error)
NewShareLinksCreateRequestWithFormdataBody calls the generic ShareLinksCreate builder with application/x-www-form-urlencoded body
func NewShareLinksDestroyRequest ¶
NewShareLinksDestroyRequest generates requests for ShareLinksDestroy
func NewShareLinksListRequest ¶
func NewShareLinksListRequest(server string, params *ShareLinksListParams) (*http.Request, error)
NewShareLinksListRequest generates requests for ShareLinksList
func NewShareLinksRetrieveRequest ¶
NewShareLinksRetrieveRequest generates requests for ShareLinksRetrieve
func NewStatisticsRetrieveRequest ¶
NewStatisticsRetrieveRequest generates requests for StatisticsRetrieve
func NewStatusRetrieveRequest ¶
NewStatusRetrieveRequest generates requests for StatusRetrieve
func NewStoragePathsCreateRequest ¶
func NewStoragePathsCreateRequest(server string, body StoragePathsCreateJSONRequestBody) (*http.Request, error)
NewStoragePathsCreateRequest calls the generic StoragePathsCreate builder with application/json body
func NewStoragePathsCreateRequestWithBody ¶
func NewStoragePathsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewStoragePathsCreateRequestWithBody generates requests for StoragePathsCreate with any type of body
func NewStoragePathsCreateRequestWithFormdataBody ¶
func NewStoragePathsCreateRequestWithFormdataBody(server string, body StoragePathsCreateFormdataRequestBody) (*http.Request, error)
NewStoragePathsCreateRequestWithFormdataBody calls the generic StoragePathsCreate builder with application/x-www-form-urlencoded body
func NewStoragePathsDestroyRequest ¶
NewStoragePathsDestroyRequest generates requests for StoragePathsDestroy
func NewStoragePathsListRequest ¶
func NewStoragePathsListRequest(server string, params *StoragePathsListParams) (*http.Request, error)
NewStoragePathsListRequest generates requests for StoragePathsList
func NewStoragePathsPartialUpdateRequest ¶
func NewStoragePathsPartialUpdateRequest(server string, id int, body StoragePathsPartialUpdateJSONRequestBody) (*http.Request, error)
NewStoragePathsPartialUpdateRequest calls the generic StoragePathsPartialUpdate builder with application/json body
func NewStoragePathsPartialUpdateRequestWithBody ¶
func NewStoragePathsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewStoragePathsPartialUpdateRequestWithBody generates requests for StoragePathsPartialUpdate with any type of body
func NewStoragePathsPartialUpdateRequestWithFormdataBody ¶
func NewStoragePathsPartialUpdateRequestWithFormdataBody(server string, id int, body StoragePathsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewStoragePathsPartialUpdateRequestWithFormdataBody calls the generic StoragePathsPartialUpdate builder with application/x-www-form-urlencoded body
func NewStoragePathsRetrieveRequest ¶
func NewStoragePathsRetrieveRequest(server string, id int, params *StoragePathsRetrieveParams) (*http.Request, error)
NewStoragePathsRetrieveRequest generates requests for StoragePathsRetrieve
func NewStoragePathsTestCreateRequest ¶
func NewStoragePathsTestCreateRequest(server string, body StoragePathsTestCreateJSONRequestBody) (*http.Request, error)
NewStoragePathsTestCreateRequest calls the generic StoragePathsTestCreate builder with application/json body
func NewStoragePathsTestCreateRequestWithBody ¶
func NewStoragePathsTestCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewStoragePathsTestCreateRequestWithBody generates requests for StoragePathsTestCreate with any type of body
func NewStoragePathsTestCreateRequestWithFormdataBody ¶
func NewStoragePathsTestCreateRequestWithFormdataBody(server string, body StoragePathsTestCreateFormdataRequestBody) (*http.Request, error)
NewStoragePathsTestCreateRequestWithFormdataBody calls the generic StoragePathsTestCreate builder with application/x-www-form-urlencoded body
func NewStoragePathsUpdateRequest ¶
func NewStoragePathsUpdateRequest(server string, id int, body StoragePathsUpdateJSONRequestBody) (*http.Request, error)
NewStoragePathsUpdateRequest calls the generic StoragePathsUpdate builder with application/json body
func NewStoragePathsUpdateRequestWithBody ¶
func NewStoragePathsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewStoragePathsUpdateRequestWithBody generates requests for StoragePathsUpdate with any type of body
func NewStoragePathsUpdateRequestWithFormdataBody ¶
func NewStoragePathsUpdateRequestWithFormdataBody(server string, id int, body StoragePathsUpdateFormdataRequestBody) (*http.Request, error)
NewStoragePathsUpdateRequestWithFormdataBody calls the generic StoragePathsUpdate builder with application/x-www-form-urlencoded body
func NewTagsCreateRequest ¶
func NewTagsCreateRequest(server string, body TagsCreateJSONRequestBody) (*http.Request, error)
NewTagsCreateRequest calls the generic TagsCreate builder with application/json body
func NewTagsCreateRequestWithBody ¶
func NewTagsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTagsCreateRequestWithBody generates requests for TagsCreate with any type of body
func NewTagsCreateRequestWithFormdataBody ¶
func NewTagsCreateRequestWithFormdataBody(server string, body TagsCreateFormdataRequestBody) (*http.Request, error)
NewTagsCreateRequestWithFormdataBody calls the generic TagsCreate builder with application/x-www-form-urlencoded body
func NewTagsDestroyRequest ¶
NewTagsDestroyRequest generates requests for TagsDestroy
func NewTagsListRequest ¶
func NewTagsListRequest(server string, params *TagsListParams) (*http.Request, error)
NewTagsListRequest generates requests for TagsList
func NewTagsPartialUpdateRequest ¶
func NewTagsPartialUpdateRequest(server string, id int, body TagsPartialUpdateJSONRequestBody) (*http.Request, error)
NewTagsPartialUpdateRequest calls the generic TagsPartialUpdate builder with application/json body
func NewTagsPartialUpdateRequestWithBody ¶
func NewTagsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewTagsPartialUpdateRequestWithBody generates requests for TagsPartialUpdate with any type of body
func NewTagsPartialUpdateRequestWithFormdataBody ¶
func NewTagsPartialUpdateRequestWithFormdataBody(server string, id int, body TagsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewTagsPartialUpdateRequestWithFormdataBody calls the generic TagsPartialUpdate builder with application/x-www-form-urlencoded body
func NewTagsRetrieveRequest ¶
func NewTagsRetrieveRequest(server string, id int, params *TagsRetrieveParams) (*http.Request, error)
NewTagsRetrieveRequest generates requests for TagsRetrieve
func NewTagsUpdateRequest ¶
func NewTagsUpdateRequest(server string, id int, body TagsUpdateJSONRequestBody) (*http.Request, error)
NewTagsUpdateRequest calls the generic TagsUpdate builder with application/json body
func NewTagsUpdateRequestWithBody ¶
func NewTagsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewTagsUpdateRequestWithBody generates requests for TagsUpdate with any type of body
func NewTagsUpdateRequestWithFormdataBody ¶
func NewTagsUpdateRequestWithFormdataBody(server string, id int, body TagsUpdateFormdataRequestBody) (*http.Request, error)
NewTagsUpdateRequestWithFormdataBody calls the generic TagsUpdate builder with application/x-www-form-urlencoded body
func NewTasksListRequest ¶
func NewTasksListRequest(server string, params *TasksListParams) (*http.Request, error)
NewTasksListRequest generates requests for TasksList
func NewTasksRetrieveRequest ¶
func NewTasksRetrieveRequest(server string, id int, params *TasksRetrieveParams) (*http.Request, error)
NewTasksRetrieveRequest generates requests for TasksRetrieve
func NewTasksRunCreateRequest ¶
func NewTasksRunCreateRequest(server string, params *TasksRunCreateParams, body TasksRunCreateJSONRequestBody) (*http.Request, error)
NewTasksRunCreateRequest calls the generic TasksRunCreate builder with application/json body
func NewTasksRunCreateRequestWithBody ¶
func NewTasksRunCreateRequestWithBody(server string, params *TasksRunCreateParams, contentType string, body io.Reader) (*http.Request, error)
NewTasksRunCreateRequestWithBody generates requests for TasksRunCreate with any type of body
func NewTasksRunCreateRequestWithFormdataBody ¶
func NewTasksRunCreateRequestWithFormdataBody(server string, params *TasksRunCreateParams, body TasksRunCreateFormdataRequestBody) (*http.Request, error)
NewTasksRunCreateRequestWithFormdataBody calls the generic TasksRunCreate builder with application/x-www-form-urlencoded body
func NewTokenCreateRequest ¶
func NewTokenCreateRequest(server string, body TokenCreateJSONRequestBody) (*http.Request, error)
NewTokenCreateRequest calls the generic TokenCreate builder with application/json body
func NewTokenCreateRequestWithBody ¶
func NewTokenCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTokenCreateRequestWithBody generates requests for TokenCreate with any type of body
func NewTokenCreateRequestWithFormdataBody ¶
func NewTokenCreateRequestWithFormdataBody(server string, body TokenCreateFormdataRequestBody) (*http.Request, error)
NewTokenCreateRequestWithFormdataBody calls the generic TokenCreate builder with application/x-www-form-urlencoded body
func NewTrashCreateRequest ¶
func NewTrashCreateRequest(server string, body TrashCreateJSONRequestBody) (*http.Request, error)
NewTrashCreateRequest calls the generic TrashCreate builder with application/json body
func NewTrashCreateRequestWithBody ¶
func NewTrashCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewTrashCreateRequestWithBody generates requests for TrashCreate with any type of body
func NewTrashCreateRequestWithFormdataBody ¶
func NewTrashCreateRequestWithFormdataBody(server string, body TrashCreateFormdataRequestBody) (*http.Request, error)
NewTrashCreateRequestWithFormdataBody calls the generic TrashCreate builder with application/x-www-form-urlencoded body
func NewTrashListRequest ¶
func NewTrashListRequest(server string, params *TrashListParams) (*http.Request, error)
NewTrashListRequest generates requests for TrashList
func NewUiSettingsCreateRequest ¶
func NewUiSettingsCreateRequest(server string, body UiSettingsCreateJSONRequestBody) (*http.Request, error)
NewUiSettingsCreateRequest calls the generic UiSettingsCreate builder with application/json body
func NewUiSettingsCreateRequestWithBody ¶
func NewUiSettingsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUiSettingsCreateRequestWithBody generates requests for UiSettingsCreate with any type of body
func NewUiSettingsCreateRequestWithFormdataBody ¶
func NewUiSettingsCreateRequestWithFormdataBody(server string, body UiSettingsCreateFormdataRequestBody) (*http.Request, error)
NewUiSettingsCreateRequestWithFormdataBody calls the generic UiSettingsCreate builder with application/x-www-form-urlencoded body
func NewUiSettingsRetrieveRequest ¶
NewUiSettingsRetrieveRequest generates requests for UiSettingsRetrieve
func NewUsersCreateRequest ¶
func NewUsersCreateRequest(server string, body UsersCreateJSONRequestBody) (*http.Request, error)
NewUsersCreateRequest calls the generic UsersCreate builder with application/json body
func NewUsersCreateRequestWithBody ¶
func NewUsersCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewUsersCreateRequestWithBody generates requests for UsersCreate with any type of body
func NewUsersCreateRequestWithFormdataBody ¶
func NewUsersCreateRequestWithFormdataBody(server string, body UsersCreateFormdataRequestBody) (*http.Request, error)
NewUsersCreateRequestWithFormdataBody calls the generic UsersCreate builder with application/x-www-form-urlencoded body
func NewUsersDeactivateTotpCreateRequest ¶
NewUsersDeactivateTotpCreateRequest generates requests for UsersDeactivateTotpCreate
func NewUsersDestroyRequest ¶
NewUsersDestroyRequest generates requests for UsersDestroy
func NewUsersListRequest ¶
func NewUsersListRequest(server string, params *UsersListParams) (*http.Request, error)
NewUsersListRequest generates requests for UsersList
func NewUsersPartialUpdateRequest ¶
func NewUsersPartialUpdateRequest(server string, id int, body UsersPartialUpdateJSONRequestBody) (*http.Request, error)
NewUsersPartialUpdateRequest calls the generic UsersPartialUpdate builder with application/json body
func NewUsersPartialUpdateRequestWithBody ¶
func NewUsersPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewUsersPartialUpdateRequestWithBody generates requests for UsersPartialUpdate with any type of body
func NewUsersPartialUpdateRequestWithFormdataBody ¶
func NewUsersPartialUpdateRequestWithFormdataBody(server string, id int, body UsersPartialUpdateFormdataRequestBody) (*http.Request, error)
NewUsersPartialUpdateRequestWithFormdataBody calls the generic UsersPartialUpdate builder with application/x-www-form-urlencoded body
func NewUsersRetrieveRequest ¶
NewUsersRetrieveRequest generates requests for UsersRetrieve
func NewUsersUpdateRequest ¶
func NewUsersUpdateRequest(server string, id int, body UsersUpdateJSONRequestBody) (*http.Request, error)
NewUsersUpdateRequest calls the generic UsersUpdate builder with application/json body
func NewUsersUpdateRequestWithBody ¶
func NewUsersUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewUsersUpdateRequestWithBody generates requests for UsersUpdate with any type of body
func NewUsersUpdateRequestWithFormdataBody ¶
func NewUsersUpdateRequestWithFormdataBody(server string, id int, body UsersUpdateFormdataRequestBody) (*http.Request, error)
NewUsersUpdateRequestWithFormdataBody calls the generic UsersUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowActionsCreateRequest ¶
func NewWorkflowActionsCreateRequest(server string, body WorkflowActionsCreateJSONRequestBody) (*http.Request, error)
NewWorkflowActionsCreateRequest calls the generic WorkflowActionsCreate builder with application/json body
func NewWorkflowActionsCreateRequestWithBody ¶
func NewWorkflowActionsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowActionsCreateRequestWithBody generates requests for WorkflowActionsCreate with any type of body
func NewWorkflowActionsCreateRequestWithFormdataBody ¶
func NewWorkflowActionsCreateRequestWithFormdataBody(server string, body WorkflowActionsCreateFormdataRequestBody) (*http.Request, error)
NewWorkflowActionsCreateRequestWithFormdataBody calls the generic WorkflowActionsCreate builder with application/x-www-form-urlencoded body
func NewWorkflowActionsDestroyRequest ¶
NewWorkflowActionsDestroyRequest generates requests for WorkflowActionsDestroy
func NewWorkflowActionsListRequest ¶
func NewWorkflowActionsListRequest(server string, params *WorkflowActionsListParams) (*http.Request, error)
NewWorkflowActionsListRequest generates requests for WorkflowActionsList
func NewWorkflowActionsPartialUpdateRequest ¶
func NewWorkflowActionsPartialUpdateRequest(server string, id int, body WorkflowActionsPartialUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowActionsPartialUpdateRequest calls the generic WorkflowActionsPartialUpdate builder with application/json body
func NewWorkflowActionsPartialUpdateRequestWithBody ¶
func NewWorkflowActionsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowActionsPartialUpdateRequestWithBody generates requests for WorkflowActionsPartialUpdate with any type of body
func NewWorkflowActionsPartialUpdateRequestWithFormdataBody ¶
func NewWorkflowActionsPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowActionsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowActionsPartialUpdateRequestWithFormdataBody calls the generic WorkflowActionsPartialUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowActionsRetrieveRequest ¶
NewWorkflowActionsRetrieveRequest generates requests for WorkflowActionsRetrieve
func NewWorkflowActionsUpdateRequest ¶
func NewWorkflowActionsUpdateRequest(server string, id int, body WorkflowActionsUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowActionsUpdateRequest calls the generic WorkflowActionsUpdate builder with application/json body
func NewWorkflowActionsUpdateRequestWithBody ¶
func NewWorkflowActionsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowActionsUpdateRequestWithBody generates requests for WorkflowActionsUpdate with any type of body
func NewWorkflowActionsUpdateRequestWithFormdataBody ¶
func NewWorkflowActionsUpdateRequestWithFormdataBody(server string, id int, body WorkflowActionsUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowActionsUpdateRequestWithFormdataBody calls the generic WorkflowActionsUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowTriggersCreateRequest ¶
func NewWorkflowTriggersCreateRequest(server string, body WorkflowTriggersCreateJSONRequestBody) (*http.Request, error)
NewWorkflowTriggersCreateRequest calls the generic WorkflowTriggersCreate builder with application/json body
func NewWorkflowTriggersCreateRequestWithBody ¶
func NewWorkflowTriggersCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowTriggersCreateRequestWithBody generates requests for WorkflowTriggersCreate with any type of body
func NewWorkflowTriggersCreateRequestWithFormdataBody ¶
func NewWorkflowTriggersCreateRequestWithFormdataBody(server string, body WorkflowTriggersCreateFormdataRequestBody) (*http.Request, error)
NewWorkflowTriggersCreateRequestWithFormdataBody calls the generic WorkflowTriggersCreate builder with application/x-www-form-urlencoded body
func NewWorkflowTriggersDestroyRequest ¶
NewWorkflowTriggersDestroyRequest generates requests for WorkflowTriggersDestroy
func NewWorkflowTriggersListRequest ¶
func NewWorkflowTriggersListRequest(server string, params *WorkflowTriggersListParams) (*http.Request, error)
NewWorkflowTriggersListRequest generates requests for WorkflowTriggersList
func NewWorkflowTriggersPartialUpdateRequest ¶
func NewWorkflowTriggersPartialUpdateRequest(server string, id int, body WorkflowTriggersPartialUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowTriggersPartialUpdateRequest calls the generic WorkflowTriggersPartialUpdate builder with application/json body
func NewWorkflowTriggersPartialUpdateRequestWithBody ¶
func NewWorkflowTriggersPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowTriggersPartialUpdateRequestWithBody generates requests for WorkflowTriggersPartialUpdate with any type of body
func NewWorkflowTriggersPartialUpdateRequestWithFormdataBody ¶
func NewWorkflowTriggersPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowTriggersPartialUpdateRequestWithFormdataBody calls the generic WorkflowTriggersPartialUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowTriggersRetrieveRequest ¶
NewWorkflowTriggersRetrieveRequest generates requests for WorkflowTriggersRetrieve
func NewWorkflowTriggersUpdateRequest ¶
func NewWorkflowTriggersUpdateRequest(server string, id int, body WorkflowTriggersUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowTriggersUpdateRequest calls the generic WorkflowTriggersUpdate builder with application/json body
func NewWorkflowTriggersUpdateRequestWithBody ¶
func NewWorkflowTriggersUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowTriggersUpdateRequestWithBody generates requests for WorkflowTriggersUpdate with any type of body
func NewWorkflowTriggersUpdateRequestWithFormdataBody ¶
func NewWorkflowTriggersUpdateRequestWithFormdataBody(server string, id int, body WorkflowTriggersUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowTriggersUpdateRequestWithFormdataBody calls the generic WorkflowTriggersUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowsCreateRequest ¶
func NewWorkflowsCreateRequest(server string, body WorkflowsCreateJSONRequestBody) (*http.Request, error)
NewWorkflowsCreateRequest calls the generic WorkflowsCreate builder with application/json body
func NewWorkflowsCreateRequestWithBody ¶
func NewWorkflowsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowsCreateRequestWithBody generates requests for WorkflowsCreate with any type of body
func NewWorkflowsCreateRequestWithFormdataBody ¶
func NewWorkflowsCreateRequestWithFormdataBody(server string, body WorkflowsCreateFormdataRequestBody) (*http.Request, error)
NewWorkflowsCreateRequestWithFormdataBody calls the generic WorkflowsCreate builder with application/x-www-form-urlencoded body
func NewWorkflowsDestroyRequest ¶
NewWorkflowsDestroyRequest generates requests for WorkflowsDestroy
func NewWorkflowsListRequest ¶
func NewWorkflowsListRequest(server string, params *WorkflowsListParams) (*http.Request, error)
NewWorkflowsListRequest generates requests for WorkflowsList
func NewWorkflowsPartialUpdateRequest ¶
func NewWorkflowsPartialUpdateRequest(server string, id int, body WorkflowsPartialUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowsPartialUpdateRequest calls the generic WorkflowsPartialUpdate builder with application/json body
func NewWorkflowsPartialUpdateRequestWithBody ¶
func NewWorkflowsPartialUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowsPartialUpdateRequestWithBody generates requests for WorkflowsPartialUpdate with any type of body
func NewWorkflowsPartialUpdateRequestWithFormdataBody ¶
func NewWorkflowsPartialUpdateRequestWithFormdataBody(server string, id int, body WorkflowsPartialUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowsPartialUpdateRequestWithFormdataBody calls the generic WorkflowsPartialUpdate builder with application/x-www-form-urlencoded body
func NewWorkflowsRetrieveRequest ¶
NewWorkflowsRetrieveRequest generates requests for WorkflowsRetrieve
func NewWorkflowsUpdateRequest ¶
func NewWorkflowsUpdateRequest(server string, id int, body WorkflowsUpdateJSONRequestBody) (*http.Request, error)
NewWorkflowsUpdateRequest calls the generic WorkflowsUpdate builder with application/json body
func NewWorkflowsUpdateRequestWithBody ¶
func NewWorkflowsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error)
NewWorkflowsUpdateRequestWithBody generates requests for WorkflowsUpdate with any type of body
func NewWorkflowsUpdateRequestWithFormdataBody ¶
func NewWorkflowsUpdateRequestWithFormdataBody(server string, id int, body WorkflowsUpdateFormdataRequestBody) (*http.Request, error)
NewWorkflowsUpdateRequestWithFormdataBody calls the generic WorkflowsUpdate builder with application/x-www-form-urlencoded body
Types ¶
type AccountTypeEnum ¶
type AccountTypeEnum int
AccountTypeEnum * `1` - IMAP * `2` - Gmail OAuth * `3` - Outlook OAuth
const ( AccountTypeEnumN1 AccountTypeEnum = 1 AccountTypeEnumN2 AccountTypeEnum = 2 AccountTypeEnumN3 AccountTypeEnum = 3 )
Defines values for AccountTypeEnum.
func (AccountTypeEnum) Valid ¶
func (e AccountTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the AccountTypeEnum enum.
type AcknowledgeTasks ¶
type AcknowledgeTasks struct {
Result int `json:"result"`
}
AcknowledgeTasks defines model for AcknowledgeTasks.
type AcknowledgeTasksJSONBody ¶
type AcknowledgeTasksJSONBody struct {
Tasks []int `json:"tasks"`
}
AcknowledgeTasksJSONBody defines parameters for AcknowledgeTasks.
type AcknowledgeTasksJSONRequestBody ¶
type AcknowledgeTasksJSONRequestBody AcknowledgeTasksJSONBody
AcknowledgeTasksJSONRequestBody defines body for AcknowledgeTasks for application/json ContentType.
type AcknowledgeTasksParams ¶
type AcknowledgeTasksParams struct {
// TaskId Filter tasks by Celery UUID
TaskId *string `form:"task_id,omitempty" json:"task_id,omitempty"`
}
AcknowledgeTasksParams defines parameters for AcknowledgeTasks.
type AcknowledgeTasksResponse ¶
type AcknowledgeTasksResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *AcknowledgeTasks
}
func ParseAcknowledgeTasksResponse ¶
func ParseAcknowledgeTasksResponse(rsp *http.Response) (*AcknowledgeTasksResponse, error)
ParseAcknowledgeTasksResponse parses an HTTP response from a AcknowledgeTasksWithResponse call
func (AcknowledgeTasksResponse) ContentType ¶
func (r AcknowledgeTasksResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (AcknowledgeTasksResponse) Status ¶
func (r AcknowledgeTasksResponse) Status() string
Status returns HTTPResponse.Status
func (AcknowledgeTasksResponse) StatusCode ¶
func (r AcknowledgeTasksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ApplicationConfiguration ¶
type ApplicationConfiguration struct {
AppLogo *string `json:"app_logo,omitempty"`
AppTitle *string `json:"app_title,omitempty"`
BarcodeAsnPrefix *string `json:"barcode_asn_prefix,omitempty"`
BarcodeDpi *int `json:"barcode_dpi,omitempty"`
BarcodeEnableAsn *bool `json:"barcode_enable_asn,omitempty"`
BarcodeEnableTag *bool `json:"barcode_enable_tag,omitempty"`
BarcodeEnableTiffSupport *bool `json:"barcode_enable_tiff_support,omitempty"`
BarcodeMaxPages *int `json:"barcode_max_pages,omitempty"`
BarcodeRetainSplitPages *bool `json:"barcode_retain_split_pages,omitempty"`
BarcodeString *string `json:"barcode_string,omitempty"`
BarcodeTagMapping interface{} `json:"barcode_tag_mapping"`
BarcodeUpscale *float64 `json:"barcode_upscale,omitempty"`
BarcodesEnabled *bool `json:"barcodes_enabled,omitempty"`
ColorConversionStrategy *ApplicationConfiguration_ColorConversionStrategy `json:"color_conversion_strategy,omitempty"`
Deskew *bool `json:"deskew,omitempty"`
Id *int `json:"id,omitempty"`
ImageDpi *int `json:"image_dpi,omitempty"`
Language *string `json:"language,omitempty"`
MaxImagePixels *float64 `json:"max_image_pixels,omitempty"`
Mode *ApplicationConfiguration_Mode `json:"mode,omitempty"`
OutputType *ApplicationConfiguration_OutputType `json:"output_type,omitempty"`
Pages *int `json:"pages,omitempty"`
RotatePages *bool `json:"rotate_pages,omitempty"`
RotatePagesThreshold *float64 `json:"rotate_pages_threshold,omitempty"`
SkipArchiveFile *ApplicationConfiguration_SkipArchiveFile `json:"skip_archive_file,omitempty"`
UnpaperClean *ApplicationConfiguration_UnpaperClean `json:"unpaper_clean,omitempty"`
UserArgs interface{} `json:"user_args"`
}
ApplicationConfiguration defines model for ApplicationConfiguration.
type ApplicationConfigurationRequest ¶
type ApplicationConfigurationRequest struct {
AppLogo *openapi_types.File `json:"app_logo,omitempty"`
AppTitle *string `json:"app_title,omitempty"`
BarcodeAsnPrefix *string `json:"barcode_asn_prefix,omitempty"`
BarcodeDpi *int `json:"barcode_dpi,omitempty"`
BarcodeEnableAsn *bool `json:"barcode_enable_asn,omitempty"`
BarcodeEnableTag *bool `json:"barcode_enable_tag,omitempty"`
BarcodeEnableTiffSupport *bool `json:"barcode_enable_tiff_support,omitempty"`
BarcodeMaxPages *int `json:"barcode_max_pages,omitempty"`
BarcodeRetainSplitPages *bool `json:"barcode_retain_split_pages,omitempty"`
BarcodeString *string `json:"barcode_string,omitempty"`
BarcodeTagMapping interface{} `json:"barcode_tag_mapping"`
BarcodeUpscale *float64 `json:"barcode_upscale,omitempty"`
BarcodesEnabled *bool `json:"barcodes_enabled,omitempty"`
ColorConversionStrategy *ApplicationConfigurationRequest_ColorConversionStrategy `json:"color_conversion_strategy,omitempty"`
Deskew *bool `json:"deskew,omitempty"`
ImageDpi *int `json:"image_dpi,omitempty"`
Language *string `json:"language,omitempty"`
MaxImagePixels *float64 `json:"max_image_pixels,omitempty"`
Mode *ApplicationConfigurationRequest_Mode `json:"mode,omitempty"`
OutputType *ApplicationConfigurationRequest_OutputType `json:"output_type,omitempty"`
Pages *int `json:"pages,omitempty"`
RotatePages *bool `json:"rotate_pages,omitempty"`
RotatePagesThreshold *float64 `json:"rotate_pages_threshold,omitempty"`
SkipArchiveFile *ApplicationConfigurationRequest_SkipArchiveFile `json:"skip_archive_file,omitempty"`
UnpaperClean *ApplicationConfigurationRequest_UnpaperClean `json:"unpaper_clean,omitempty"`
UserArgs interface{} `json:"user_args"`
}
ApplicationConfigurationRequest defines model for ApplicationConfigurationRequest.
type ApplicationConfigurationRequest_ColorConversionStrategy ¶
type ApplicationConfigurationRequest_ColorConversionStrategy struct {
// contains filtered or unexported fields
}
ApplicationConfigurationRequest_ColorConversionStrategy defines model for ApplicationConfigurationRequest.ColorConversionStrategy.
func (ApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum ¶
func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as a BlankEnum
func (ApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum ¶
func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
AsColorConversionStrategyEnum returns the union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as a ColorConversionStrategyEnum
func (ApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum ¶
func (t ApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as a NullEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as the provided BlankEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
FromColorConversionStrategyEnum overwrites any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as the provided ColorConversionStrategyEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy as the provided NullEnum
func (ApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON ¶
func (t ApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON() ([]byte, error)
func (*ApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy, using the provided BlankEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
MergeColorConversionStrategyEnum performs a merge with any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy, using the provided ColorConversionStrategyEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfigurationRequest_ColorConversionStrategy, using the provided NullEnum
func (*ApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON ¶
func (t *ApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON(b []byte) error
type ApplicationConfigurationRequest_Mode ¶
type ApplicationConfigurationRequest_Mode struct {
// contains filtered or unexported fields
}
ApplicationConfigurationRequest_Mode defines model for ApplicationConfigurationRequest.Mode.
func (ApplicationConfigurationRequest_Mode) AsBlankEnum ¶
func (t ApplicationConfigurationRequest_Mode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfigurationRequest_Mode as a BlankEnum
func (ApplicationConfigurationRequest_Mode) AsModeEnum ¶
func (t ApplicationConfigurationRequest_Mode) AsModeEnum() (ModeEnum, error)
AsModeEnum returns the union data inside the ApplicationConfigurationRequest_Mode as a ModeEnum
func (ApplicationConfigurationRequest_Mode) AsNullEnum ¶
func (t ApplicationConfigurationRequest_Mode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfigurationRequest_Mode as a NullEnum
func (*ApplicationConfigurationRequest_Mode) FromBlankEnum ¶
func (t *ApplicationConfigurationRequest_Mode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfigurationRequest_Mode as the provided BlankEnum
func (*ApplicationConfigurationRequest_Mode) FromModeEnum ¶
func (t *ApplicationConfigurationRequest_Mode) FromModeEnum(v ModeEnum) error
FromModeEnum overwrites any union data inside the ApplicationConfigurationRequest_Mode as the provided ModeEnum
func (*ApplicationConfigurationRequest_Mode) FromNullEnum ¶
func (t *ApplicationConfigurationRequest_Mode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfigurationRequest_Mode as the provided NullEnum
func (ApplicationConfigurationRequest_Mode) MarshalJSON ¶
func (t ApplicationConfigurationRequest_Mode) MarshalJSON() ([]byte, error)
func (*ApplicationConfigurationRequest_Mode) MergeBlankEnum ¶
func (t *ApplicationConfigurationRequest_Mode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfigurationRequest_Mode, using the provided BlankEnum
func (*ApplicationConfigurationRequest_Mode) MergeModeEnum ¶
func (t *ApplicationConfigurationRequest_Mode) MergeModeEnum(v ModeEnum) error
MergeModeEnum performs a merge with any union data inside the ApplicationConfigurationRequest_Mode, using the provided ModeEnum
func (*ApplicationConfigurationRequest_Mode) MergeNullEnum ¶
func (t *ApplicationConfigurationRequest_Mode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfigurationRequest_Mode, using the provided NullEnum
func (*ApplicationConfigurationRequest_Mode) UnmarshalJSON ¶
func (t *ApplicationConfigurationRequest_Mode) UnmarshalJSON(b []byte) error
type ApplicationConfigurationRequest_OutputType ¶
type ApplicationConfigurationRequest_OutputType struct {
// contains filtered or unexported fields
}
ApplicationConfigurationRequest_OutputType defines model for ApplicationConfigurationRequest.OutputType.
func (ApplicationConfigurationRequest_OutputType) AsBlankEnum ¶
func (t ApplicationConfigurationRequest_OutputType) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfigurationRequest_OutputType as a BlankEnum
func (ApplicationConfigurationRequest_OutputType) AsNullEnum ¶
func (t ApplicationConfigurationRequest_OutputType) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfigurationRequest_OutputType as a NullEnum
func (ApplicationConfigurationRequest_OutputType) AsOutputTypeEnum ¶
func (t ApplicationConfigurationRequest_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
AsOutputTypeEnum returns the union data inside the ApplicationConfigurationRequest_OutputType as a OutputTypeEnum
func (*ApplicationConfigurationRequest_OutputType) FromBlankEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfigurationRequest_OutputType as the provided BlankEnum
func (*ApplicationConfigurationRequest_OutputType) FromNullEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfigurationRequest_OutputType as the provided NullEnum
func (*ApplicationConfigurationRequest_OutputType) FromOutputTypeEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
FromOutputTypeEnum overwrites any union data inside the ApplicationConfigurationRequest_OutputType as the provided OutputTypeEnum
func (ApplicationConfigurationRequest_OutputType) MarshalJSON ¶
func (t ApplicationConfigurationRequest_OutputType) MarshalJSON() ([]byte, error)
func (*ApplicationConfigurationRequest_OutputType) MergeBlankEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfigurationRequest_OutputType, using the provided BlankEnum
func (*ApplicationConfigurationRequest_OutputType) MergeNullEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfigurationRequest_OutputType, using the provided NullEnum
func (*ApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum ¶
func (t *ApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
MergeOutputTypeEnum performs a merge with any union data inside the ApplicationConfigurationRequest_OutputType, using the provided OutputTypeEnum
func (*ApplicationConfigurationRequest_OutputType) UnmarshalJSON ¶
func (t *ApplicationConfigurationRequest_OutputType) UnmarshalJSON(b []byte) error
type ApplicationConfigurationRequest_SkipArchiveFile ¶
type ApplicationConfigurationRequest_SkipArchiveFile struct {
// contains filtered or unexported fields
}
ApplicationConfigurationRequest_SkipArchiveFile defines model for ApplicationConfigurationRequest.SkipArchiveFile.
func (ApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum ¶
func (t ApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfigurationRequest_SkipArchiveFile as a BlankEnum
func (ApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum ¶
func (t ApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfigurationRequest_SkipArchiveFile as a NullEnum
func (ApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum ¶
func (t ApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
AsSkipArchiveFileEnum returns the union data inside the ApplicationConfigurationRequest_SkipArchiveFile as a SkipArchiveFileEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfigurationRequest_SkipArchiveFile as the provided BlankEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfigurationRequest_SkipArchiveFile as the provided NullEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
FromSkipArchiveFileEnum overwrites any union data inside the ApplicationConfigurationRequest_SkipArchiveFile as the provided SkipArchiveFileEnum
func (ApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON ¶
func (t ApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON() ([]byte, error)
func (*ApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfigurationRequest_SkipArchiveFile, using the provided BlankEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfigurationRequest_SkipArchiveFile, using the provided NullEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
MergeSkipArchiveFileEnum performs a merge with any union data inside the ApplicationConfigurationRequest_SkipArchiveFile, using the provided SkipArchiveFileEnum
func (*ApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON ¶
func (t *ApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON(b []byte) error
type ApplicationConfigurationRequest_UnpaperClean ¶
type ApplicationConfigurationRequest_UnpaperClean struct {
// contains filtered or unexported fields
}
ApplicationConfigurationRequest_UnpaperClean defines model for ApplicationConfigurationRequest.UnpaperClean.
func (ApplicationConfigurationRequest_UnpaperClean) AsBlankEnum ¶
func (t ApplicationConfigurationRequest_UnpaperClean) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfigurationRequest_UnpaperClean as a BlankEnum
func (ApplicationConfigurationRequest_UnpaperClean) AsNullEnum ¶
func (t ApplicationConfigurationRequest_UnpaperClean) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfigurationRequest_UnpaperClean as a NullEnum
func (ApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum ¶
func (t ApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
AsUnpaperCleanEnum returns the union data inside the ApplicationConfigurationRequest_UnpaperClean as a UnpaperCleanEnum
func (*ApplicationConfigurationRequest_UnpaperClean) FromBlankEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfigurationRequest_UnpaperClean as the provided BlankEnum
func (*ApplicationConfigurationRequest_UnpaperClean) FromNullEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfigurationRequest_UnpaperClean as the provided NullEnum
func (*ApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
FromUnpaperCleanEnum overwrites any union data inside the ApplicationConfigurationRequest_UnpaperClean as the provided UnpaperCleanEnum
func (ApplicationConfigurationRequest_UnpaperClean) MarshalJSON ¶
func (t ApplicationConfigurationRequest_UnpaperClean) MarshalJSON() ([]byte, error)
func (*ApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfigurationRequest_UnpaperClean, using the provided BlankEnum
func (*ApplicationConfigurationRequest_UnpaperClean) MergeNullEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfigurationRequest_UnpaperClean, using the provided NullEnum
func (*ApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
MergeUnpaperCleanEnum performs a merge with any union data inside the ApplicationConfigurationRequest_UnpaperClean, using the provided UnpaperCleanEnum
func (*ApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON ¶
func (t *ApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON(b []byte) error
type ApplicationConfiguration_ColorConversionStrategy ¶
type ApplicationConfiguration_ColorConversionStrategy struct {
// contains filtered or unexported fields
}
ApplicationConfiguration_ColorConversionStrategy defines model for ApplicationConfiguration.ColorConversionStrategy.
func (ApplicationConfiguration_ColorConversionStrategy) AsBlankEnum ¶
func (t ApplicationConfiguration_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfiguration_ColorConversionStrategy as a BlankEnum
func (ApplicationConfiguration_ColorConversionStrategy) AsColorConversionStrategyEnum ¶
func (t ApplicationConfiguration_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
AsColorConversionStrategyEnum returns the union data inside the ApplicationConfiguration_ColorConversionStrategy as a ColorConversionStrategyEnum
func (ApplicationConfiguration_ColorConversionStrategy) AsNullEnum ¶
func (t ApplicationConfiguration_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfiguration_ColorConversionStrategy as a NullEnum
func (*ApplicationConfiguration_ColorConversionStrategy) FromBlankEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfiguration_ColorConversionStrategy as the provided BlankEnum
func (*ApplicationConfiguration_ColorConversionStrategy) FromColorConversionStrategyEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
FromColorConversionStrategyEnum overwrites any union data inside the ApplicationConfiguration_ColorConversionStrategy as the provided ColorConversionStrategyEnum
func (*ApplicationConfiguration_ColorConversionStrategy) FromNullEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfiguration_ColorConversionStrategy as the provided NullEnum
func (ApplicationConfiguration_ColorConversionStrategy) MarshalJSON ¶
func (t ApplicationConfiguration_ColorConversionStrategy) MarshalJSON() ([]byte, error)
func (*ApplicationConfiguration_ColorConversionStrategy) MergeBlankEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfiguration_ColorConversionStrategy, using the provided BlankEnum
func (*ApplicationConfiguration_ColorConversionStrategy) MergeColorConversionStrategyEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
MergeColorConversionStrategyEnum performs a merge with any union data inside the ApplicationConfiguration_ColorConversionStrategy, using the provided ColorConversionStrategyEnum
func (*ApplicationConfiguration_ColorConversionStrategy) MergeNullEnum ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfiguration_ColorConversionStrategy, using the provided NullEnum
func (*ApplicationConfiguration_ColorConversionStrategy) UnmarshalJSON ¶
func (t *ApplicationConfiguration_ColorConversionStrategy) UnmarshalJSON(b []byte) error
type ApplicationConfiguration_Mode ¶
type ApplicationConfiguration_Mode struct {
// contains filtered or unexported fields
}
ApplicationConfiguration_Mode defines model for ApplicationConfiguration.Mode.
func (ApplicationConfiguration_Mode) AsBlankEnum ¶
func (t ApplicationConfiguration_Mode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfiguration_Mode as a BlankEnum
func (ApplicationConfiguration_Mode) AsModeEnum ¶
func (t ApplicationConfiguration_Mode) AsModeEnum() (ModeEnum, error)
AsModeEnum returns the union data inside the ApplicationConfiguration_Mode as a ModeEnum
func (ApplicationConfiguration_Mode) AsNullEnum ¶
func (t ApplicationConfiguration_Mode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfiguration_Mode as a NullEnum
func (*ApplicationConfiguration_Mode) FromBlankEnum ¶
func (t *ApplicationConfiguration_Mode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfiguration_Mode as the provided BlankEnum
func (*ApplicationConfiguration_Mode) FromModeEnum ¶
func (t *ApplicationConfiguration_Mode) FromModeEnum(v ModeEnum) error
FromModeEnum overwrites any union data inside the ApplicationConfiguration_Mode as the provided ModeEnum
func (*ApplicationConfiguration_Mode) FromNullEnum ¶
func (t *ApplicationConfiguration_Mode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfiguration_Mode as the provided NullEnum
func (ApplicationConfiguration_Mode) MarshalJSON ¶
func (t ApplicationConfiguration_Mode) MarshalJSON() ([]byte, error)
func (*ApplicationConfiguration_Mode) MergeBlankEnum ¶
func (t *ApplicationConfiguration_Mode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfiguration_Mode, using the provided BlankEnum
func (*ApplicationConfiguration_Mode) MergeModeEnum ¶
func (t *ApplicationConfiguration_Mode) MergeModeEnum(v ModeEnum) error
MergeModeEnum performs a merge with any union data inside the ApplicationConfiguration_Mode, using the provided ModeEnum
func (*ApplicationConfiguration_Mode) MergeNullEnum ¶
func (t *ApplicationConfiguration_Mode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfiguration_Mode, using the provided NullEnum
func (*ApplicationConfiguration_Mode) UnmarshalJSON ¶
func (t *ApplicationConfiguration_Mode) UnmarshalJSON(b []byte) error
type ApplicationConfiguration_OutputType ¶
type ApplicationConfiguration_OutputType struct {
// contains filtered or unexported fields
}
ApplicationConfiguration_OutputType defines model for ApplicationConfiguration.OutputType.
func (ApplicationConfiguration_OutputType) AsBlankEnum ¶
func (t ApplicationConfiguration_OutputType) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfiguration_OutputType as a BlankEnum
func (ApplicationConfiguration_OutputType) AsNullEnum ¶
func (t ApplicationConfiguration_OutputType) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfiguration_OutputType as a NullEnum
func (ApplicationConfiguration_OutputType) AsOutputTypeEnum ¶
func (t ApplicationConfiguration_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
AsOutputTypeEnum returns the union data inside the ApplicationConfiguration_OutputType as a OutputTypeEnum
func (*ApplicationConfiguration_OutputType) FromBlankEnum ¶
func (t *ApplicationConfiguration_OutputType) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfiguration_OutputType as the provided BlankEnum
func (*ApplicationConfiguration_OutputType) FromNullEnum ¶
func (t *ApplicationConfiguration_OutputType) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfiguration_OutputType as the provided NullEnum
func (*ApplicationConfiguration_OutputType) FromOutputTypeEnum ¶
func (t *ApplicationConfiguration_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
FromOutputTypeEnum overwrites any union data inside the ApplicationConfiguration_OutputType as the provided OutputTypeEnum
func (ApplicationConfiguration_OutputType) MarshalJSON ¶
func (t ApplicationConfiguration_OutputType) MarshalJSON() ([]byte, error)
func (*ApplicationConfiguration_OutputType) MergeBlankEnum ¶
func (t *ApplicationConfiguration_OutputType) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfiguration_OutputType, using the provided BlankEnum
func (*ApplicationConfiguration_OutputType) MergeNullEnum ¶
func (t *ApplicationConfiguration_OutputType) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfiguration_OutputType, using the provided NullEnum
func (*ApplicationConfiguration_OutputType) MergeOutputTypeEnum ¶
func (t *ApplicationConfiguration_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
MergeOutputTypeEnum performs a merge with any union data inside the ApplicationConfiguration_OutputType, using the provided OutputTypeEnum
func (*ApplicationConfiguration_OutputType) UnmarshalJSON ¶
func (t *ApplicationConfiguration_OutputType) UnmarshalJSON(b []byte) error
type ApplicationConfiguration_SkipArchiveFile ¶
type ApplicationConfiguration_SkipArchiveFile struct {
// contains filtered or unexported fields
}
ApplicationConfiguration_SkipArchiveFile defines model for ApplicationConfiguration.SkipArchiveFile.
func (ApplicationConfiguration_SkipArchiveFile) AsBlankEnum ¶
func (t ApplicationConfiguration_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfiguration_SkipArchiveFile as a BlankEnum
func (ApplicationConfiguration_SkipArchiveFile) AsNullEnum ¶
func (t ApplicationConfiguration_SkipArchiveFile) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfiguration_SkipArchiveFile as a NullEnum
func (ApplicationConfiguration_SkipArchiveFile) AsSkipArchiveFileEnum ¶
func (t ApplicationConfiguration_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
AsSkipArchiveFileEnum returns the union data inside the ApplicationConfiguration_SkipArchiveFile as a SkipArchiveFileEnum
func (*ApplicationConfiguration_SkipArchiveFile) FromBlankEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfiguration_SkipArchiveFile as the provided BlankEnum
func (*ApplicationConfiguration_SkipArchiveFile) FromNullEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfiguration_SkipArchiveFile as the provided NullEnum
func (*ApplicationConfiguration_SkipArchiveFile) FromSkipArchiveFileEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
FromSkipArchiveFileEnum overwrites any union data inside the ApplicationConfiguration_SkipArchiveFile as the provided SkipArchiveFileEnum
func (ApplicationConfiguration_SkipArchiveFile) MarshalJSON ¶
func (t ApplicationConfiguration_SkipArchiveFile) MarshalJSON() ([]byte, error)
func (*ApplicationConfiguration_SkipArchiveFile) MergeBlankEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfiguration_SkipArchiveFile, using the provided BlankEnum
func (*ApplicationConfiguration_SkipArchiveFile) MergeNullEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfiguration_SkipArchiveFile, using the provided NullEnum
func (*ApplicationConfiguration_SkipArchiveFile) MergeSkipArchiveFileEnum ¶
func (t *ApplicationConfiguration_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
MergeSkipArchiveFileEnum performs a merge with any union data inside the ApplicationConfiguration_SkipArchiveFile, using the provided SkipArchiveFileEnum
func (*ApplicationConfiguration_SkipArchiveFile) UnmarshalJSON ¶
func (t *ApplicationConfiguration_SkipArchiveFile) UnmarshalJSON(b []byte) error
type ApplicationConfiguration_UnpaperClean ¶
type ApplicationConfiguration_UnpaperClean struct {
// contains filtered or unexported fields
}
ApplicationConfiguration_UnpaperClean defines model for ApplicationConfiguration.UnpaperClean.
func (ApplicationConfiguration_UnpaperClean) AsBlankEnum ¶
func (t ApplicationConfiguration_UnpaperClean) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the ApplicationConfiguration_UnpaperClean as a BlankEnum
func (ApplicationConfiguration_UnpaperClean) AsNullEnum ¶
func (t ApplicationConfiguration_UnpaperClean) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the ApplicationConfiguration_UnpaperClean as a NullEnum
func (ApplicationConfiguration_UnpaperClean) AsUnpaperCleanEnum ¶
func (t ApplicationConfiguration_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
AsUnpaperCleanEnum returns the union data inside the ApplicationConfiguration_UnpaperClean as a UnpaperCleanEnum
func (*ApplicationConfiguration_UnpaperClean) FromBlankEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the ApplicationConfiguration_UnpaperClean as the provided BlankEnum
func (*ApplicationConfiguration_UnpaperClean) FromNullEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the ApplicationConfiguration_UnpaperClean as the provided NullEnum
func (*ApplicationConfiguration_UnpaperClean) FromUnpaperCleanEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
FromUnpaperCleanEnum overwrites any union data inside the ApplicationConfiguration_UnpaperClean as the provided UnpaperCleanEnum
func (ApplicationConfiguration_UnpaperClean) MarshalJSON ¶
func (t ApplicationConfiguration_UnpaperClean) MarshalJSON() ([]byte, error)
func (*ApplicationConfiguration_UnpaperClean) MergeBlankEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the ApplicationConfiguration_UnpaperClean, using the provided BlankEnum
func (*ApplicationConfiguration_UnpaperClean) MergeNullEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the ApplicationConfiguration_UnpaperClean, using the provided NullEnum
func (*ApplicationConfiguration_UnpaperClean) MergeUnpaperCleanEnum ¶
func (t *ApplicationConfiguration_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
MergeUnpaperCleanEnum performs a merge with any union data inside the ApplicationConfiguration_UnpaperClean, using the provided UnpaperCleanEnum
func (*ApplicationConfiguration_UnpaperClean) UnmarshalJSON ¶
func (t *ApplicationConfiguration_UnpaperClean) UnmarshalJSON(b []byte) error
type AssignCorrespondentFromEnum ¶
type AssignCorrespondentFromEnum int
AssignCorrespondentFromEnum * `1` - Do not assign a correspondent * `2` - Use mail address * `3` - Use name (or mail address if not available) * `4` - Use correspondent selected below
const ( AssignCorrespondentFromEnumN1 AssignCorrespondentFromEnum = 1 AssignCorrespondentFromEnumN2 AssignCorrespondentFromEnum = 2 AssignCorrespondentFromEnumN3 AssignCorrespondentFromEnum = 3 AssignCorrespondentFromEnumN4 AssignCorrespondentFromEnum = 4 )
Defines values for AssignCorrespondentFromEnum.
func (AssignCorrespondentFromEnum) Valid ¶
func (e AssignCorrespondentFromEnum) Valid() bool
Valid indicates whether the value is a known member of the AssignCorrespondentFromEnum enum.
type AssignTitleFromEnum ¶
type AssignTitleFromEnum int
AssignTitleFromEnum * `1` - Use subject as title * `2` - Use attachment filename as title * `3` - Do not assign title from rule
const ( AssignTitleFromEnumN1 AssignTitleFromEnum = 1 AssignTitleFromEnumN2 AssignTitleFromEnum = 2 AssignTitleFromEnumN3 AssignTitleFromEnum = 3 )
Defines values for AssignTitleFromEnum.
func (AssignTitleFromEnum) Valid ¶
func (e AssignTitleFromEnum) Valid() bool
Valid indicates whether the value is a known member of the AssignTitleFromEnum enum.
type AttachmentTypeEnum ¶
type AttachmentTypeEnum int
AttachmentTypeEnum * `1` - Only process attachments. * `2` - Process all files, including 'inline' attachments.
const ( AttachmentTypeEnumN1 AttachmentTypeEnum = 1 AttachmentTypeEnumN2 AttachmentTypeEnum = 2 )
Defines values for AttachmentTypeEnum.
func (AttachmentTypeEnum) Valid ¶
func (e AttachmentTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the AttachmentTypeEnum enum.
type BasicUser ¶
type BasicUser struct {
FirstName *string `json:"first_name,omitempty"`
Id *int `json:"id,omitempty"`
LastName *string `json:"last_name,omitempty"`
// Username Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Username string `json:"username"`
}
BasicUser defines model for BasicUser.
type BulkDownload ¶
type BulkDownload struct {
Compression *CompressionEnum `json:"compression,omitempty"`
Content *ContentEnum `json:"content,omitempty"`
FollowFormatting *bool `json:"follow_formatting,omitempty"`
}
BulkDownload defines model for BulkDownload.
type BulkDownloadRequest ¶
type BulkDownloadRequest struct {
Compression *CompressionEnum `json:"compression,omitempty"`
Content *ContentEnum `json:"content,omitempty"`
Documents *[]int `json:"documents,omitempty"`
FollowFormatting *bool `json:"follow_formatting,omitempty"`
}
BulkDownloadRequest defines model for BulkDownloadRequest.
type BulkEditDocumentsResult ¶
type BulkEditDocumentsResult struct {
Result string `json:"result"`
}
BulkEditDocumentsResult defines model for BulkEditDocumentsResult.
type BulkEditJSONRequestBody ¶
type BulkEditJSONRequestBody = BulkEditRequest
BulkEditJSONRequestBody defines body for BulkEdit for application/json ContentType.
type BulkEditObjectsJSONRequestBody ¶
type BulkEditObjectsJSONRequestBody = BulkEditObjectsRequest
BulkEditObjectsJSONRequestBody defines body for BulkEditObjects for application/json ContentType.
type BulkEditObjectsRequest ¶
type BulkEditObjectsRequest struct {
Merge *bool `json:"merge,omitempty"`
ObjectType *ObjectTypeEnum `json:"object_type,omitempty"`
Objects *[]int `json:"objects,omitempty"`
Operation *OperationEnum `json:"operation,omitempty"`
Owner *int `json:"owner,omitempty"`
Permissions *map[string]interface{} `json:"permissions,omitempty"`
}
BulkEditObjectsRequest defines model for BulkEditObjectsRequest.
type BulkEditObjectsResponse ¶
type BulkEditObjectsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BulkEditResult
}
func ParseBulkEditObjectsResponse ¶
func ParseBulkEditObjectsResponse(rsp *http.Response) (*BulkEditObjectsResponse, error)
ParseBulkEditObjectsResponse parses an HTTP response from a BulkEditObjectsWithResponse call
func (BulkEditObjectsResponse) ContentType ¶
func (r BulkEditObjectsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (BulkEditObjectsResponse) Status ¶
func (r BulkEditObjectsResponse) Status() string
Status returns HTTPResponse.Status
func (BulkEditObjectsResponse) StatusCode ¶
func (r BulkEditObjectsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkEditRequest ¶
type BulkEditRequest struct {
Documents *[]int `json:"documents,omitempty"`
Method *MethodEnum `json:"method,omitempty"`
Parameters *map[string]interface{} `json:"parameters,omitempty"`
}
BulkEditRequest defines model for BulkEditRequest.
type BulkEditResponse ¶
type BulkEditResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BulkEditDocumentsResult
}
func ParseBulkEditResponse ¶
func ParseBulkEditResponse(rsp *http.Response) (*BulkEditResponse, error)
ParseBulkEditResponse parses an HTTP response from a BulkEditWithResponse call
func (BulkEditResponse) ContentType ¶
func (r BulkEditResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (BulkEditResponse) Status ¶
func (r BulkEditResponse) Status() string
Status returns HTTPResponse.Status
func (BulkEditResponse) StatusCode ¶
func (r BulkEditResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type BulkEditResult ¶
type BulkEditResult struct {
Result string `json:"result"`
}
BulkEditResult defines model for BulkEditResult.
type Classifier ¶
type Classifier struct {
Error string `json:"error"`
LastTrained time.Time `json:"last_trained"`
Status string `json:"status"`
}
Classifier defines model for Classifier.
type Client ¶
type Client struct {
// The endpoint of the server conforming to this interface, with scheme,
// https://api.deepmap.com for example. This can contain a path relative
// to the server, such as https://api.deepmap.com/dev-test, and all the
// paths in the swagger spec will be appended to the server.
Server string
// Doer for performing requests, typically a *http.Client with any
// customized settings, such as certificate chains.
Client HttpRequestDoer
// A list of callbacks for modifying requests which are generated before sending over
// the network.
RequestEditors []RequestEditorFn
}
Client which conforms to the OpenAPI3 specification for this service.
func NewClient ¶
func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
func (*Client) AcknowledgeTasks ¶
func (c *Client) AcknowledgeTasks(ctx context.Context, params *AcknowledgeTasksParams, body AcknowledgeTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) AcknowledgeTasksWithBody ¶
func (*Client) BulkEdit ¶
func (c *Client) BulkEdit(ctx context.Context, body BulkEditJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) BulkEditObjects ¶
func (c *Client) BulkEditObjects(ctx context.Context, body BulkEditObjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) BulkEditObjectsWithBody ¶
func (*Client) BulkEditWithBody ¶
func (*Client) ConfigDestroy ¶
func (*Client) ConfigList ¶
func (*Client) ConfigPartialUpdate ¶
func (c *Client) ConfigPartialUpdate(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ConfigPartialUpdateWithBody ¶
func (*Client) ConfigPartialUpdateWithFormdataBody ¶
func (c *Client) ConfigPartialUpdateWithFormdataBody(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ConfigRetrieve ¶
func (*Client) ConfigUpdate ¶
func (c *Client) ConfigUpdate(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ConfigUpdateWithBody ¶
func (*Client) ConfigUpdateWithFormdataBody ¶
func (c *Client) ConfigUpdateWithFormdataBody(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsCreate ¶
func (c *Client) CorrespondentsCreate(ctx context.Context, body CorrespondentsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsCreateWithBody ¶
func (*Client) CorrespondentsCreateWithFormdataBody ¶
func (c *Client) CorrespondentsCreateWithFormdataBody(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsDestroy ¶
func (*Client) CorrespondentsList ¶
func (c *Client) CorrespondentsList(ctx context.Context, params *CorrespondentsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsPartialUpdate ¶
func (c *Client) CorrespondentsPartialUpdate(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsPartialUpdateWithBody ¶
func (*Client) CorrespondentsPartialUpdateWithFormdataBody ¶
func (c *Client) CorrespondentsPartialUpdateWithFormdataBody(ctx context.Context, id int, body CorrespondentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsRetrieve ¶
func (c *Client) CorrespondentsRetrieve(ctx context.Context, id int, params *CorrespondentsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsUpdate ¶
func (c *Client) CorrespondentsUpdate(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CorrespondentsUpdateWithBody ¶
func (*Client) CorrespondentsUpdateWithFormdataBody ¶
func (c *Client) CorrespondentsUpdateWithFormdataBody(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsCreate ¶
func (c *Client) CustomFieldsCreate(ctx context.Context, body CustomFieldsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsCreateWithBody ¶
func (*Client) CustomFieldsCreateWithFormdataBody ¶
func (c *Client) CustomFieldsCreateWithFormdataBody(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsDestroy ¶
func (*Client) CustomFieldsList ¶
func (c *Client) CustomFieldsList(ctx context.Context, params *CustomFieldsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsPartialUpdate ¶
func (c *Client) CustomFieldsPartialUpdate(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsPartialUpdateWithBody ¶
func (*Client) CustomFieldsPartialUpdateWithFormdataBody ¶
func (c *Client) CustomFieldsPartialUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsRetrieve ¶
func (*Client) CustomFieldsUpdate ¶
func (c *Client) CustomFieldsUpdate(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) CustomFieldsUpdateWithBody ¶
func (*Client) CustomFieldsUpdateWithFormdataBody ¶
func (c *Client) CustomFieldsUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentShareLinks ¶
func (*Client) DocumentTypesCreate ¶
func (c *Client) DocumentTypesCreate(ctx context.Context, body DocumentTypesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesCreateWithBody ¶
func (*Client) DocumentTypesCreateWithFormdataBody ¶
func (c *Client) DocumentTypesCreateWithFormdataBody(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesDestroy ¶
func (*Client) DocumentTypesList ¶
func (c *Client) DocumentTypesList(ctx context.Context, params *DocumentTypesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesPartialUpdate ¶
func (c *Client) DocumentTypesPartialUpdate(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesPartialUpdateWithBody ¶
func (*Client) DocumentTypesPartialUpdateWithFormdataBody ¶
func (c *Client) DocumentTypesPartialUpdateWithFormdataBody(ctx context.Context, id int, body DocumentTypesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesRetrieve ¶
func (c *Client) DocumentTypesRetrieve(ctx context.Context, id int, params *DocumentTypesRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesUpdate ¶
func (c *Client) DocumentTypesUpdate(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentTypesUpdateWithBody ¶
func (*Client) DocumentTypesUpdateWithFormdataBody ¶
func (c *Client) DocumentTypesUpdateWithFormdataBody(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsBulkDownloadCreate ¶
func (c *Client) DocumentsBulkDownloadCreate(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsBulkDownloadCreateWithBody ¶
func (*Client) DocumentsDestroy ¶
func (*Client) DocumentsDownloadRetrieve ¶
func (c *Client) DocumentsDownloadRetrieve(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsEmailCreate ¶
func (c *Client) DocumentsEmailCreate(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsEmailCreateWithBody ¶
func (*Client) DocumentsEmailCreateWithFormdataBody ¶
func (c *Client) DocumentsEmailCreateWithFormdataBody(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsHistoryList ¶
func (c *Client) DocumentsHistoryList(ctx context.Context, id int, params *DocumentsHistoryListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsList ¶
func (c *Client) DocumentsList(ctx context.Context, params *DocumentsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsMetadataRetrieve ¶
func (*Client) DocumentsNextAsnRetrieve ¶
func (*Client) DocumentsNotesCreate ¶
func (c *Client) DocumentsNotesCreate(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsNotesCreateWithBody ¶
func (*Client) DocumentsNotesCreateWithFormdataBody ¶
func (c *Client) DocumentsNotesCreateWithFormdataBody(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsNotesDestroy ¶
func (c *Client) DocumentsNotesDestroy(ctx context.Context, id int, params *DocumentsNotesDestroyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsNotesList ¶
func (c *Client) DocumentsNotesList(ctx context.Context, id int, params *DocumentsNotesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsPartialUpdate ¶
func (c *Client) DocumentsPartialUpdate(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsPartialUpdateWithBody ¶
func (*Client) DocumentsPartialUpdateWithFormdataBody ¶
func (c *Client) DocumentsPartialUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsPostDocumentCreateWithBody ¶
func (*Client) DocumentsPreviewRetrieve ¶
func (*Client) DocumentsRetrieve ¶
func (c *Client) DocumentsRetrieve(ctx context.Context, id int, params *DocumentsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsSelectionDataCreate ¶
func (c *Client) DocumentsSelectionDataCreate(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsSelectionDataCreateWithBody ¶
func (*Client) DocumentsSuggestionsRetrieve ¶
func (*Client) DocumentsThumbRetrieve ¶
func (*Client) DocumentsUpdate ¶
func (c *Client) DocumentsUpdate(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) DocumentsUpdateWithBody ¶
func (*Client) DocumentsUpdateWithFormdataBody ¶
func (c *Client) DocumentsUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EmailDocuments ¶
func (c *Client) EmailDocuments(ctx context.Context, body EmailDocumentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) EmailDocumentsWithBody ¶
func (*Client) EmailDocumentsWithFormdataBody ¶
func (c *Client) EmailDocumentsWithFormdataBody(ctx context.Context, body EmailDocumentsFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsCreate ¶
func (c *Client) GroupsCreate(ctx context.Context, body GroupsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsCreateWithBody ¶
func (*Client) GroupsCreateWithFormdataBody ¶
func (c *Client) GroupsCreateWithFormdataBody(ctx context.Context, body GroupsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsDestroy ¶
func (*Client) GroupsList ¶
func (c *Client) GroupsList(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsPartialUpdate ¶
func (c *Client) GroupsPartialUpdate(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsPartialUpdateWithBody ¶
func (*Client) GroupsPartialUpdateWithFormdataBody ¶
func (c *Client) GroupsPartialUpdateWithFormdataBody(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsRetrieve ¶
func (*Client) GroupsUpdate ¶
func (c *Client) GroupsUpdate(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) GroupsUpdateWithBody ¶
func (*Client) GroupsUpdateWithFormdataBody ¶
func (c *Client) GroupsUpdateWithFormdataBody(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountProcess ¶
func (c *Client) MailAccountProcess(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountProcessWithBody ¶
func (*Client) MailAccountProcessWithFormdataBody ¶
func (c *Client) MailAccountProcessWithFormdataBody(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountTest ¶
func (c *Client) MailAccountTest(ctx context.Context, body MailAccountTestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountTestWithBody ¶
func (*Client) MailAccountTestWithFormdataBody ¶
func (c *Client) MailAccountTestWithFormdataBody(ctx context.Context, body MailAccountTestFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsCreate ¶
func (c *Client) MailAccountsCreate(ctx context.Context, body MailAccountsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsCreateWithBody ¶
func (*Client) MailAccountsCreateWithFormdataBody ¶
func (c *Client) MailAccountsCreateWithFormdataBody(ctx context.Context, body MailAccountsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsDestroy ¶
func (*Client) MailAccountsList ¶
func (c *Client) MailAccountsList(ctx context.Context, params *MailAccountsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsPartialUpdate ¶
func (c *Client) MailAccountsPartialUpdate(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsPartialUpdateWithBody ¶
func (*Client) MailAccountsPartialUpdateWithFormdataBody ¶
func (c *Client) MailAccountsPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsRetrieve ¶
func (*Client) MailAccountsUpdate ¶
func (c *Client) MailAccountsUpdate(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailAccountsUpdateWithBody ¶
func (*Client) MailAccountsUpdateWithFormdataBody ¶
func (c *Client) MailAccountsUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesCreate ¶
func (c *Client) MailRulesCreate(ctx context.Context, body MailRulesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesCreateWithBody ¶
func (*Client) MailRulesCreateWithFormdataBody ¶
func (c *Client) MailRulesCreateWithFormdataBody(ctx context.Context, body MailRulesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesDestroy ¶
func (*Client) MailRulesList ¶
func (c *Client) MailRulesList(ctx context.Context, params *MailRulesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesPartialUpdate ¶
func (c *Client) MailRulesPartialUpdate(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesPartialUpdateWithBody ¶
func (*Client) MailRulesPartialUpdateWithFormdataBody ¶
func (c *Client) MailRulesPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesRetrieve ¶
func (*Client) MailRulesUpdate ¶
func (c *Client) MailRulesUpdate(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) MailRulesUpdateWithBody ¶
func (*Client) MailRulesUpdateWithFormdataBody ¶
func (c *Client) MailRulesUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) OauthCallbackRetrieve ¶
func (*Client) ProcessedMailBulkDeleteCreate ¶
func (c *Client) ProcessedMailBulkDeleteCreate(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProcessedMailBulkDeleteCreateWithBody ¶
func (*Client) ProcessedMailBulkDeleteCreateWithFormdataBody ¶
func (c *Client) ProcessedMailBulkDeleteCreateWithFormdataBody(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProcessedMailList ¶
func (c *Client) ProcessedMailList(ctx context.Context, params *ProcessedMailListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProcessedMailRetrieve ¶
func (*Client) ProfileDisconnectSocialAccountCreate ¶
func (c *Client) ProfileDisconnectSocialAccountCreate(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProfileDisconnectSocialAccountCreateWithBody ¶
func (*Client) ProfileGenerateAuthTokenCreate ¶
func (*Client) ProfilePartialUpdate ¶
func (c *Client) ProfilePartialUpdate(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProfilePartialUpdateWithBody ¶
func (*Client) ProfilePartialUpdateWithFormdataBody ¶
func (c *Client) ProfilePartialUpdateWithFormdataBody(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProfileRetrieve ¶
func (*Client) ProfileSocialAccountProvidersRetrieve ¶
func (*Client) ProfileTotpCreate ¶
func (c *Client) ProfileTotpCreate(ctx context.Context, body ProfileTotpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ProfileTotpCreateWithBody ¶
func (*Client) ProfileTotpDestroy ¶
func (*Client) ProfileTotpRetrieve ¶
func (*Client) RemoteVersionRetrieve ¶
func (*Client) RetrieveLog ¶
func (c *Client) RetrieveLog(ctx context.Context, id string, params *RetrieveLogParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsCreate ¶
func (c *Client) SavedViewsCreate(ctx context.Context, body SavedViewsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsCreateWithBody ¶
func (*Client) SavedViewsCreateWithFormdataBody ¶
func (c *Client) SavedViewsCreateWithFormdataBody(ctx context.Context, body SavedViewsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsDestroy ¶
func (*Client) SavedViewsList ¶
func (c *Client) SavedViewsList(ctx context.Context, params *SavedViewsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsPartialUpdate ¶
func (c *Client) SavedViewsPartialUpdate(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsPartialUpdateWithBody ¶
func (*Client) SavedViewsPartialUpdateWithFormdataBody ¶
func (c *Client) SavedViewsPartialUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsRetrieve ¶
func (*Client) SavedViewsUpdate ¶
func (c *Client) SavedViewsUpdate(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SavedViewsUpdateWithBody ¶
func (*Client) SavedViewsUpdateWithFormdataBody ¶
func (c *Client) SavedViewsUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SearchAutocompleteList ¶
func (c *Client) SearchAutocompleteList(ctx context.Context, params *SearchAutocompleteListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) SearchRetrieve ¶
func (c *Client) SearchRetrieve(ctx context.Context, params *SearchRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ShareLinksCreate ¶
func (c *Client) ShareLinksCreate(ctx context.Context, body ShareLinksCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ShareLinksCreateWithBody ¶
func (*Client) ShareLinksCreateWithFormdataBody ¶
func (c *Client) ShareLinksCreateWithFormdataBody(ctx context.Context, body ShareLinksCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ShareLinksDestroy ¶
func (*Client) ShareLinksList ¶
func (c *Client) ShareLinksList(ctx context.Context, params *ShareLinksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) ShareLinksRetrieve ¶
func (*Client) StatisticsRetrieve ¶
func (*Client) StatusRetrieve ¶
func (*Client) StoragePathsCreate ¶
func (c *Client) StoragePathsCreate(ctx context.Context, body StoragePathsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsCreateWithBody ¶
func (*Client) StoragePathsCreateWithFormdataBody ¶
func (c *Client) StoragePathsCreateWithFormdataBody(ctx context.Context, body StoragePathsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsDestroy ¶
func (*Client) StoragePathsList ¶
func (c *Client) StoragePathsList(ctx context.Context, params *StoragePathsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsPartialUpdate ¶
func (c *Client) StoragePathsPartialUpdate(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsPartialUpdateWithBody ¶
func (*Client) StoragePathsPartialUpdateWithFormdataBody ¶
func (c *Client) StoragePathsPartialUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsRetrieve ¶
func (c *Client) StoragePathsRetrieve(ctx context.Context, id int, params *StoragePathsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsTestCreate ¶
func (c *Client) StoragePathsTestCreate(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsTestCreateWithBody ¶
func (*Client) StoragePathsTestCreateWithFormdataBody ¶
func (c *Client) StoragePathsTestCreateWithFormdataBody(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsUpdate ¶
func (c *Client) StoragePathsUpdate(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) StoragePathsUpdateWithBody ¶
func (*Client) StoragePathsUpdateWithFormdataBody ¶
func (c *Client) StoragePathsUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsCreate ¶
func (c *Client) TagsCreate(ctx context.Context, body TagsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsCreateWithBody ¶
func (*Client) TagsCreateWithFormdataBody ¶
func (c *Client) TagsCreateWithFormdataBody(ctx context.Context, body TagsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsDestroy ¶
func (*Client) TagsList ¶
func (c *Client) TagsList(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsPartialUpdate ¶
func (c *Client) TagsPartialUpdate(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsPartialUpdateWithBody ¶
func (*Client) TagsPartialUpdateWithFormdataBody ¶
func (c *Client) TagsPartialUpdateWithFormdataBody(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsRetrieve ¶
func (c *Client) TagsRetrieve(ctx context.Context, id int, params *TagsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsUpdate ¶
func (c *Client) TagsUpdate(ctx context.Context, id int, body TagsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TagsUpdateWithBody ¶
func (*Client) TagsUpdateWithFormdataBody ¶
func (c *Client) TagsUpdateWithFormdataBody(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TasksList ¶
func (c *Client) TasksList(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TasksRetrieve ¶
func (c *Client) TasksRetrieve(ctx context.Context, id int, params *TasksRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TasksRunCreate ¶
func (c *Client) TasksRunCreate(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TasksRunCreateWithBody ¶
func (*Client) TasksRunCreateWithFormdataBody ¶
func (c *Client) TasksRunCreateWithFormdataBody(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TokenCreate ¶
func (c *Client) TokenCreate(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TokenCreateWithBody ¶
func (*Client) TokenCreateWithFormdataBody ¶
func (c *Client) TokenCreateWithFormdataBody(ctx context.Context, body TokenCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrashCreate ¶
func (c *Client) TrashCreate(ctx context.Context, body TrashCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrashCreateWithBody ¶
func (*Client) TrashCreateWithFormdataBody ¶
func (c *Client) TrashCreateWithFormdataBody(ctx context.Context, body TrashCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) TrashList ¶
func (c *Client) TrashList(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UiSettingsCreate ¶
func (c *Client) UiSettingsCreate(ctx context.Context, body UiSettingsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UiSettingsCreateWithBody ¶
func (*Client) UiSettingsCreateWithFormdataBody ¶
func (c *Client) UiSettingsCreateWithFormdataBody(ctx context.Context, body UiSettingsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UiSettingsRetrieve ¶
func (*Client) UsersCreate ¶
func (c *Client) UsersCreate(ctx context.Context, body UsersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersCreateWithBody ¶
func (*Client) UsersCreateWithFormdataBody ¶
func (c *Client) UsersCreateWithFormdataBody(ctx context.Context, body UsersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersDeactivateTotpCreate ¶
func (*Client) UsersDestroy ¶
func (*Client) UsersList ¶
func (c *Client) UsersList(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersPartialUpdate ¶
func (c *Client) UsersPartialUpdate(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersPartialUpdateWithBody ¶
func (*Client) UsersPartialUpdateWithFormdataBody ¶
func (c *Client) UsersPartialUpdateWithFormdataBody(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersRetrieve ¶
func (*Client) UsersUpdate ¶
func (c *Client) UsersUpdate(ctx context.Context, id int, body UsersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) UsersUpdateWithBody ¶
func (*Client) UsersUpdateWithFormdataBody ¶
func (c *Client) UsersUpdateWithFormdataBody(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsCreate ¶
func (c *Client) WorkflowActionsCreate(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsCreateWithBody ¶
func (*Client) WorkflowActionsCreateWithFormdataBody ¶
func (c *Client) WorkflowActionsCreateWithFormdataBody(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsDestroy ¶
func (*Client) WorkflowActionsList ¶
func (c *Client) WorkflowActionsList(ctx context.Context, params *WorkflowActionsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsPartialUpdate ¶
func (c *Client) WorkflowActionsPartialUpdate(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsPartialUpdateWithBody ¶
func (*Client) WorkflowActionsPartialUpdateWithFormdataBody ¶
func (c *Client) WorkflowActionsPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowActionsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsRetrieve ¶
func (*Client) WorkflowActionsUpdate ¶
func (c *Client) WorkflowActionsUpdate(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowActionsUpdateWithBody ¶
func (*Client) WorkflowActionsUpdateWithFormdataBody ¶
func (c *Client) WorkflowActionsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersCreate ¶
func (c *Client) WorkflowTriggersCreate(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersCreateWithBody ¶
func (*Client) WorkflowTriggersCreateWithFormdataBody ¶
func (c *Client) WorkflowTriggersCreateWithFormdataBody(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersDestroy ¶
func (*Client) WorkflowTriggersList ¶
func (c *Client) WorkflowTriggersList(ctx context.Context, params *WorkflowTriggersListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersPartialUpdate ¶
func (c *Client) WorkflowTriggersPartialUpdate(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersPartialUpdateWithBody ¶
func (*Client) WorkflowTriggersPartialUpdateWithFormdataBody ¶
func (c *Client) WorkflowTriggersPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersRetrieve ¶
func (*Client) WorkflowTriggersUpdate ¶
func (c *Client) WorkflowTriggersUpdate(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowTriggersUpdateWithBody ¶
func (*Client) WorkflowTriggersUpdateWithFormdataBody ¶
func (c *Client) WorkflowTriggersUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsCreate ¶
func (c *Client) WorkflowsCreate(ctx context.Context, body WorkflowsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsCreateWithBody ¶
func (*Client) WorkflowsCreateWithFormdataBody ¶
func (c *Client) WorkflowsCreateWithFormdataBody(ctx context.Context, body WorkflowsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsDestroy ¶
func (*Client) WorkflowsList ¶
func (c *Client) WorkflowsList(ctx context.Context, params *WorkflowsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsPartialUpdate ¶
func (c *Client) WorkflowsPartialUpdate(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsPartialUpdateWithBody ¶
func (*Client) WorkflowsPartialUpdateWithFormdataBody ¶
func (c *Client) WorkflowsPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsRetrieve ¶
func (*Client) WorkflowsUpdate ¶
func (c *Client) WorkflowsUpdate(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
func (*Client) WorkflowsUpdateWithBody ¶
func (*Client) WorkflowsUpdateWithFormdataBody ¶
func (c *Client) WorkflowsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
type ClientInterface ¶
type ClientInterface interface {
// BulkEditObjectsWithBody request with any body
BulkEditObjectsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkEditObjects(ctx context.Context, body BulkEditObjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ConfigList request
ConfigList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ConfigDestroy request
ConfigDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// ConfigRetrieve request
ConfigRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// ConfigPartialUpdateWithBody request with any body
ConfigPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ConfigPartialUpdate(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
ConfigPartialUpdateWithFormdataBody(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ConfigUpdateWithBody request with any body
ConfigUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ConfigUpdate(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
ConfigUpdateWithFormdataBody(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsList request
CorrespondentsList(ctx context.Context, params *CorrespondentsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsCreateWithBody request with any body
CorrespondentsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsCreate(ctx context.Context, body CorrespondentsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsCreateWithFormdataBody(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsDestroy request
CorrespondentsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsRetrieve request
CorrespondentsRetrieve(ctx context.Context, id int, params *CorrespondentsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsPartialUpdateWithBody request with any body
CorrespondentsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsPartialUpdate(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsPartialUpdateWithFormdataBody(ctx context.Context, id int, body CorrespondentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CorrespondentsUpdateWithBody request with any body
CorrespondentsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsUpdate(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CorrespondentsUpdateWithFormdataBody(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsList request
CustomFieldsList(ctx context.Context, params *CustomFieldsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsCreateWithBody request with any body
CustomFieldsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsCreate(ctx context.Context, body CustomFieldsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsCreateWithFormdataBody(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsDestroy request
CustomFieldsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsRetrieve request
CustomFieldsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsPartialUpdateWithBody request with any body
CustomFieldsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsPartialUpdate(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsPartialUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// CustomFieldsUpdateWithBody request with any body
CustomFieldsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsUpdate(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
CustomFieldsUpdateWithFormdataBody(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesList request
DocumentTypesList(ctx context.Context, params *DocumentTypesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesCreateWithBody request with any body
DocumentTypesCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesCreate(ctx context.Context, body DocumentTypesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesCreateWithFormdataBody(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesDestroy request
DocumentTypesDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesRetrieve request
DocumentTypesRetrieve(ctx context.Context, id int, params *DocumentTypesRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesPartialUpdateWithBody request with any body
DocumentTypesPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesPartialUpdate(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesPartialUpdateWithFormdataBody(ctx context.Context, id int, body DocumentTypesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentTypesUpdateWithBody request with any body
DocumentTypesUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesUpdate(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentTypesUpdateWithFormdataBody(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsList request
DocumentsList(ctx context.Context, params *DocumentsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsBulkDownloadCreateWithBody request with any body
DocumentsBulkDownloadCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsBulkDownloadCreate(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// BulkEditWithBody request with any body
BulkEditWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
BulkEdit(ctx context.Context, body BulkEditJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// EmailDocumentsWithBody request with any body
EmailDocumentsWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
EmailDocuments(ctx context.Context, body EmailDocumentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
EmailDocumentsWithFormdataBody(ctx context.Context, body EmailDocumentsFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsNextAsnRetrieve request
DocumentsNextAsnRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsPostDocumentCreateWithBody request with any body
DocumentsPostDocumentCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsSelectionDataCreateWithBody request with any body
DocumentsSelectionDataCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsSelectionDataCreate(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsDestroy request
DocumentsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsRetrieve request
DocumentsRetrieve(ctx context.Context, id int, params *DocumentsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsPartialUpdateWithBody request with any body
DocumentsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsPartialUpdate(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsPartialUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsUpdateWithBody request with any body
DocumentsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsUpdate(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsUpdateWithFormdataBody(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsDownloadRetrieve request
DocumentsDownloadRetrieve(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsEmailCreateWithBody request with any body
DocumentsEmailCreateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsEmailCreate(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsEmailCreateWithFormdataBody(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsHistoryList request
DocumentsHistoryList(ctx context.Context, id int, params *DocumentsHistoryListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsMetadataRetrieve request
DocumentsMetadataRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsNotesDestroy request
DocumentsNotesDestroy(ctx context.Context, id int, params *DocumentsNotesDestroyParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsNotesList request
DocumentsNotesList(ctx context.Context, id int, params *DocumentsNotesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsNotesCreateWithBody request with any body
DocumentsNotesCreateWithBody(ctx context.Context, id int, params *DocumentsNotesCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsNotesCreate(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentsNotesCreateWithFormdataBody(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsPreviewRetrieve request
DocumentsPreviewRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
DocumentShareLinks(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsSuggestionsRetrieve request
DocumentsSuggestionsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// DocumentsThumbRetrieve request
DocumentsThumbRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsList request
GroupsList(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsCreateWithBody request with any body
GroupsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsCreate(ctx context.Context, body GroupsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsCreateWithFormdataBody(ctx context.Context, body GroupsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsDestroy request
GroupsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsRetrieve request
GroupsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsPartialUpdateWithBody request with any body
GroupsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsPartialUpdate(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsPartialUpdateWithFormdataBody(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// GroupsUpdateWithBody request with any body
GroupsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsUpdate(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
GroupsUpdateWithFormdataBody(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// LogsList request
LogsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// RetrieveLog request
RetrieveLog(ctx context.Context, id string, params *RetrieveLogParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsList request
MailAccountsList(ctx context.Context, params *MailAccountsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsCreateWithBody request with any body
MailAccountsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsCreate(ctx context.Context, body MailAccountsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsCreateWithFormdataBody(ctx context.Context, body MailAccountsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountTestWithBody request with any body
MailAccountTestWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountTest(ctx context.Context, body MailAccountTestJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountTestWithFormdataBody(ctx context.Context, body MailAccountTestFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsDestroy request
MailAccountsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsRetrieve request
MailAccountsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsPartialUpdateWithBody request with any body
MailAccountsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsPartialUpdate(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountsUpdateWithBody request with any body
MailAccountsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsUpdate(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountsUpdateWithFormdataBody(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailAccountProcessWithBody request with any body
MailAccountProcessWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountProcess(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailAccountProcessWithFormdataBody(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesList request
MailRulesList(ctx context.Context, params *MailRulesListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesCreateWithBody request with any body
MailRulesCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesCreate(ctx context.Context, body MailRulesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesCreateWithFormdataBody(ctx context.Context, body MailRulesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesDestroy request
MailRulesDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesRetrieve request
MailRulesRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesPartialUpdateWithBody request with any body
MailRulesPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesPartialUpdate(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesPartialUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// MailRulesUpdateWithBody request with any body
MailRulesUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesUpdate(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
MailRulesUpdateWithFormdataBody(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// OauthCallbackRetrieve request
OauthCallbackRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProcessedMailList request
ProcessedMailList(ctx context.Context, params *ProcessedMailListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProcessedMailBulkDeleteCreateWithBody request with any body
ProcessedMailBulkDeleteCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ProcessedMailBulkDeleteCreate(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
ProcessedMailBulkDeleteCreateWithFormdataBody(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProcessedMailRetrieve request
ProcessedMailRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileRetrieve request
ProfileRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfilePartialUpdateWithBody request with any body
ProfilePartialUpdateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ProfilePartialUpdate(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
ProfilePartialUpdateWithFormdataBody(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileDisconnectSocialAccountCreateWithBody request with any body
ProfileDisconnectSocialAccountCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ProfileDisconnectSocialAccountCreate(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileGenerateAuthTokenCreate request
ProfileGenerateAuthTokenCreate(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileSocialAccountProvidersRetrieve request
ProfileSocialAccountProvidersRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileTotpDestroy request
ProfileTotpDestroy(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileTotpRetrieve request
ProfileTotpRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// ProfileTotpCreateWithBody request with any body
ProfileTotpCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ProfileTotpCreate(ctx context.Context, body ProfileTotpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// RemoteVersionRetrieve request
RemoteVersionRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsList request
SavedViewsList(ctx context.Context, params *SavedViewsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsCreateWithBody request with any body
SavedViewsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsCreate(ctx context.Context, body SavedViewsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsCreateWithFormdataBody(ctx context.Context, body SavedViewsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsDestroy request
SavedViewsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsRetrieve request
SavedViewsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsPartialUpdateWithBody request with any body
SavedViewsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsPartialUpdate(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsPartialUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// SavedViewsUpdateWithBody request with any body
SavedViewsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsUpdate(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
SavedViewsUpdateWithFormdataBody(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchRetrieve request
SearchRetrieve(ctx context.Context, params *SearchRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// SearchAutocompleteList request
SearchAutocompleteList(ctx context.Context, params *SearchAutocompleteListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
ShareLinksList(ctx context.Context, params *ShareLinksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
ShareLinksCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
ShareLinksDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
ShareLinksRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// StatisticsRetrieve request
StatisticsRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// StatusRetrieve request
StatusRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsList request
StoragePathsList(ctx context.Context, params *StoragePathsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsCreateWithBody request with any body
StoragePathsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsCreate(ctx context.Context, body StoragePathsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsCreateWithFormdataBody(ctx context.Context, body StoragePathsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsTestCreateWithBody request with any body
StoragePathsTestCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsTestCreate(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsTestCreateWithFormdataBody(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsDestroy request
StoragePathsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsRetrieve request
StoragePathsRetrieve(ctx context.Context, id int, params *StoragePathsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsPartialUpdateWithBody request with any body
StoragePathsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsPartialUpdate(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsPartialUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// StoragePathsUpdateWithBody request with any body
StoragePathsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsUpdate(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
StoragePathsUpdateWithFormdataBody(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsList request
TagsList(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsCreateWithBody request with any body
TagsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsCreate(ctx context.Context, body TagsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsCreateWithFormdataBody(ctx context.Context, body TagsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsDestroy request
TagsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsRetrieve request
TagsRetrieve(ctx context.Context, id int, params *TagsRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsPartialUpdateWithBody request with any body
TagsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsPartialUpdate(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsPartialUpdateWithFormdataBody(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TagsUpdateWithBody request with any body
TagsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsUpdate(ctx context.Context, id int, body TagsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TagsUpdateWithFormdataBody(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TasksList request
TasksList(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// AcknowledgeTasksWithBody request with any body
AcknowledgeTasksWithBody(ctx context.Context, params *AcknowledgeTasksParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
AcknowledgeTasks(ctx context.Context, params *AcknowledgeTasksParams, body AcknowledgeTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TasksRunCreateWithBody request with any body
TasksRunCreateWithBody(ctx context.Context, params *TasksRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TasksRunCreate(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TasksRunCreateWithFormdataBody(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TasksRetrieve request
TasksRetrieve(ctx context.Context, id int, params *TasksRetrieveParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TokenCreateWithBody request with any body
TokenCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TokenCreate(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TokenCreateWithFormdataBody(ctx context.Context, body TokenCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// TrashList request
TrashList(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// TrashCreateWithBody request with any body
TrashCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
TrashCreate(ctx context.Context, body TrashCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
TrashCreateWithFormdataBody(ctx context.Context, body TrashCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UiSettingsRetrieve request
UiSettingsRetrieve(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// UiSettingsCreateWithBody request with any body
UiSettingsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UiSettingsCreate(ctx context.Context, body UiSettingsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
UiSettingsCreateWithFormdataBody(ctx context.Context, body UiSettingsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersList request
UsersList(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersCreateWithBody request with any body
UsersCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersCreate(ctx context.Context, body UsersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersCreateWithFormdataBody(ctx context.Context, body UsersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersDestroy request
UsersDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersRetrieve request
UsersRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersPartialUpdateWithBody request with any body
UsersPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersPartialUpdate(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersPartialUpdateWithFormdataBody(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersUpdateWithBody request with any body
UsersUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersUpdate(ctx context.Context, id int, body UsersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
UsersUpdateWithFormdataBody(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// UsersDeactivateTotpCreate request
UsersDeactivateTotpCreate(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsList request
WorkflowActionsList(ctx context.Context, params *WorkflowActionsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsCreateWithBody request with any body
WorkflowActionsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsCreate(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsCreateWithFormdataBody(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsDestroy request
WorkflowActionsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsRetrieve request
WorkflowActionsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsPartialUpdateWithBody request with any body
WorkflowActionsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsPartialUpdate(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowActionsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowActionsUpdateWithBody request with any body
WorkflowActionsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsUpdate(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowActionsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersList request
WorkflowTriggersList(ctx context.Context, params *WorkflowTriggersListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersCreateWithBody request with any body
WorkflowTriggersCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersCreate(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersCreateWithFormdataBody(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersDestroy request
WorkflowTriggersDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersRetrieve request
WorkflowTriggersRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersPartialUpdateWithBody request with any body
WorkflowTriggersPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersPartialUpdate(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowTriggersUpdateWithBody request with any body
WorkflowTriggersUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersUpdate(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowTriggersUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsList request
WorkflowsList(ctx context.Context, params *WorkflowsListParams, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsCreateWithBody request with any body
WorkflowsCreateWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsCreate(ctx context.Context, body WorkflowsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsCreateWithFormdataBody(ctx context.Context, body WorkflowsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsDestroy request
WorkflowsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsRetrieve request
WorkflowsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsPartialUpdateWithBody request with any body
WorkflowsPartialUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsPartialUpdate(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsPartialUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
// WorkflowsUpdateWithBody request with any body
WorkflowsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsUpdate(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
WorkflowsUpdateWithFormdataBody(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
}
The interface specification for the client above.
type ClientOption ¶
ClientOption allows setting custom parameters during construction
func WithHTTPClient ¶
func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
func WithRequestEditorFn ¶
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) AcknowledgeTasksWithBodyWithResponse ¶
func (c *ClientWithResponses) AcknowledgeTasksWithBodyWithResponse(ctx context.Context, params *AcknowledgeTasksParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcknowledgeTasksResponse, error)
AcknowledgeTasksWithBodyWithResponse request with arbitrary body returning *AcknowledgeTasksResponse
func (*ClientWithResponses) AcknowledgeTasksWithResponse ¶
func (c *ClientWithResponses) AcknowledgeTasksWithResponse(ctx context.Context, params *AcknowledgeTasksParams, body AcknowledgeTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*AcknowledgeTasksResponse, error)
func (*ClientWithResponses) BulkEditObjectsWithBodyWithResponse ¶
func (c *ClientWithResponses) BulkEditObjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkEditObjectsResponse, error)
BulkEditObjectsWithBodyWithResponse request with arbitrary body returning *BulkEditObjectsResponse
func (*ClientWithResponses) BulkEditObjectsWithResponse ¶
func (c *ClientWithResponses) BulkEditObjectsWithResponse(ctx context.Context, body BulkEditObjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkEditObjectsResponse, error)
func (*ClientWithResponses) BulkEditWithBodyWithResponse ¶
func (c *ClientWithResponses) BulkEditWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkEditResponse, error)
BulkEditWithBodyWithResponse request with arbitrary body returning *BulkEditResponse
func (*ClientWithResponses) BulkEditWithResponse ¶
func (c *ClientWithResponses) BulkEditWithResponse(ctx context.Context, body BulkEditJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkEditResponse, error)
func (*ClientWithResponses) ConfigDestroyWithResponse ¶
func (c *ClientWithResponses) ConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigDestroyResponse, error)
ConfigDestroyWithResponse request returning *ConfigDestroyResponse
func (*ClientWithResponses) ConfigListWithResponse ¶
func (c *ClientWithResponses) ConfigListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConfigListResponse, error)
ConfigListWithResponse request returning *ConfigListResponse
func (*ClientWithResponses) ConfigPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) ConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
ConfigPartialUpdateWithBodyWithResponse request with arbitrary body returning *ConfigPartialUpdateResponse
func (*ClientWithResponses) ConfigPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) ConfigPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
func (*ClientWithResponses) ConfigPartialUpdateWithResponse ¶
func (c *ClientWithResponses) ConfigPartialUpdateWithResponse(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
func (*ClientWithResponses) ConfigRetrieveWithResponse ¶
func (c *ClientWithResponses) ConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigRetrieveResponse, error)
ConfigRetrieveWithResponse request returning *ConfigRetrieveResponse
func (*ClientWithResponses) ConfigUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) ConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
ConfigUpdateWithBodyWithResponse request with arbitrary body returning *ConfigUpdateResponse
func (*ClientWithResponses) ConfigUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) ConfigUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
func (*ClientWithResponses) ConfigUpdateWithResponse ¶
func (c *ClientWithResponses) ConfigUpdateWithResponse(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
func (*ClientWithResponses) CorrespondentsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
CorrespondentsCreateWithBodyWithResponse request with arbitrary body returning *CorrespondentsCreateResponse
func (*ClientWithResponses) CorrespondentsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsCreateWithFormdataBodyWithResponse(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
func (*ClientWithResponses) CorrespondentsCreateWithResponse ¶
func (c *ClientWithResponses) CorrespondentsCreateWithResponse(ctx context.Context, body CorrespondentsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
func (*ClientWithResponses) CorrespondentsDestroyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CorrespondentsDestroyResponse, error)
CorrespondentsDestroyWithResponse request returning *CorrespondentsDestroyResponse
func (*ClientWithResponses) CorrespondentsListWithResponse ¶
func (c *ClientWithResponses) CorrespondentsListWithResponse(ctx context.Context, params *CorrespondentsListParams, reqEditors ...RequestEditorFn) (*CorrespondentsListResponse, error)
CorrespondentsListWithResponse request returning *CorrespondentsListResponse
func (*ClientWithResponses) CorrespondentsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
CorrespondentsPartialUpdateWithBodyWithResponse request with arbitrary body returning *CorrespondentsPartialUpdateResponse
func (*ClientWithResponses) CorrespondentsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CorrespondentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
func (*ClientWithResponses) CorrespondentsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) CorrespondentsPartialUpdateWithResponse(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
func (*ClientWithResponses) CorrespondentsRetrieveWithResponse ¶
func (c *ClientWithResponses) CorrespondentsRetrieveWithResponse(ctx context.Context, id int, params *CorrespondentsRetrieveParams, reqEditors ...RequestEditorFn) (*CorrespondentsRetrieveResponse, error)
CorrespondentsRetrieveWithResponse request returning *CorrespondentsRetrieveResponse
func (*ClientWithResponses) CorrespondentsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
CorrespondentsUpdateWithBodyWithResponse request with arbitrary body returning *CorrespondentsUpdateResponse
func (*ClientWithResponses) CorrespondentsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CorrespondentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
func (*ClientWithResponses) CorrespondentsUpdateWithResponse ¶
func (c *ClientWithResponses) CorrespondentsUpdateWithResponse(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
func (*ClientWithResponses) CustomFieldsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
CustomFieldsCreateWithBodyWithResponse request with arbitrary body returning *CustomFieldsCreateResponse
func (*ClientWithResponses) CustomFieldsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsCreateWithFormdataBodyWithResponse(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
func (*ClientWithResponses) CustomFieldsCreateWithResponse ¶
func (c *ClientWithResponses) CustomFieldsCreateWithResponse(ctx context.Context, body CustomFieldsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
func (*ClientWithResponses) CustomFieldsDestroyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsDestroyResponse, error)
CustomFieldsDestroyWithResponse request returning *CustomFieldsDestroyResponse
func (*ClientWithResponses) CustomFieldsListWithResponse ¶
func (c *ClientWithResponses) CustomFieldsListWithResponse(ctx context.Context, params *CustomFieldsListParams, reqEditors ...RequestEditorFn) (*CustomFieldsListResponse, error)
CustomFieldsListWithResponse request returning *CustomFieldsListResponse
func (*ClientWithResponses) CustomFieldsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
CustomFieldsPartialUpdateWithBodyWithResponse request with arbitrary body returning *CustomFieldsPartialUpdateResponse
func (*ClientWithResponses) CustomFieldsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
func (*ClientWithResponses) CustomFieldsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) CustomFieldsPartialUpdateWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
func (*ClientWithResponses) CustomFieldsRetrieveWithResponse ¶
func (c *ClientWithResponses) CustomFieldsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsRetrieveResponse, error)
CustomFieldsRetrieveWithResponse request returning *CustomFieldsRetrieveResponse
func (*ClientWithResponses) CustomFieldsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
CustomFieldsUpdateWithBodyWithResponse request with arbitrary body returning *CustomFieldsUpdateResponse
func (*ClientWithResponses) CustomFieldsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) CustomFieldsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
func (*ClientWithResponses) CustomFieldsUpdateWithResponse ¶
func (c *ClientWithResponses) CustomFieldsUpdateWithResponse(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
func (*ClientWithResponses) DocumentShareLinksWithResponse ¶
func (c *ClientWithResponses) DocumentShareLinksWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DocumentShareLinksResponse, error)
DocumentShareLinksWithResponse request returning *DocumentShareLinksResponse
func (*ClientWithResponses) DocumentTypesCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
DocumentTypesCreateWithBodyWithResponse request with arbitrary body returning *DocumentTypesCreateResponse
func (*ClientWithResponses) DocumentTypesCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesCreateWithFormdataBodyWithResponse(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
func (*ClientWithResponses) DocumentTypesCreateWithResponse ¶
func (c *ClientWithResponses) DocumentTypesCreateWithResponse(ctx context.Context, body DocumentTypesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
func (*ClientWithResponses) DocumentTypesDestroyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentTypesDestroyResponse, error)
DocumentTypesDestroyWithResponse request returning *DocumentTypesDestroyResponse
func (*ClientWithResponses) DocumentTypesListWithResponse ¶
func (c *ClientWithResponses) DocumentTypesListWithResponse(ctx context.Context, params *DocumentTypesListParams, reqEditors ...RequestEditorFn) (*DocumentTypesListResponse, error)
DocumentTypesListWithResponse request returning *DocumentTypesListResponse
func (*ClientWithResponses) DocumentTypesPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
DocumentTypesPartialUpdateWithBodyWithResponse request with arbitrary body returning *DocumentTypesPartialUpdateResponse
func (*ClientWithResponses) DocumentTypesPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentTypesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
func (*ClientWithResponses) DocumentTypesPartialUpdateWithResponse ¶
func (c *ClientWithResponses) DocumentTypesPartialUpdateWithResponse(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
func (*ClientWithResponses) DocumentTypesRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentTypesRetrieveWithResponse(ctx context.Context, id int, params *DocumentTypesRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentTypesRetrieveResponse, error)
DocumentTypesRetrieveWithResponse request returning *DocumentTypesRetrieveResponse
func (*ClientWithResponses) DocumentTypesUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
DocumentTypesUpdateWithBodyWithResponse request with arbitrary body returning *DocumentTypesUpdateResponse
func (*ClientWithResponses) DocumentTypesUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentTypesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
func (*ClientWithResponses) DocumentTypesUpdateWithResponse ¶
func (c *ClientWithResponses) DocumentTypesUpdateWithResponse(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
func (*ClientWithResponses) DocumentsBulkDownloadCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsBulkDownloadCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsBulkDownloadCreateResponse, error)
DocumentsBulkDownloadCreateWithBodyWithResponse request with arbitrary body returning *DocumentsBulkDownloadCreateResponse
func (*ClientWithResponses) DocumentsBulkDownloadCreateWithResponse ¶
func (c *ClientWithResponses) DocumentsBulkDownloadCreateWithResponse(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsBulkDownloadCreateResponse, error)
func (*ClientWithResponses) DocumentsDestroyWithResponse ¶
func (c *ClientWithResponses) DocumentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsDestroyResponse, error)
DocumentsDestroyWithResponse request returning *DocumentsDestroyResponse
func (*ClientWithResponses) DocumentsDownloadRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsDownloadRetrieveWithResponse(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentsDownloadRetrieveResponse, error)
DocumentsDownloadRetrieveWithResponse request returning *DocumentsDownloadRetrieveResponse
func (*ClientWithResponses) DocumentsEmailCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsEmailCreateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
DocumentsEmailCreateWithBodyWithResponse request with arbitrary body returning *DocumentsEmailCreateResponse
func (*ClientWithResponses) DocumentsEmailCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsEmailCreateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
func (*ClientWithResponses) DocumentsEmailCreateWithResponse ¶
func (c *ClientWithResponses) DocumentsEmailCreateWithResponse(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
func (*ClientWithResponses) DocumentsHistoryListWithResponse ¶
func (c *ClientWithResponses) DocumentsHistoryListWithResponse(ctx context.Context, id int, params *DocumentsHistoryListParams, reqEditors ...RequestEditorFn) (*DocumentsHistoryListResponse, error)
DocumentsHistoryListWithResponse request returning *DocumentsHistoryListResponse
func (*ClientWithResponses) DocumentsListWithResponse ¶
func (c *ClientWithResponses) DocumentsListWithResponse(ctx context.Context, params *DocumentsListParams, reqEditors ...RequestEditorFn) (*DocumentsListResponse, error)
DocumentsListWithResponse request returning *DocumentsListResponse
func (*ClientWithResponses) DocumentsMetadataRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsMetadataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsMetadataRetrieveResponse, error)
DocumentsMetadataRetrieveWithResponse request returning *DocumentsMetadataRetrieveResponse
func (*ClientWithResponses) DocumentsNextAsnRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsNextAsnRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DocumentsNextAsnRetrieveResponse, error)
DocumentsNextAsnRetrieveWithResponse request returning *DocumentsNextAsnRetrieveResponse
func (*ClientWithResponses) DocumentsNotesCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsNotesCreateWithBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
DocumentsNotesCreateWithBodyWithResponse request with arbitrary body returning *DocumentsNotesCreateResponse
func (*ClientWithResponses) DocumentsNotesCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsNotesCreateWithFormdataBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
func (*ClientWithResponses) DocumentsNotesCreateWithResponse ¶
func (c *ClientWithResponses) DocumentsNotesCreateWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
func (*ClientWithResponses) DocumentsNotesDestroyWithResponse ¶
func (c *ClientWithResponses) DocumentsNotesDestroyWithResponse(ctx context.Context, id int, params *DocumentsNotesDestroyParams, reqEditors ...RequestEditorFn) (*DocumentsNotesDestroyResponse, error)
DocumentsNotesDestroyWithResponse request returning *DocumentsNotesDestroyResponse
func (*ClientWithResponses) DocumentsNotesListWithResponse ¶
func (c *ClientWithResponses) DocumentsNotesListWithResponse(ctx context.Context, id int, params *DocumentsNotesListParams, reqEditors ...RequestEditorFn) (*DocumentsNotesListResponse, error)
DocumentsNotesListWithResponse request returning *DocumentsNotesListResponse
func (*ClientWithResponses) DocumentsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
DocumentsPartialUpdateWithBodyWithResponse request with arbitrary body returning *DocumentsPartialUpdateResponse
func (*ClientWithResponses) DocumentsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
func (*ClientWithResponses) DocumentsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) DocumentsPartialUpdateWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
func (*ClientWithResponses) DocumentsPostDocumentCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsPostDocumentCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsPostDocumentCreateResponse, error)
DocumentsPostDocumentCreateWithBodyWithResponse request with arbitrary body returning *DocumentsPostDocumentCreateResponse
func (*ClientWithResponses) DocumentsPreviewRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsPreviewRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsPreviewRetrieveResponse, error)
DocumentsPreviewRetrieveWithResponse request returning *DocumentsPreviewRetrieveResponse
func (*ClientWithResponses) DocumentsRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsRetrieveWithResponse(ctx context.Context, id int, params *DocumentsRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentsRetrieveResponse, error)
DocumentsRetrieveWithResponse request returning *DocumentsRetrieveResponse
func (*ClientWithResponses) DocumentsSelectionDataCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsSelectionDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsSelectionDataCreateResponse, error)
DocumentsSelectionDataCreateWithBodyWithResponse request with arbitrary body returning *DocumentsSelectionDataCreateResponse
func (*ClientWithResponses) DocumentsSelectionDataCreateWithResponse ¶
func (c *ClientWithResponses) DocumentsSelectionDataCreateWithResponse(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsSelectionDataCreateResponse, error)
func (*ClientWithResponses) DocumentsSuggestionsRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsSuggestionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsSuggestionsRetrieveResponse, error)
DocumentsSuggestionsRetrieveWithResponse request returning *DocumentsSuggestionsRetrieveResponse
func (*ClientWithResponses) DocumentsThumbRetrieveWithResponse ¶
func (c *ClientWithResponses) DocumentsThumbRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsThumbRetrieveResponse, error)
DocumentsThumbRetrieveWithResponse request returning *DocumentsThumbRetrieveResponse
func (*ClientWithResponses) DocumentsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
DocumentsUpdateWithBodyWithResponse request with arbitrary body returning *DocumentsUpdateResponse
func (*ClientWithResponses) DocumentsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) DocumentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
func (*ClientWithResponses) DocumentsUpdateWithResponse ¶
func (c *ClientWithResponses) DocumentsUpdateWithResponse(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
func (*ClientWithResponses) EmailDocumentsWithBodyWithResponse ¶
func (c *ClientWithResponses) EmailDocumentsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
EmailDocumentsWithBodyWithResponse request with arbitrary body returning *EmailDocumentsResponse
func (*ClientWithResponses) EmailDocumentsWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) EmailDocumentsWithFormdataBodyWithResponse(ctx context.Context, body EmailDocumentsFormdataRequestBody, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
func (*ClientWithResponses) EmailDocumentsWithResponse ¶
func (c *ClientWithResponses) EmailDocumentsWithResponse(ctx context.Context, body EmailDocumentsJSONRequestBody, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
func (*ClientWithResponses) GroupsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) GroupsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
GroupsCreateWithBodyWithResponse request with arbitrary body returning *GroupsCreateResponse
func (*ClientWithResponses) GroupsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) GroupsCreateWithFormdataBodyWithResponse(ctx context.Context, body GroupsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
func (*ClientWithResponses) GroupsCreateWithResponse ¶
func (c *ClientWithResponses) GroupsCreateWithResponse(ctx context.Context, body GroupsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
func (*ClientWithResponses) GroupsDestroyWithResponse ¶
func (c *ClientWithResponses) GroupsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsDestroyResponse, error)
GroupsDestroyWithResponse request returning *GroupsDestroyResponse
func (*ClientWithResponses) GroupsListWithResponse ¶
func (c *ClientWithResponses) GroupsListWithResponse(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*GroupsListResponse, error)
GroupsListWithResponse request returning *GroupsListResponse
func (*ClientWithResponses) GroupsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) GroupsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
GroupsPartialUpdateWithBodyWithResponse request with arbitrary body returning *GroupsPartialUpdateResponse
func (*ClientWithResponses) GroupsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) GroupsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
func (*ClientWithResponses) GroupsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) GroupsPartialUpdateWithResponse(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
func (*ClientWithResponses) GroupsRetrieveWithResponse ¶
func (c *ClientWithResponses) GroupsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsRetrieveResponse, error)
GroupsRetrieveWithResponse request returning *GroupsRetrieveResponse
func (*ClientWithResponses) GroupsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) GroupsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
GroupsUpdateWithBodyWithResponse request with arbitrary body returning *GroupsUpdateResponse
func (*ClientWithResponses) GroupsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) GroupsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
func (*ClientWithResponses) GroupsUpdateWithResponse ¶
func (c *ClientWithResponses) GroupsUpdateWithResponse(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
func (*ClientWithResponses) LogsListWithResponse ¶
func (c *ClientWithResponses) LogsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogsListResponse, error)
LogsListWithResponse request returning *LogsListResponse
func (*ClientWithResponses) MailAccountProcessWithBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountProcessWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
MailAccountProcessWithBodyWithResponse request with arbitrary body returning *MailAccountProcessResponse
func (*ClientWithResponses) MailAccountProcessWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountProcessWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
func (*ClientWithResponses) MailAccountProcessWithResponse ¶
func (c *ClientWithResponses) MailAccountProcessWithResponse(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
func (*ClientWithResponses) MailAccountTestWithBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountTestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
MailAccountTestWithBodyWithResponse request with arbitrary body returning *MailAccountTestResponse
func (*ClientWithResponses) MailAccountTestWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountTestWithFormdataBodyWithResponse(ctx context.Context, body MailAccountTestFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
func (*ClientWithResponses) MailAccountTestWithResponse ¶
func (c *ClientWithResponses) MailAccountTestWithResponse(ctx context.Context, body MailAccountTestJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
func (*ClientWithResponses) MailAccountsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
MailAccountsCreateWithBodyWithResponse request with arbitrary body returning *MailAccountsCreateResponse
func (*ClientWithResponses) MailAccountsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsCreateWithFormdataBodyWithResponse(ctx context.Context, body MailAccountsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
func (*ClientWithResponses) MailAccountsCreateWithResponse ¶
func (c *ClientWithResponses) MailAccountsCreateWithResponse(ctx context.Context, body MailAccountsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
func (*ClientWithResponses) MailAccountsDestroyWithResponse ¶
func (c *ClientWithResponses) MailAccountsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsDestroyResponse, error)
MailAccountsDestroyWithResponse request returning *MailAccountsDestroyResponse
func (*ClientWithResponses) MailAccountsListWithResponse ¶
func (c *ClientWithResponses) MailAccountsListWithResponse(ctx context.Context, params *MailAccountsListParams, reqEditors ...RequestEditorFn) (*MailAccountsListResponse, error)
MailAccountsListWithResponse request returning *MailAccountsListResponse
func (*ClientWithResponses) MailAccountsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
MailAccountsPartialUpdateWithBodyWithResponse request with arbitrary body returning *MailAccountsPartialUpdateResponse
func (*ClientWithResponses) MailAccountsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
func (*ClientWithResponses) MailAccountsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) MailAccountsPartialUpdateWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
func (*ClientWithResponses) MailAccountsRetrieveWithResponse ¶
func (c *ClientWithResponses) MailAccountsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsRetrieveResponse, error)
MailAccountsRetrieveWithResponse request returning *MailAccountsRetrieveResponse
func (*ClientWithResponses) MailAccountsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
MailAccountsUpdateWithBodyWithResponse request with arbitrary body returning *MailAccountsUpdateResponse
func (*ClientWithResponses) MailAccountsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailAccountsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
func (*ClientWithResponses) MailAccountsUpdateWithResponse ¶
func (c *ClientWithResponses) MailAccountsUpdateWithResponse(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
func (*ClientWithResponses) MailRulesCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
MailRulesCreateWithBodyWithResponse request with arbitrary body returning *MailRulesCreateResponse
func (*ClientWithResponses) MailRulesCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesCreateWithFormdataBodyWithResponse(ctx context.Context, body MailRulesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
func (*ClientWithResponses) MailRulesCreateWithResponse ¶
func (c *ClientWithResponses) MailRulesCreateWithResponse(ctx context.Context, body MailRulesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
func (*ClientWithResponses) MailRulesDestroyWithResponse ¶
func (c *ClientWithResponses) MailRulesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesDestroyResponse, error)
MailRulesDestroyWithResponse request returning *MailRulesDestroyResponse
func (*ClientWithResponses) MailRulesListWithResponse ¶
func (c *ClientWithResponses) MailRulesListWithResponse(ctx context.Context, params *MailRulesListParams, reqEditors ...RequestEditorFn) (*MailRulesListResponse, error)
MailRulesListWithResponse request returning *MailRulesListResponse
func (*ClientWithResponses) MailRulesPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
MailRulesPartialUpdateWithBodyWithResponse request with arbitrary body returning *MailRulesPartialUpdateResponse
func (*ClientWithResponses) MailRulesPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
func (*ClientWithResponses) MailRulesPartialUpdateWithResponse ¶
func (c *ClientWithResponses) MailRulesPartialUpdateWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
func (*ClientWithResponses) MailRulesRetrieveWithResponse ¶
func (c *ClientWithResponses) MailRulesRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesRetrieveResponse, error)
MailRulesRetrieveWithResponse request returning *MailRulesRetrieveResponse
func (*ClientWithResponses) MailRulesUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
MailRulesUpdateWithBodyWithResponse request with arbitrary body returning *MailRulesUpdateResponse
func (*ClientWithResponses) MailRulesUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) MailRulesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
func (*ClientWithResponses) MailRulesUpdateWithResponse ¶
func (c *ClientWithResponses) MailRulesUpdateWithResponse(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
func (*ClientWithResponses) OauthCallbackRetrieveWithResponse ¶
func (c *ClientWithResponses) OauthCallbackRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OauthCallbackRetrieveResponse, error)
OauthCallbackRetrieveWithResponse request returning *OauthCallbackRetrieveResponse
func (*ClientWithResponses) ProcessedMailBulkDeleteCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
ProcessedMailBulkDeleteCreateWithBodyWithResponse request with arbitrary body returning *ProcessedMailBulkDeleteCreateResponse
func (*ClientWithResponses) ProcessedMailBulkDeleteCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithFormdataBodyWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
func (*ClientWithResponses) ProcessedMailBulkDeleteCreateWithResponse ¶
func (c *ClientWithResponses) ProcessedMailBulkDeleteCreateWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
func (*ClientWithResponses) ProcessedMailListWithResponse ¶
func (c *ClientWithResponses) ProcessedMailListWithResponse(ctx context.Context, params *ProcessedMailListParams, reqEditors ...RequestEditorFn) (*ProcessedMailListResponse, error)
ProcessedMailListWithResponse request returning *ProcessedMailListResponse
func (*ClientWithResponses) ProcessedMailRetrieveWithResponse ¶
func (c *ClientWithResponses) ProcessedMailRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProcessedMailRetrieveResponse, error)
ProcessedMailRetrieveWithResponse request returning *ProcessedMailRetrieveResponse
func (*ClientWithResponses) ProfileDisconnectSocialAccountCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ProfileDisconnectSocialAccountCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfileDisconnectSocialAccountCreateResponse, error)
ProfileDisconnectSocialAccountCreateWithBodyWithResponse request with arbitrary body returning *ProfileDisconnectSocialAccountCreateResponse
func (*ClientWithResponses) ProfileDisconnectSocialAccountCreateWithResponse ¶
func (c *ClientWithResponses) ProfileDisconnectSocialAccountCreateWithResponse(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfileDisconnectSocialAccountCreateResponse, error)
func (*ClientWithResponses) ProfileGenerateAuthTokenCreateWithResponse ¶
func (c *ClientWithResponses) ProfileGenerateAuthTokenCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileGenerateAuthTokenCreateResponse, error)
ProfileGenerateAuthTokenCreateWithResponse request returning *ProfileGenerateAuthTokenCreateResponse
func (*ClientWithResponses) ProfilePartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) ProfilePartialUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
ProfilePartialUpdateWithBodyWithResponse request with arbitrary body returning *ProfilePartialUpdateResponse
func (*ClientWithResponses) ProfilePartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) ProfilePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
func (*ClientWithResponses) ProfilePartialUpdateWithResponse ¶
func (c *ClientWithResponses) ProfilePartialUpdateWithResponse(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
func (*ClientWithResponses) ProfileRetrieveWithResponse ¶
func (c *ClientWithResponses) ProfileRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileRetrieveResponse, error)
ProfileRetrieveWithResponse request returning *ProfileRetrieveResponse
func (*ClientWithResponses) ProfileSocialAccountProvidersRetrieveWithResponse ¶
func (c *ClientWithResponses) ProfileSocialAccountProvidersRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileSocialAccountProvidersRetrieveResponse, error)
ProfileSocialAccountProvidersRetrieveWithResponse request returning *ProfileSocialAccountProvidersRetrieveResponse
func (*ClientWithResponses) ProfileTotpCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ProfileTotpCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfileTotpCreateResponse, error)
ProfileTotpCreateWithBodyWithResponse request with arbitrary body returning *ProfileTotpCreateResponse
func (*ClientWithResponses) ProfileTotpCreateWithResponse ¶
func (c *ClientWithResponses) ProfileTotpCreateWithResponse(ctx context.Context, body ProfileTotpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfileTotpCreateResponse, error)
func (*ClientWithResponses) ProfileTotpDestroyWithResponse ¶
func (c *ClientWithResponses) ProfileTotpDestroyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpDestroyResponse, error)
ProfileTotpDestroyWithResponse request returning *ProfileTotpDestroyResponse
func (*ClientWithResponses) ProfileTotpRetrieveWithResponse ¶
func (c *ClientWithResponses) ProfileTotpRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpRetrieveResponse, error)
ProfileTotpRetrieveWithResponse request returning *ProfileTotpRetrieveResponse
func (*ClientWithResponses) RemoteVersionRetrieveWithResponse ¶
func (c *ClientWithResponses) RemoteVersionRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RemoteVersionRetrieveResponse, error)
RemoteVersionRetrieveWithResponse request returning *RemoteVersionRetrieveResponse
func (*ClientWithResponses) RetrieveLogWithResponse ¶
func (c *ClientWithResponses) RetrieveLogWithResponse(ctx context.Context, id string, params *RetrieveLogParams, reqEditors ...RequestEditorFn) (*RetrieveLogResponse, error)
RetrieveLogWithResponse request returning *RetrieveLogResponse
func (*ClientWithResponses) SavedViewsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
SavedViewsCreateWithBodyWithResponse request with arbitrary body returning *SavedViewsCreateResponse
func (*ClientWithResponses) SavedViewsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsCreateWithFormdataBodyWithResponse(ctx context.Context, body SavedViewsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
func (*ClientWithResponses) SavedViewsCreateWithResponse ¶
func (c *ClientWithResponses) SavedViewsCreateWithResponse(ctx context.Context, body SavedViewsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
func (*ClientWithResponses) SavedViewsDestroyWithResponse ¶
func (c *ClientWithResponses) SavedViewsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsDestroyResponse, error)
SavedViewsDestroyWithResponse request returning *SavedViewsDestroyResponse
func (*ClientWithResponses) SavedViewsListWithResponse ¶
func (c *ClientWithResponses) SavedViewsListWithResponse(ctx context.Context, params *SavedViewsListParams, reqEditors ...RequestEditorFn) (*SavedViewsListResponse, error)
SavedViewsListWithResponse request returning *SavedViewsListResponse
func (*ClientWithResponses) SavedViewsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
SavedViewsPartialUpdateWithBodyWithResponse request with arbitrary body returning *SavedViewsPartialUpdateResponse
func (*ClientWithResponses) SavedViewsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
func (*ClientWithResponses) SavedViewsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) SavedViewsPartialUpdateWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
func (*ClientWithResponses) SavedViewsRetrieveWithResponse ¶
func (c *ClientWithResponses) SavedViewsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsRetrieveResponse, error)
SavedViewsRetrieveWithResponse request returning *SavedViewsRetrieveResponse
func (*ClientWithResponses) SavedViewsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
SavedViewsUpdateWithBodyWithResponse request with arbitrary body returning *SavedViewsUpdateResponse
func (*ClientWithResponses) SavedViewsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) SavedViewsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
func (*ClientWithResponses) SavedViewsUpdateWithResponse ¶
func (c *ClientWithResponses) SavedViewsUpdateWithResponse(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
func (*ClientWithResponses) SearchAutocompleteListWithResponse ¶
func (c *ClientWithResponses) SearchAutocompleteListWithResponse(ctx context.Context, params *SearchAutocompleteListParams, reqEditors ...RequestEditorFn) (*SearchAutocompleteListResponse, error)
SearchAutocompleteListWithResponse request returning *SearchAutocompleteListResponse
func (*ClientWithResponses) SearchRetrieveWithResponse ¶
func (c *ClientWithResponses) SearchRetrieveWithResponse(ctx context.Context, params *SearchRetrieveParams, reqEditors ...RequestEditorFn) (*SearchRetrieveResponse, error)
SearchRetrieveWithResponse request returning *SearchRetrieveResponse
func (*ClientWithResponses) ShareLinksCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) ShareLinksCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ShareLinksCreateResponse, error)
ShareLinksCreateWithBodyWithResponse request with arbitrary body returning *ShareLinksCreateResponse
func (*ClientWithResponses) ShareLinksCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) ShareLinksCreateWithFormdataBodyWithResponse(ctx context.Context, body ShareLinksCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ShareLinksCreateResponse, error)
func (*ClientWithResponses) ShareLinksCreateWithResponse ¶
func (c *ClientWithResponses) ShareLinksCreateWithResponse(ctx context.Context, body ShareLinksCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ShareLinksCreateResponse, error)
func (*ClientWithResponses) ShareLinksDestroyWithResponse ¶
func (c *ClientWithResponses) ShareLinksDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksDestroyResponse, error)
ShareLinksDestroyWithResponse request returning *ShareLinksDestroyResponse
func (*ClientWithResponses) ShareLinksListWithResponse ¶
func (c *ClientWithResponses) ShareLinksListWithResponse(ctx context.Context, params *ShareLinksListParams, reqEditors ...RequestEditorFn) (*ShareLinksListResponse, error)
ShareLinksListWithResponse request returning *ShareLinksListResponse
func (*ClientWithResponses) ShareLinksRetrieveWithResponse ¶
func (c *ClientWithResponses) ShareLinksRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksRetrieveResponse, error)
ShareLinksRetrieveWithResponse request returning *ShareLinksRetrieveResponse
func (*ClientWithResponses) StatisticsRetrieveWithResponse ¶
func (c *ClientWithResponses) StatisticsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatisticsRetrieveResponse, error)
StatisticsRetrieveWithResponse request returning *StatisticsRetrieveResponse
func (*ClientWithResponses) StatusRetrieveWithResponse ¶
func (c *ClientWithResponses) StatusRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatusRetrieveResponse, error)
StatusRetrieveWithResponse request returning *StatusRetrieveResponse
func (*ClientWithResponses) StoragePathsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
StoragePathsCreateWithBodyWithResponse request with arbitrary body returning *StoragePathsCreateResponse
func (*ClientWithResponses) StoragePathsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
func (*ClientWithResponses) StoragePathsCreateWithResponse ¶
func (c *ClientWithResponses) StoragePathsCreateWithResponse(ctx context.Context, body StoragePathsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
func (*ClientWithResponses) StoragePathsDestroyWithResponse ¶
func (c *ClientWithResponses) StoragePathsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*StoragePathsDestroyResponse, error)
StoragePathsDestroyWithResponse request returning *StoragePathsDestroyResponse
func (*ClientWithResponses) StoragePathsListWithResponse ¶
func (c *ClientWithResponses) StoragePathsListWithResponse(ctx context.Context, params *StoragePathsListParams, reqEditors ...RequestEditorFn) (*StoragePathsListResponse, error)
StoragePathsListWithResponse request returning *StoragePathsListResponse
func (*ClientWithResponses) StoragePathsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
StoragePathsPartialUpdateWithBodyWithResponse request with arbitrary body returning *StoragePathsPartialUpdateResponse
func (*ClientWithResponses) StoragePathsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
func (*ClientWithResponses) StoragePathsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) StoragePathsPartialUpdateWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
func (*ClientWithResponses) StoragePathsRetrieveWithResponse ¶
func (c *ClientWithResponses) StoragePathsRetrieveWithResponse(ctx context.Context, id int, params *StoragePathsRetrieveParams, reqEditors ...RequestEditorFn) (*StoragePathsRetrieveResponse, error)
StoragePathsRetrieveWithResponse request returning *StoragePathsRetrieveResponse
func (*ClientWithResponses) StoragePathsTestCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsTestCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
StoragePathsTestCreateWithBodyWithResponse request with arbitrary body returning *StoragePathsTestCreateResponse
func (*ClientWithResponses) StoragePathsTestCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsTestCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
func (*ClientWithResponses) StoragePathsTestCreateWithResponse ¶
func (c *ClientWithResponses) StoragePathsTestCreateWithResponse(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
func (*ClientWithResponses) StoragePathsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
StoragePathsUpdateWithBodyWithResponse request with arbitrary body returning *StoragePathsUpdateResponse
func (*ClientWithResponses) StoragePathsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) StoragePathsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
func (*ClientWithResponses) StoragePathsUpdateWithResponse ¶
func (c *ClientWithResponses) StoragePathsUpdateWithResponse(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
func (*ClientWithResponses) TagsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TagsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
TagsCreateWithBodyWithResponse request with arbitrary body returning *TagsCreateResponse
func (*ClientWithResponses) TagsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TagsCreateWithFormdataBodyWithResponse(ctx context.Context, body TagsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
func (*ClientWithResponses) TagsCreateWithResponse ¶
func (c *ClientWithResponses) TagsCreateWithResponse(ctx context.Context, body TagsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
func (*ClientWithResponses) TagsDestroyWithResponse ¶
func (c *ClientWithResponses) TagsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TagsDestroyResponse, error)
TagsDestroyWithResponse request returning *TagsDestroyResponse
func (*ClientWithResponses) TagsListWithResponse ¶
func (c *ClientWithResponses) TagsListWithResponse(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*TagsListResponse, error)
TagsListWithResponse request returning *TagsListResponse
func (*ClientWithResponses) TagsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) TagsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
TagsPartialUpdateWithBodyWithResponse request with arbitrary body returning *TagsPartialUpdateResponse
func (*ClientWithResponses) TagsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TagsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
func (*ClientWithResponses) TagsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) TagsPartialUpdateWithResponse(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
func (*ClientWithResponses) TagsRetrieveWithResponse ¶
func (c *ClientWithResponses) TagsRetrieveWithResponse(ctx context.Context, id int, params *TagsRetrieveParams, reqEditors ...RequestEditorFn) (*TagsRetrieveResponse, error)
TagsRetrieveWithResponse request returning *TagsRetrieveResponse
func (*ClientWithResponses) TagsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) TagsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
TagsUpdateWithBodyWithResponse request with arbitrary body returning *TagsUpdateResponse
func (*ClientWithResponses) TagsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TagsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
func (*ClientWithResponses) TagsUpdateWithResponse ¶
func (c *ClientWithResponses) TagsUpdateWithResponse(ctx context.Context, id int, body TagsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
func (*ClientWithResponses) TasksListWithResponse ¶
func (c *ClientWithResponses) TasksListWithResponse(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*TasksListResponse, error)
TasksListWithResponse request returning *TasksListResponse
func (*ClientWithResponses) TasksRetrieveWithResponse ¶
func (c *ClientWithResponses) TasksRetrieveWithResponse(ctx context.Context, id int, params *TasksRetrieveParams, reqEditors ...RequestEditorFn) (*TasksRetrieveResponse, error)
TasksRetrieveWithResponse request returning *TasksRetrieveResponse
func (*ClientWithResponses) TasksRunCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TasksRunCreateWithBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
TasksRunCreateWithBodyWithResponse request with arbitrary body returning *TasksRunCreateResponse
func (*ClientWithResponses) TasksRunCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TasksRunCreateWithFormdataBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
func (*ClientWithResponses) TasksRunCreateWithResponse ¶
func (c *ClientWithResponses) TasksRunCreateWithResponse(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
func (*ClientWithResponses) TokenCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TokenCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
TokenCreateWithBodyWithResponse request with arbitrary body returning *TokenCreateResponse
func (*ClientWithResponses) TokenCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TokenCreateWithFormdataBodyWithResponse(ctx context.Context, body TokenCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
func (*ClientWithResponses) TokenCreateWithResponse ¶
func (c *ClientWithResponses) TokenCreateWithResponse(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
func (*ClientWithResponses) TrashCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) TrashCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
TrashCreateWithBodyWithResponse request with arbitrary body returning *TrashCreateResponse
func (*ClientWithResponses) TrashCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) TrashCreateWithFormdataBodyWithResponse(ctx context.Context, body TrashCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
func (*ClientWithResponses) TrashCreateWithResponse ¶
func (c *ClientWithResponses) TrashCreateWithResponse(ctx context.Context, body TrashCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
func (*ClientWithResponses) TrashListWithResponse ¶
func (c *ClientWithResponses) TrashListWithResponse(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*TrashListResponse, error)
TrashListWithResponse request returning *TrashListResponse
func (*ClientWithResponses) UiSettingsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) UiSettingsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
UiSettingsCreateWithBodyWithResponse request with arbitrary body returning *UiSettingsCreateResponse
func (*ClientWithResponses) UiSettingsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) UiSettingsCreateWithFormdataBodyWithResponse(ctx context.Context, body UiSettingsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
func (*ClientWithResponses) UiSettingsCreateWithResponse ¶
func (c *ClientWithResponses) UiSettingsCreateWithResponse(ctx context.Context, body UiSettingsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
func (*ClientWithResponses) UiSettingsRetrieveWithResponse ¶
func (c *ClientWithResponses) UiSettingsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UiSettingsRetrieveResponse, error)
UiSettingsRetrieveWithResponse request returning *UiSettingsRetrieveResponse
func (*ClientWithResponses) UsersCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
UsersCreateWithBodyWithResponse request with arbitrary body returning *UsersCreateResponse
func (*ClientWithResponses) UsersCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) UsersCreateWithFormdataBodyWithResponse(ctx context.Context, body UsersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
func (*ClientWithResponses) UsersCreateWithResponse ¶
func (c *ClientWithResponses) UsersCreateWithResponse(ctx context.Context, body UsersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
func (*ClientWithResponses) UsersDeactivateTotpCreateWithResponse ¶
func (c *ClientWithResponses) UsersDeactivateTotpCreateWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDeactivateTotpCreateResponse, error)
UsersDeactivateTotpCreateWithResponse request returning *UsersDeactivateTotpCreateResponse
func (*ClientWithResponses) UsersDestroyWithResponse ¶
func (c *ClientWithResponses) UsersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDestroyResponse, error)
UsersDestroyWithResponse request returning *UsersDestroyResponse
func (*ClientWithResponses) UsersListWithResponse ¶
func (c *ClientWithResponses) UsersListWithResponse(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*UsersListResponse, error)
UsersListWithResponse request returning *UsersListResponse
func (*ClientWithResponses) UsersPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
UsersPartialUpdateWithBodyWithResponse request with arbitrary body returning *UsersPartialUpdateResponse
func (*ClientWithResponses) UsersPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) UsersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
func (*ClientWithResponses) UsersPartialUpdateWithResponse ¶
func (c *ClientWithResponses) UsersPartialUpdateWithResponse(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
func (*ClientWithResponses) UsersRetrieveWithResponse ¶
func (c *ClientWithResponses) UsersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersRetrieveResponse, error)
UsersRetrieveWithResponse request returning *UsersRetrieveResponse
func (*ClientWithResponses) UsersUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) UsersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
UsersUpdateWithBodyWithResponse request with arbitrary body returning *UsersUpdateResponse
func (*ClientWithResponses) UsersUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) UsersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
func (*ClientWithResponses) UsersUpdateWithResponse ¶
func (c *ClientWithResponses) UsersUpdateWithResponse(ctx context.Context, id int, body UsersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
func (*ClientWithResponses) WorkflowActionsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
WorkflowActionsCreateWithBodyWithResponse request with arbitrary body returning *WorkflowActionsCreateResponse
func (*ClientWithResponses) WorkflowActionsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
func (*ClientWithResponses) WorkflowActionsCreateWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsCreateWithResponse(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
func (*ClientWithResponses) WorkflowActionsDestroyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsDestroyResponse, error)
WorkflowActionsDestroyWithResponse request returning *WorkflowActionsDestroyResponse
func (*ClientWithResponses) WorkflowActionsListWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsListWithResponse(ctx context.Context, params *WorkflowActionsListParams, reqEditors ...RequestEditorFn) (*WorkflowActionsListResponse, error)
WorkflowActionsListWithResponse request returning *WorkflowActionsListResponse
func (*ClientWithResponses) WorkflowActionsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
WorkflowActionsPartialUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowActionsPartialUpdateResponse
func (*ClientWithResponses) WorkflowActionsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowActionsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowActionsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowActionsRetrieveWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsRetrieveResponse, error)
WorkflowActionsRetrieveWithResponse request returning *WorkflowActionsRetrieveResponse
func (*ClientWithResponses) WorkflowActionsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
WorkflowActionsUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowActionsUpdateResponse
func (*ClientWithResponses) WorkflowActionsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
func (*ClientWithResponses) WorkflowActionsUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowActionsUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
func (*ClientWithResponses) WorkflowTriggersCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
WorkflowTriggersCreateWithBodyWithResponse request with arbitrary body returning *WorkflowTriggersCreateResponse
func (*ClientWithResponses) WorkflowTriggersCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
func (*ClientWithResponses) WorkflowTriggersCreateWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersCreateWithResponse(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
func (*ClientWithResponses) WorkflowTriggersDestroyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersDestroyResponse, error)
WorkflowTriggersDestroyWithResponse request returning *WorkflowTriggersDestroyResponse
func (*ClientWithResponses) WorkflowTriggersListWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersListWithResponse(ctx context.Context, params *WorkflowTriggersListParams, reqEditors ...RequestEditorFn) (*WorkflowTriggersListResponse, error)
WorkflowTriggersListWithResponse request returning *WorkflowTriggersListResponse
func (*ClientWithResponses) WorkflowTriggersPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
WorkflowTriggersPartialUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowTriggersPartialUpdateResponse
func (*ClientWithResponses) WorkflowTriggersPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowTriggersPartialUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowTriggersRetrieveWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersRetrieveResponse, error)
WorkflowTriggersRetrieveWithResponse request returning *WorkflowTriggersRetrieveResponse
func (*ClientWithResponses) WorkflowTriggersUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
WorkflowTriggersUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowTriggersUpdateResponse
func (*ClientWithResponses) WorkflowTriggersUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
func (*ClientWithResponses) WorkflowTriggersUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowTriggersUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
func (*ClientWithResponses) WorkflowsCreateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
WorkflowsCreateWithBodyWithResponse request with arbitrary body returning *WorkflowsCreateResponse
func (*ClientWithResponses) WorkflowsCreateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
func (*ClientWithResponses) WorkflowsCreateWithResponse ¶
func (c *ClientWithResponses) WorkflowsCreateWithResponse(ctx context.Context, body WorkflowsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
func (*ClientWithResponses) WorkflowsDestroyWithResponse ¶
func (c *ClientWithResponses) WorkflowsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsDestroyResponse, error)
WorkflowsDestroyWithResponse request returning *WorkflowsDestroyResponse
func (*ClientWithResponses) WorkflowsListWithResponse ¶
func (c *ClientWithResponses) WorkflowsListWithResponse(ctx context.Context, params *WorkflowsListParams, reqEditors ...RequestEditorFn) (*WorkflowsListResponse, error)
WorkflowsListWithResponse request returning *WorkflowsListResponse
func (*ClientWithResponses) WorkflowsPartialUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
WorkflowsPartialUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowsPartialUpdateResponse
func (*ClientWithResponses) WorkflowsPartialUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowsPartialUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
func (*ClientWithResponses) WorkflowsRetrieveWithResponse ¶
func (c *ClientWithResponses) WorkflowsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsRetrieveResponse, error)
WorkflowsRetrieveWithResponse request returning *WorkflowsRetrieveResponse
func (*ClientWithResponses) WorkflowsUpdateWithBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
WorkflowsUpdateWithBodyWithResponse request with arbitrary body returning *WorkflowsUpdateResponse
func (*ClientWithResponses) WorkflowsUpdateWithFormdataBodyWithResponse ¶
func (c *ClientWithResponses) WorkflowsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
func (*ClientWithResponses) WorkflowsUpdateWithResponse ¶
func (c *ClientWithResponses) WorkflowsUpdateWithResponse(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface {
// BulkEditObjectsWithBodyWithResponse request with any body
BulkEditObjectsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkEditObjectsResponse, error)
BulkEditObjectsWithResponse(ctx context.Context, body BulkEditObjectsJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkEditObjectsResponse, error)
// ConfigListWithResponse request
ConfigListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ConfigListResponse, error)
// ConfigDestroyWithResponse request
ConfigDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigDestroyResponse, error)
// ConfigRetrieveWithResponse request
ConfigRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ConfigRetrieveResponse, error)
// ConfigPartialUpdateWithBodyWithResponse request with any body
ConfigPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
ConfigPartialUpdateWithResponse(ctx context.Context, id int, body ConfigPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
ConfigPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ConfigPartialUpdateResponse, error)
// ConfigUpdateWithBodyWithResponse request with any body
ConfigUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
ConfigUpdateWithResponse(ctx context.Context, id int, body ConfigUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
ConfigUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body ConfigUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ConfigUpdateResponse, error)
// CorrespondentsListWithResponse request
CorrespondentsListWithResponse(ctx context.Context, params *CorrespondentsListParams, reqEditors ...RequestEditorFn) (*CorrespondentsListResponse, error)
// CorrespondentsCreateWithBodyWithResponse request with any body
CorrespondentsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
CorrespondentsCreateWithResponse(ctx context.Context, body CorrespondentsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
CorrespondentsCreateWithFormdataBodyWithResponse(ctx context.Context, body CorrespondentsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsCreateResponse, error)
// CorrespondentsDestroyWithResponse request
CorrespondentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CorrespondentsDestroyResponse, error)
// CorrespondentsRetrieveWithResponse request
CorrespondentsRetrieveWithResponse(ctx context.Context, id int, params *CorrespondentsRetrieveParams, reqEditors ...RequestEditorFn) (*CorrespondentsRetrieveResponse, error)
// CorrespondentsPartialUpdateWithBodyWithResponse request with any body
CorrespondentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
CorrespondentsPartialUpdateWithResponse(ctx context.Context, id int, body CorrespondentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
CorrespondentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CorrespondentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsPartialUpdateResponse, error)
// CorrespondentsUpdateWithBodyWithResponse request with any body
CorrespondentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
CorrespondentsUpdateWithResponse(ctx context.Context, id int, body CorrespondentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
CorrespondentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CorrespondentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CorrespondentsUpdateResponse, error)
// CustomFieldsListWithResponse request
CustomFieldsListWithResponse(ctx context.Context, params *CustomFieldsListParams, reqEditors ...RequestEditorFn) (*CustomFieldsListResponse, error)
// CustomFieldsCreateWithBodyWithResponse request with any body
CustomFieldsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
CustomFieldsCreateWithResponse(ctx context.Context, body CustomFieldsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
CustomFieldsCreateWithFormdataBodyWithResponse(ctx context.Context, body CustomFieldsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsCreateResponse, error)
// CustomFieldsDestroyWithResponse request
CustomFieldsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsDestroyResponse, error)
// CustomFieldsRetrieveWithResponse request
CustomFieldsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*CustomFieldsRetrieveResponse, error)
// CustomFieldsPartialUpdateWithBodyWithResponse request with any body
CustomFieldsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
CustomFieldsPartialUpdateWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
CustomFieldsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsPartialUpdateResponse, error)
// CustomFieldsUpdateWithBodyWithResponse request with any body
CustomFieldsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
CustomFieldsUpdateWithResponse(ctx context.Context, id int, body CustomFieldsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
CustomFieldsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body CustomFieldsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*CustomFieldsUpdateResponse, error)
// DocumentTypesListWithResponse request
DocumentTypesListWithResponse(ctx context.Context, params *DocumentTypesListParams, reqEditors ...RequestEditorFn) (*DocumentTypesListResponse, error)
// DocumentTypesCreateWithBodyWithResponse request with any body
DocumentTypesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
DocumentTypesCreateWithResponse(ctx context.Context, body DocumentTypesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
DocumentTypesCreateWithFormdataBodyWithResponse(ctx context.Context, body DocumentTypesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesCreateResponse, error)
// DocumentTypesDestroyWithResponse request
DocumentTypesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentTypesDestroyResponse, error)
// DocumentTypesRetrieveWithResponse request
DocumentTypesRetrieveWithResponse(ctx context.Context, id int, params *DocumentTypesRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentTypesRetrieveResponse, error)
// DocumentTypesPartialUpdateWithBodyWithResponse request with any body
DocumentTypesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
DocumentTypesPartialUpdateWithResponse(ctx context.Context, id int, body DocumentTypesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
DocumentTypesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentTypesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesPartialUpdateResponse, error)
// DocumentTypesUpdateWithBodyWithResponse request with any body
DocumentTypesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
DocumentTypesUpdateWithResponse(ctx context.Context, id int, body DocumentTypesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
DocumentTypesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentTypesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentTypesUpdateResponse, error)
// DocumentsListWithResponse request
DocumentsListWithResponse(ctx context.Context, params *DocumentsListParams, reqEditors ...RequestEditorFn) (*DocumentsListResponse, error)
// DocumentsBulkDownloadCreateWithBodyWithResponse request with any body
DocumentsBulkDownloadCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsBulkDownloadCreateResponse, error)
DocumentsBulkDownloadCreateWithResponse(ctx context.Context, body DocumentsBulkDownloadCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsBulkDownloadCreateResponse, error)
// BulkEditWithBodyWithResponse request with any body
BulkEditWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*BulkEditResponse, error)
BulkEditWithResponse(ctx context.Context, body BulkEditJSONRequestBody, reqEditors ...RequestEditorFn) (*BulkEditResponse, error)
// EmailDocumentsWithBodyWithResponse request with any body
EmailDocumentsWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
EmailDocumentsWithResponse(ctx context.Context, body EmailDocumentsJSONRequestBody, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
EmailDocumentsWithFormdataBodyWithResponse(ctx context.Context, body EmailDocumentsFormdataRequestBody, reqEditors ...RequestEditorFn) (*EmailDocumentsResponse, error)
// DocumentsNextAsnRetrieveWithResponse request
DocumentsNextAsnRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*DocumentsNextAsnRetrieveResponse, error)
// DocumentsPostDocumentCreateWithBodyWithResponse request with any body
DocumentsPostDocumentCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsPostDocumentCreateResponse, error)
// DocumentsSelectionDataCreateWithBodyWithResponse request with any body
DocumentsSelectionDataCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsSelectionDataCreateResponse, error)
DocumentsSelectionDataCreateWithResponse(ctx context.Context, body DocumentsSelectionDataCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsSelectionDataCreateResponse, error)
// DocumentsDestroyWithResponse request
DocumentsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsDestroyResponse, error)
// DocumentsRetrieveWithResponse request
DocumentsRetrieveWithResponse(ctx context.Context, id int, params *DocumentsRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentsRetrieveResponse, error)
// DocumentsPartialUpdateWithBodyWithResponse request with any body
DocumentsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
DocumentsPartialUpdateWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
DocumentsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsPartialUpdateResponse, error)
// DocumentsUpdateWithBodyWithResponse request with any body
DocumentsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
DocumentsUpdateWithResponse(ctx context.Context, id int, body DocumentsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
DocumentsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsUpdateResponse, error)
// DocumentsDownloadRetrieveWithResponse request
DocumentsDownloadRetrieveWithResponse(ctx context.Context, id int, params *DocumentsDownloadRetrieveParams, reqEditors ...RequestEditorFn) (*DocumentsDownloadRetrieveResponse, error)
// DocumentsEmailCreateWithBodyWithResponse request with any body
DocumentsEmailCreateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
DocumentsEmailCreateWithResponse(ctx context.Context, id int, body DocumentsEmailCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
DocumentsEmailCreateWithFormdataBodyWithResponse(ctx context.Context, id int, body DocumentsEmailCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsEmailCreateResponse, error)
// DocumentsHistoryListWithResponse request
DocumentsHistoryListWithResponse(ctx context.Context, id int, params *DocumentsHistoryListParams, reqEditors ...RequestEditorFn) (*DocumentsHistoryListResponse, error)
// DocumentsMetadataRetrieveWithResponse request
DocumentsMetadataRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsMetadataRetrieveResponse, error)
// DocumentsNotesDestroyWithResponse request
DocumentsNotesDestroyWithResponse(ctx context.Context, id int, params *DocumentsNotesDestroyParams, reqEditors ...RequestEditorFn) (*DocumentsNotesDestroyResponse, error)
// DocumentsNotesListWithResponse request
DocumentsNotesListWithResponse(ctx context.Context, id int, params *DocumentsNotesListParams, reqEditors ...RequestEditorFn) (*DocumentsNotesListResponse, error)
// DocumentsNotesCreateWithBodyWithResponse request with any body
DocumentsNotesCreateWithBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
DocumentsNotesCreateWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
DocumentsNotesCreateWithFormdataBodyWithResponse(ctx context.Context, id int, params *DocumentsNotesCreateParams, body DocumentsNotesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*DocumentsNotesCreateResponse, error)
// DocumentsPreviewRetrieveWithResponse request
DocumentsPreviewRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsPreviewRetrieveResponse, error)
DocumentShareLinksWithResponse(ctx context.Context, id string, reqEditors ...RequestEditorFn) (*DocumentShareLinksResponse, error)
// DocumentsSuggestionsRetrieveWithResponse request
DocumentsSuggestionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsSuggestionsRetrieveResponse, error)
// DocumentsThumbRetrieveWithResponse request
DocumentsThumbRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*DocumentsThumbRetrieveResponse, error)
// GroupsListWithResponse request
GroupsListWithResponse(ctx context.Context, params *GroupsListParams, reqEditors ...RequestEditorFn) (*GroupsListResponse, error)
// GroupsCreateWithBodyWithResponse request with any body
GroupsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
GroupsCreateWithResponse(ctx context.Context, body GroupsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
GroupsCreateWithFormdataBodyWithResponse(ctx context.Context, body GroupsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsCreateResponse, error)
// GroupsDestroyWithResponse request
GroupsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsDestroyResponse, error)
// GroupsRetrieveWithResponse request
GroupsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*GroupsRetrieveResponse, error)
// GroupsPartialUpdateWithBodyWithResponse request with any body
GroupsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
GroupsPartialUpdateWithResponse(ctx context.Context, id int, body GroupsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
GroupsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsPartialUpdateResponse, error)
// GroupsUpdateWithBodyWithResponse request with any body
GroupsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
GroupsUpdateWithResponse(ctx context.Context, id int, body GroupsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
GroupsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body GroupsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*GroupsUpdateResponse, error)
// LogsListWithResponse request
LogsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*LogsListResponse, error)
// RetrieveLogWithResponse request
RetrieveLogWithResponse(ctx context.Context, id string, params *RetrieveLogParams, reqEditors ...RequestEditorFn) (*RetrieveLogResponse, error)
// MailAccountsListWithResponse request
MailAccountsListWithResponse(ctx context.Context, params *MailAccountsListParams, reqEditors ...RequestEditorFn) (*MailAccountsListResponse, error)
// MailAccountsCreateWithBodyWithResponse request with any body
MailAccountsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
MailAccountsCreateWithResponse(ctx context.Context, body MailAccountsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
MailAccountsCreateWithFormdataBodyWithResponse(ctx context.Context, body MailAccountsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsCreateResponse, error)
// MailAccountTestWithBodyWithResponse request with any body
MailAccountTestWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
MailAccountTestWithResponse(ctx context.Context, body MailAccountTestJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
MailAccountTestWithFormdataBodyWithResponse(ctx context.Context, body MailAccountTestFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountTestResponse, error)
// MailAccountsDestroyWithResponse request
MailAccountsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsDestroyResponse, error)
// MailAccountsRetrieveWithResponse request
MailAccountsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailAccountsRetrieveResponse, error)
// MailAccountsPartialUpdateWithBodyWithResponse request with any body
MailAccountsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
MailAccountsPartialUpdateWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
MailAccountsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsPartialUpdateResponse, error)
// MailAccountsUpdateWithBodyWithResponse request with any body
MailAccountsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
MailAccountsUpdateWithResponse(ctx context.Context, id int, body MailAccountsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
MailAccountsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountsUpdateResponse, error)
// MailAccountProcessWithBodyWithResponse request with any body
MailAccountProcessWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
MailAccountProcessWithResponse(ctx context.Context, id int, body MailAccountProcessJSONRequestBody, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
MailAccountProcessWithFormdataBodyWithResponse(ctx context.Context, id int, body MailAccountProcessFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailAccountProcessResponse, error)
// MailRulesListWithResponse request
MailRulesListWithResponse(ctx context.Context, params *MailRulesListParams, reqEditors ...RequestEditorFn) (*MailRulesListResponse, error)
// MailRulesCreateWithBodyWithResponse request with any body
MailRulesCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
MailRulesCreateWithResponse(ctx context.Context, body MailRulesCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
MailRulesCreateWithFormdataBodyWithResponse(ctx context.Context, body MailRulesCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesCreateResponse, error)
// MailRulesDestroyWithResponse request
MailRulesDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesDestroyResponse, error)
// MailRulesRetrieveWithResponse request
MailRulesRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*MailRulesRetrieveResponse, error)
// MailRulesPartialUpdateWithBodyWithResponse request with any body
MailRulesPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
MailRulesPartialUpdateWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
MailRulesPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesPartialUpdateResponse, error)
// MailRulesUpdateWithBodyWithResponse request with any body
MailRulesUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
MailRulesUpdateWithResponse(ctx context.Context, id int, body MailRulesUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
MailRulesUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body MailRulesUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*MailRulesUpdateResponse, error)
// OauthCallbackRetrieveWithResponse request
OauthCallbackRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*OauthCallbackRetrieveResponse, error)
// ProcessedMailListWithResponse request
ProcessedMailListWithResponse(ctx context.Context, params *ProcessedMailListParams, reqEditors ...RequestEditorFn) (*ProcessedMailListResponse, error)
// ProcessedMailBulkDeleteCreateWithBodyWithResponse request with any body
ProcessedMailBulkDeleteCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
ProcessedMailBulkDeleteCreateWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
ProcessedMailBulkDeleteCreateWithFormdataBodyWithResponse(ctx context.Context, body ProcessedMailBulkDeleteCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ProcessedMailBulkDeleteCreateResponse, error)
// ProcessedMailRetrieveWithResponse request
ProcessedMailRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ProcessedMailRetrieveResponse, error)
// ProfileRetrieveWithResponse request
ProfileRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileRetrieveResponse, error)
// ProfilePartialUpdateWithBodyWithResponse request with any body
ProfilePartialUpdateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
ProfilePartialUpdateWithResponse(ctx context.Context, body ProfilePartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
ProfilePartialUpdateWithFormdataBodyWithResponse(ctx context.Context, body ProfilePartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*ProfilePartialUpdateResponse, error)
// ProfileDisconnectSocialAccountCreateWithBodyWithResponse request with any body
ProfileDisconnectSocialAccountCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfileDisconnectSocialAccountCreateResponse, error)
ProfileDisconnectSocialAccountCreateWithResponse(ctx context.Context, body ProfileDisconnectSocialAccountCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfileDisconnectSocialAccountCreateResponse, error)
// ProfileGenerateAuthTokenCreateWithResponse request
ProfileGenerateAuthTokenCreateWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileGenerateAuthTokenCreateResponse, error)
// ProfileSocialAccountProvidersRetrieveWithResponse request
ProfileSocialAccountProvidersRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileSocialAccountProvidersRetrieveResponse, error)
// ProfileTotpDestroyWithResponse request
ProfileTotpDestroyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpDestroyResponse, error)
// ProfileTotpRetrieveWithResponse request
ProfileTotpRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ProfileTotpRetrieveResponse, error)
// ProfileTotpCreateWithBodyWithResponse request with any body
ProfileTotpCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ProfileTotpCreateResponse, error)
ProfileTotpCreateWithResponse(ctx context.Context, body ProfileTotpCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*ProfileTotpCreateResponse, error)
// RemoteVersionRetrieveWithResponse request
RemoteVersionRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*RemoteVersionRetrieveResponse, error)
// SavedViewsListWithResponse request
SavedViewsListWithResponse(ctx context.Context, params *SavedViewsListParams, reqEditors ...RequestEditorFn) (*SavedViewsListResponse, error)
// SavedViewsCreateWithBodyWithResponse request with any body
SavedViewsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
SavedViewsCreateWithResponse(ctx context.Context, body SavedViewsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
SavedViewsCreateWithFormdataBodyWithResponse(ctx context.Context, body SavedViewsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsCreateResponse, error)
// SavedViewsDestroyWithResponse request
SavedViewsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsDestroyResponse, error)
// SavedViewsRetrieveWithResponse request
SavedViewsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*SavedViewsRetrieveResponse, error)
// SavedViewsPartialUpdateWithBodyWithResponse request with any body
SavedViewsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
SavedViewsPartialUpdateWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
SavedViewsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsPartialUpdateResponse, error)
// SavedViewsUpdateWithBodyWithResponse request with any body
SavedViewsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
SavedViewsUpdateWithResponse(ctx context.Context, id int, body SavedViewsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
SavedViewsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body SavedViewsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*SavedViewsUpdateResponse, error)
// SearchRetrieveWithResponse request
SearchRetrieveWithResponse(ctx context.Context, params *SearchRetrieveParams, reqEditors ...RequestEditorFn) (*SearchRetrieveResponse, error)
// SearchAutocompleteListWithResponse request
SearchAutocompleteListWithResponse(ctx context.Context, params *SearchAutocompleteListParams, reqEditors ...RequestEditorFn) (*SearchAutocompleteListResponse, error)
ShareLinksListWithResponse(ctx context.Context, params *ShareLinksListParams, reqEditors ...RequestEditorFn) (*ShareLinksListResponse, error)
ShareLinksCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ShareLinksCreateResponse, error)
ShareLinksDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksDestroyResponse, error)
ShareLinksRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ShareLinksRetrieveResponse, error)
// StatisticsRetrieveWithResponse request
StatisticsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatisticsRetrieveResponse, error)
// StatusRetrieveWithResponse request
StatusRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*StatusRetrieveResponse, error)
// StoragePathsListWithResponse request
StoragePathsListWithResponse(ctx context.Context, params *StoragePathsListParams, reqEditors ...RequestEditorFn) (*StoragePathsListResponse, error)
// StoragePathsCreateWithBodyWithResponse request with any body
StoragePathsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
StoragePathsCreateWithResponse(ctx context.Context, body StoragePathsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
StoragePathsCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsCreateResponse, error)
// StoragePathsTestCreateWithBodyWithResponse request with any body
StoragePathsTestCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
StoragePathsTestCreateWithResponse(ctx context.Context, body StoragePathsTestCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
StoragePathsTestCreateWithFormdataBodyWithResponse(ctx context.Context, body StoragePathsTestCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsTestCreateResponse, error)
// StoragePathsDestroyWithResponse request
StoragePathsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*StoragePathsDestroyResponse, error)
// StoragePathsRetrieveWithResponse request
StoragePathsRetrieveWithResponse(ctx context.Context, id int, params *StoragePathsRetrieveParams, reqEditors ...RequestEditorFn) (*StoragePathsRetrieveResponse, error)
// StoragePathsPartialUpdateWithBodyWithResponse request with any body
StoragePathsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
StoragePathsPartialUpdateWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
StoragePathsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsPartialUpdateResponse, error)
// StoragePathsUpdateWithBodyWithResponse request with any body
StoragePathsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
StoragePathsUpdateWithResponse(ctx context.Context, id int, body StoragePathsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
StoragePathsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body StoragePathsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*StoragePathsUpdateResponse, error)
// TagsListWithResponse request
TagsListWithResponse(ctx context.Context, params *TagsListParams, reqEditors ...RequestEditorFn) (*TagsListResponse, error)
// TagsCreateWithBodyWithResponse request with any body
TagsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
TagsCreateWithResponse(ctx context.Context, body TagsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
TagsCreateWithFormdataBodyWithResponse(ctx context.Context, body TagsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsCreateResponse, error)
// TagsDestroyWithResponse request
TagsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*TagsDestroyResponse, error)
// TagsRetrieveWithResponse request
TagsRetrieveWithResponse(ctx context.Context, id int, params *TagsRetrieveParams, reqEditors ...RequestEditorFn) (*TagsRetrieveResponse, error)
// TagsPartialUpdateWithBodyWithResponse request with any body
TagsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
TagsPartialUpdateWithResponse(ctx context.Context, id int, body TagsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
TagsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsPartialUpdateResponse, error)
// TagsUpdateWithBodyWithResponse request with any body
TagsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
TagsUpdateWithResponse(ctx context.Context, id int, body TagsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
TagsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body TagsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TagsUpdateResponse, error)
// TasksListWithResponse request
TasksListWithResponse(ctx context.Context, params *TasksListParams, reqEditors ...RequestEditorFn) (*TasksListResponse, error)
// AcknowledgeTasksWithBodyWithResponse request with any body
AcknowledgeTasksWithBodyWithResponse(ctx context.Context, params *AcknowledgeTasksParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*AcknowledgeTasksResponse, error)
AcknowledgeTasksWithResponse(ctx context.Context, params *AcknowledgeTasksParams, body AcknowledgeTasksJSONRequestBody, reqEditors ...RequestEditorFn) (*AcknowledgeTasksResponse, error)
// TasksRunCreateWithBodyWithResponse request with any body
TasksRunCreateWithBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
TasksRunCreateWithResponse(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
TasksRunCreateWithFormdataBodyWithResponse(ctx context.Context, params *TasksRunCreateParams, body TasksRunCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TasksRunCreateResponse, error)
// TasksRetrieveWithResponse request
TasksRetrieveWithResponse(ctx context.Context, id int, params *TasksRetrieveParams, reqEditors ...RequestEditorFn) (*TasksRetrieveResponse, error)
// TokenCreateWithBodyWithResponse request with any body
TokenCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
TokenCreateWithResponse(ctx context.Context, body TokenCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
TokenCreateWithFormdataBodyWithResponse(ctx context.Context, body TokenCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TokenCreateResponse, error)
// TrashListWithResponse request
TrashListWithResponse(ctx context.Context, params *TrashListParams, reqEditors ...RequestEditorFn) (*TrashListResponse, error)
// TrashCreateWithBodyWithResponse request with any body
TrashCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
TrashCreateWithResponse(ctx context.Context, body TrashCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
TrashCreateWithFormdataBodyWithResponse(ctx context.Context, body TrashCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*TrashCreateResponse, error)
// UiSettingsRetrieveWithResponse request
UiSettingsRetrieveWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*UiSettingsRetrieveResponse, error)
// UiSettingsCreateWithBodyWithResponse request with any body
UiSettingsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
UiSettingsCreateWithResponse(ctx context.Context, body UiSettingsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
UiSettingsCreateWithFormdataBodyWithResponse(ctx context.Context, body UiSettingsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UiSettingsCreateResponse, error)
// UsersListWithResponse request
UsersListWithResponse(ctx context.Context, params *UsersListParams, reqEditors ...RequestEditorFn) (*UsersListResponse, error)
// UsersCreateWithBodyWithResponse request with any body
UsersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
UsersCreateWithResponse(ctx context.Context, body UsersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
UsersCreateWithFormdataBodyWithResponse(ctx context.Context, body UsersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersCreateResponse, error)
// UsersDestroyWithResponse request
UsersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDestroyResponse, error)
// UsersRetrieveWithResponse request
UsersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersRetrieveResponse, error)
// UsersPartialUpdateWithBodyWithResponse request with any body
UsersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
UsersPartialUpdateWithResponse(ctx context.Context, id int, body UsersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
UsersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersPartialUpdateResponse, error)
// UsersUpdateWithBodyWithResponse request with any body
UsersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
UsersUpdateWithResponse(ctx context.Context, id int, body UsersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
UsersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body UsersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*UsersUpdateResponse, error)
// UsersDeactivateTotpCreateWithResponse request
UsersDeactivateTotpCreateWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*UsersDeactivateTotpCreateResponse, error)
// WorkflowActionsListWithResponse request
WorkflowActionsListWithResponse(ctx context.Context, params *WorkflowActionsListParams, reqEditors ...RequestEditorFn) (*WorkflowActionsListResponse, error)
// WorkflowActionsCreateWithBodyWithResponse request with any body
WorkflowActionsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
WorkflowActionsCreateWithResponse(ctx context.Context, body WorkflowActionsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
WorkflowActionsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowActionsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsCreateResponse, error)
// WorkflowActionsDestroyWithResponse request
WorkflowActionsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsDestroyResponse, error)
// WorkflowActionsRetrieveWithResponse request
WorkflowActionsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowActionsRetrieveResponse, error)
// WorkflowActionsPartialUpdateWithBodyWithResponse request with any body
WorkflowActionsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
WorkflowActionsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
WorkflowActionsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowActionsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsPartialUpdateResponse, error)
// WorkflowActionsUpdateWithBodyWithResponse request with any body
WorkflowActionsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
WorkflowActionsUpdateWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
WorkflowActionsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowActionsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowActionsUpdateResponse, error)
// WorkflowTriggersListWithResponse request
WorkflowTriggersListWithResponse(ctx context.Context, params *WorkflowTriggersListParams, reqEditors ...RequestEditorFn) (*WorkflowTriggersListResponse, error)
// WorkflowTriggersCreateWithBodyWithResponse request with any body
WorkflowTriggersCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
WorkflowTriggersCreateWithResponse(ctx context.Context, body WorkflowTriggersCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
WorkflowTriggersCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowTriggersCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersCreateResponse, error)
// WorkflowTriggersDestroyWithResponse request
WorkflowTriggersDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersDestroyResponse, error)
// WorkflowTriggersRetrieveWithResponse request
WorkflowTriggersRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowTriggersRetrieveResponse, error)
// WorkflowTriggersPartialUpdateWithBodyWithResponse request with any body
WorkflowTriggersPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
WorkflowTriggersPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
WorkflowTriggersPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowTriggersPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersPartialUpdateResponse, error)
// WorkflowTriggersUpdateWithBodyWithResponse request with any body
WorkflowTriggersUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
WorkflowTriggersUpdateWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
WorkflowTriggersUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowTriggersUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowTriggersUpdateResponse, error)
// WorkflowsListWithResponse request
WorkflowsListWithResponse(ctx context.Context, params *WorkflowsListParams, reqEditors ...RequestEditorFn) (*WorkflowsListResponse, error)
// WorkflowsCreateWithBodyWithResponse request with any body
WorkflowsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
WorkflowsCreateWithResponse(ctx context.Context, body WorkflowsCreateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
WorkflowsCreateWithFormdataBodyWithResponse(ctx context.Context, body WorkflowsCreateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsCreateResponse, error)
// WorkflowsDestroyWithResponse request
WorkflowsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsDestroyResponse, error)
// WorkflowsRetrieveWithResponse request
WorkflowsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*WorkflowsRetrieveResponse, error)
// WorkflowsPartialUpdateWithBodyWithResponse request with any body
WorkflowsPartialUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
WorkflowsPartialUpdateWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
WorkflowsPartialUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsPartialUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsPartialUpdateResponse, error)
// WorkflowsUpdateWithBodyWithResponse request with any body
WorkflowsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
WorkflowsUpdateWithResponse(ctx context.Context, id int, body WorkflowsUpdateJSONRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
WorkflowsUpdateWithFormdataBodyWithResponse(ctx context.Context, id int, body WorkflowsUpdateFormdataRequestBody, reqEditors ...RequestEditorFn) (*WorkflowsUpdateResponse, error)
}
ClientWithResponsesInterface is the interface specification for the client with responses above.
type ColorConversionStrategyEnum ¶
type ColorConversionStrategyEnum string
ColorConversionStrategyEnum * `LeaveColorUnchanged` - LeaveColorUnchanged * `RGB` - RGB * `UseDeviceIndependentColor` - UseDeviceIndependentColor * `Gray` - Gray * `CMYK` - CMYK
const ( CMYK ColorConversionStrategyEnum = "CMYK" Gray ColorConversionStrategyEnum = "Gray" LeaveColorUnchanged ColorConversionStrategyEnum = "LeaveColorUnchanged" RGB ColorConversionStrategyEnum = "RGB" UseDeviceIndependentColor ColorConversionStrategyEnum = "UseDeviceIndependentColor" )
Defines values for ColorConversionStrategyEnum.
func (ColorConversionStrategyEnum) Valid ¶
func (e ColorConversionStrategyEnum) Valid() bool
Valid indicates whether the value is a known member of the ColorConversionStrategyEnum enum.
type CompressionEnum ¶
type CompressionEnum string
CompressionEnum * `none` - none * `deflated` - deflated * `bzip2` - bzip2 * `lzma` - lzma
const ( CompressionEnumBzip2 CompressionEnum = "bzip2" CompressionEnumDeflated CompressionEnum = "deflated" CompressionEnumLzma CompressionEnum = "lzma" CompressionEnumNone CompressionEnum = "none" )
Defines values for CompressionEnum.
func (CompressionEnum) Valid ¶
func (e CompressionEnum) Valid() bool
Valid indicates whether the value is a known member of the CompressionEnum enum.
type ConfigDestroyResponse ¶
func ParseConfigDestroyResponse ¶
func ParseConfigDestroyResponse(rsp *http.Response) (*ConfigDestroyResponse, error)
ParseConfigDestroyResponse parses an HTTP response from a ConfigDestroyWithResponse call
func (ConfigDestroyResponse) ContentType ¶
func (r ConfigDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ConfigDestroyResponse) Status ¶
func (r ConfigDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (ConfigDestroyResponse) StatusCode ¶
func (r ConfigDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConfigListResponse ¶
type ConfigListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]ApplicationConfiguration
}
func ParseConfigListResponse ¶
func ParseConfigListResponse(rsp *http.Response) (*ConfigListResponse, error)
ParseConfigListResponse parses an HTTP response from a ConfigListWithResponse call
func (ConfigListResponse) ContentType ¶
func (r ConfigListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ConfigListResponse) Status ¶
func (r ConfigListResponse) Status() string
Status returns HTTPResponse.Status
func (ConfigListResponse) StatusCode ¶
func (r ConfigListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConfigPartialUpdateFormdataRequestBody ¶
type ConfigPartialUpdateFormdataRequestBody = PatchedApplicationConfigurationRequest
ConfigPartialUpdateFormdataRequestBody defines body for ConfigPartialUpdate for application/x-www-form-urlencoded ContentType.
type ConfigPartialUpdateJSONRequestBody ¶
type ConfigPartialUpdateJSONRequestBody = PatchedApplicationConfigurationRequest
ConfigPartialUpdateJSONRequestBody defines body for ConfigPartialUpdate for application/json ContentType.
type ConfigPartialUpdateMultipartRequestBody ¶
type ConfigPartialUpdateMultipartRequestBody = PatchedApplicationConfigurationRequest
ConfigPartialUpdateMultipartRequestBody defines body for ConfigPartialUpdate for multipart/form-data ContentType.
type ConfigPartialUpdateResponse ¶
type ConfigPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ApplicationConfiguration
}
func ParseConfigPartialUpdateResponse ¶
func ParseConfigPartialUpdateResponse(rsp *http.Response) (*ConfigPartialUpdateResponse, error)
ParseConfigPartialUpdateResponse parses an HTTP response from a ConfigPartialUpdateWithResponse call
func (ConfigPartialUpdateResponse) ContentType ¶
func (r ConfigPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ConfigPartialUpdateResponse) Status ¶
func (r ConfigPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (ConfigPartialUpdateResponse) StatusCode ¶
func (r ConfigPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConfigRetrieveResponse ¶
type ConfigRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ApplicationConfiguration
}
func ParseConfigRetrieveResponse ¶
func ParseConfigRetrieveResponse(rsp *http.Response) (*ConfigRetrieveResponse, error)
ParseConfigRetrieveResponse parses an HTTP response from a ConfigRetrieveWithResponse call
func (ConfigRetrieveResponse) ContentType ¶
func (r ConfigRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ConfigRetrieveResponse) Status ¶
func (r ConfigRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ConfigRetrieveResponse) StatusCode ¶
func (r ConfigRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConfigUpdateFormdataRequestBody ¶
type ConfigUpdateFormdataRequestBody = ApplicationConfigurationRequest
ConfigUpdateFormdataRequestBody defines body for ConfigUpdate for application/x-www-form-urlencoded ContentType.
type ConfigUpdateJSONRequestBody ¶
type ConfigUpdateJSONRequestBody = ApplicationConfigurationRequest
ConfigUpdateJSONRequestBody defines body for ConfigUpdate for application/json ContentType.
type ConfigUpdateMultipartRequestBody ¶
type ConfigUpdateMultipartRequestBody = ApplicationConfigurationRequest
ConfigUpdateMultipartRequestBody defines body for ConfigUpdate for multipart/form-data ContentType.
type ConfigUpdateResponse ¶
type ConfigUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ApplicationConfiguration
}
func ParseConfigUpdateResponse ¶
func ParseConfigUpdateResponse(rsp *http.Response) (*ConfigUpdateResponse, error)
ParseConfigUpdateResponse parses an HTTP response from a ConfigUpdateWithResponse call
func (ConfigUpdateResponse) ContentType ¶
func (r ConfigUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ConfigUpdateResponse) Status ¶
func (r ConfigUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (ConfigUpdateResponse) StatusCode ¶
func (r ConfigUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ConsumptionScopeEnum ¶
type ConsumptionScopeEnum int
ConsumptionScopeEnum * `1` - Only process attachments. * `2` - Process full Mail (with embedded attachments in file) as .eml * `3` - Process full Mail (with embedded attachments in file) as .eml + process attachments as separate documents
const ( ConsumptionScopeEnumN1 ConsumptionScopeEnum = 1 ConsumptionScopeEnumN2 ConsumptionScopeEnum = 2 ConsumptionScopeEnumN3 ConsumptionScopeEnum = 3 )
Defines values for ConsumptionScopeEnum.
func (ConsumptionScopeEnum) Valid ¶
func (e ConsumptionScopeEnum) Valid() bool
Valid indicates whether the value is a known member of the ConsumptionScopeEnum enum.
type ContentEnum ¶
type ContentEnum string
ContentEnum * `archive` - archive * `originals` - originals * `both` - both
const ( ContentEnumArchive ContentEnum = "archive" ContentEnumBoth ContentEnum = "both" ContentEnumOriginals ContentEnum = "originals" )
Defines values for ContentEnum.
func (ContentEnum) Valid ¶
func (e ContentEnum) Valid() bool
Valid indicates whether the value is a known member of the ContentEnum enum.
type Correspondent ¶
type Correspondent struct {
DocumentCount *int `json:"document_count,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
LastCorrespondence *openapi_types.Date `json:"last_correspondence,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Permissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"permissions,omitempty"`
Slug *string `json:"slug,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
Correspondent defines model for Correspondent.
type CorrespondentCounts ¶
CorrespondentCounts defines model for CorrespondentCounts.
type CorrespondentRequest ¶
type CorrespondentRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
CorrespondentRequest defines model for CorrespondentRequest.
type CorrespondentsCreateFormdataRequestBody ¶
type CorrespondentsCreateFormdataRequestBody = CorrespondentRequest
CorrespondentsCreateFormdataRequestBody defines body for CorrespondentsCreate for application/x-www-form-urlencoded ContentType.
type CorrespondentsCreateJSONRequestBody ¶
type CorrespondentsCreateJSONRequestBody = CorrespondentRequest
CorrespondentsCreateJSONRequestBody defines body for CorrespondentsCreate for application/json ContentType.
type CorrespondentsCreateMultipartRequestBody ¶
type CorrespondentsCreateMultipartRequestBody = CorrespondentRequest
CorrespondentsCreateMultipartRequestBody defines body for CorrespondentsCreate for multipart/form-data ContentType.
type CorrespondentsCreateResponse ¶
type CorrespondentsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *Correspondent
}
func ParseCorrespondentsCreateResponse ¶
func ParseCorrespondentsCreateResponse(rsp *http.Response) (*CorrespondentsCreateResponse, error)
ParseCorrespondentsCreateResponse parses an HTTP response from a CorrespondentsCreateWithResponse call
func (CorrespondentsCreateResponse) ContentType ¶
func (r CorrespondentsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsCreateResponse) Status ¶
func (r CorrespondentsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsCreateResponse) StatusCode ¶
func (r CorrespondentsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CorrespondentsDestroyResponse ¶
func ParseCorrespondentsDestroyResponse ¶
func ParseCorrespondentsDestroyResponse(rsp *http.Response) (*CorrespondentsDestroyResponse, error)
ParseCorrespondentsDestroyResponse parses an HTTP response from a CorrespondentsDestroyWithResponse call
func (CorrespondentsDestroyResponse) ContentType ¶
func (r CorrespondentsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsDestroyResponse) Status ¶
func (r CorrespondentsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsDestroyResponse) StatusCode ¶
func (r CorrespondentsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CorrespondentsListParams ¶
type CorrespondentsListParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
CorrespondentsListParams defines parameters for CorrespondentsList.
type CorrespondentsListResponse ¶
type CorrespondentsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedCorrespondentList
}
func ParseCorrespondentsListResponse ¶
func ParseCorrespondentsListResponse(rsp *http.Response) (*CorrespondentsListResponse, error)
ParseCorrespondentsListResponse parses an HTTP response from a CorrespondentsListWithResponse call
func (CorrespondentsListResponse) ContentType ¶
func (r CorrespondentsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsListResponse) Status ¶
func (r CorrespondentsListResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsListResponse) StatusCode ¶
func (r CorrespondentsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CorrespondentsPartialUpdateFormdataRequestBody ¶
type CorrespondentsPartialUpdateFormdataRequestBody = PatchedCorrespondentRequest
CorrespondentsPartialUpdateFormdataRequestBody defines body for CorrespondentsPartialUpdate for application/x-www-form-urlencoded ContentType.
type CorrespondentsPartialUpdateJSONRequestBody ¶
type CorrespondentsPartialUpdateJSONRequestBody = PatchedCorrespondentRequest
CorrespondentsPartialUpdateJSONRequestBody defines body for CorrespondentsPartialUpdate for application/json ContentType.
type CorrespondentsPartialUpdateMultipartRequestBody ¶
type CorrespondentsPartialUpdateMultipartRequestBody = PatchedCorrespondentRequest
CorrespondentsPartialUpdateMultipartRequestBody defines body for CorrespondentsPartialUpdate for multipart/form-data ContentType.
type CorrespondentsPartialUpdateResponse ¶
type CorrespondentsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Correspondent
}
func ParseCorrespondentsPartialUpdateResponse ¶
func ParseCorrespondentsPartialUpdateResponse(rsp *http.Response) (*CorrespondentsPartialUpdateResponse, error)
ParseCorrespondentsPartialUpdateResponse parses an HTTP response from a CorrespondentsPartialUpdateWithResponse call
func (CorrespondentsPartialUpdateResponse) ContentType ¶
func (r CorrespondentsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsPartialUpdateResponse) Status ¶
func (r CorrespondentsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsPartialUpdateResponse) StatusCode ¶
func (r CorrespondentsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CorrespondentsRetrieveParams ¶
type CorrespondentsRetrieveParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
}
CorrespondentsRetrieveParams defines parameters for CorrespondentsRetrieve.
type CorrespondentsRetrieveResponse ¶
type CorrespondentsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Correspondent
}
func ParseCorrespondentsRetrieveResponse ¶
func ParseCorrespondentsRetrieveResponse(rsp *http.Response) (*CorrespondentsRetrieveResponse, error)
ParseCorrespondentsRetrieveResponse parses an HTTP response from a CorrespondentsRetrieveWithResponse call
func (CorrespondentsRetrieveResponse) ContentType ¶
func (r CorrespondentsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsRetrieveResponse) Status ¶
func (r CorrespondentsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsRetrieveResponse) StatusCode ¶
func (r CorrespondentsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CorrespondentsUpdateFormdataRequestBody ¶
type CorrespondentsUpdateFormdataRequestBody = CorrespondentRequest
CorrespondentsUpdateFormdataRequestBody defines body for CorrespondentsUpdate for application/x-www-form-urlencoded ContentType.
type CorrespondentsUpdateJSONRequestBody ¶
type CorrespondentsUpdateJSONRequestBody = CorrespondentRequest
CorrespondentsUpdateJSONRequestBody defines body for CorrespondentsUpdate for application/json ContentType.
type CorrespondentsUpdateMultipartRequestBody ¶
type CorrespondentsUpdateMultipartRequestBody = CorrespondentRequest
CorrespondentsUpdateMultipartRequestBody defines body for CorrespondentsUpdate for multipart/form-data ContentType.
type CorrespondentsUpdateResponse ¶
type CorrespondentsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Correspondent
}
func ParseCorrespondentsUpdateResponse ¶
func ParseCorrespondentsUpdateResponse(rsp *http.Response) (*CorrespondentsUpdateResponse, error)
ParseCorrespondentsUpdateResponse parses an HTTP response from a CorrespondentsUpdateWithResponse call
func (CorrespondentsUpdateResponse) ContentType ¶
func (r CorrespondentsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CorrespondentsUpdateResponse) Status ¶
func (r CorrespondentsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (CorrespondentsUpdateResponse) StatusCode ¶
func (r CorrespondentsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomField ¶
type CustomField struct {
// DataType * `string` - string
// * `url` - url
// * `date` - date
// * `boolean` - boolean
// * `integer` - integer
// * `float` - float
// * `monetary` - monetary
// * `documentlink` - documentlink
// * `select` - select
// * `longtext` - longtext
DataType DataTypeEnum `json:"data_type"`
DocumentCount *int `json:"document_count,omitempty"`
// ExtraData Extra data for the custom field, such as select options
ExtraData interface{} `json:"extra_data,omitempty"`
Id *int `json:"id,omitempty"`
Name string `json:"name"`
}
CustomField defines model for CustomField.
type CustomFieldCounts ¶
CustomFieldCounts defines model for CustomFieldCounts.
type CustomFieldInstance ¶
type CustomFieldInstance struct {
Field int `json:"field"`
// Value Given the *incoming* primitive data, return the value for this field
// that should be validated and transformed to a native value.
Value *CustomFieldInstance_Value `json:"value"`
}
CustomFieldInstance defines model for CustomFieldInstance.
type CustomFieldInstanceRequest ¶
type CustomFieldInstanceRequest struct {
Field int `json:"field"`
// Value Given the *incoming* primitive data, return the value for this field
// that should be validated and transformed to a native value.
Value *CustomFieldInstanceRequest_Value `json:"value"`
}
CustomFieldInstanceRequest defines model for CustomFieldInstanceRequest.
type CustomFieldInstanceRequestValue0 ¶
type CustomFieldInstanceRequestValue0 = string
CustomFieldInstanceRequestValue0 defines model for .
type CustomFieldInstanceRequestValue1 ¶
type CustomFieldInstanceRequestValue1 = int
CustomFieldInstanceRequestValue1 defines model for .
type CustomFieldInstanceRequestValue2 ¶
type CustomFieldInstanceRequestValue2 = float64
CustomFieldInstanceRequestValue2 defines model for .
type CustomFieldInstanceRequestValue3 ¶
type CustomFieldInstanceRequestValue3 map[string]interface{}
CustomFieldInstanceRequestValue3 defines model for .
type CustomFieldInstanceRequest_Value ¶
type CustomFieldInstanceRequest_Value struct {
// contains filtered or unexported fields
}
CustomFieldInstanceRequest_Value Given the *incoming* primitive data, return the value for this field that should be validated and transformed to a native value.
func (CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue0 ¶
func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue0() (CustomFieldInstanceRequestValue0, error)
AsCustomFieldInstanceRequestValue0 returns the union data inside the CustomFieldInstanceRequest_Value as a CustomFieldInstanceRequestValue0
func (CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue1 ¶
func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue1() (CustomFieldInstanceRequestValue1, error)
AsCustomFieldInstanceRequestValue1 returns the union data inside the CustomFieldInstanceRequest_Value as a CustomFieldInstanceRequestValue1
func (CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue2 ¶
func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue2() (CustomFieldInstanceRequestValue2, error)
AsCustomFieldInstanceRequestValue2 returns the union data inside the CustomFieldInstanceRequest_Value as a CustomFieldInstanceRequestValue2
func (CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue3 ¶
func (t CustomFieldInstanceRequest_Value) AsCustomFieldInstanceRequestValue3() (CustomFieldInstanceRequestValue3, error)
AsCustomFieldInstanceRequestValue3 returns the union data inside the CustomFieldInstanceRequest_Value as a CustomFieldInstanceRequestValue3
func (*CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue0 ¶
func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue0(v CustomFieldInstanceRequestValue0) error
FromCustomFieldInstanceRequestValue0 overwrites any union data inside the CustomFieldInstanceRequest_Value as the provided CustomFieldInstanceRequestValue0
func (*CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue1 ¶
func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue1(v CustomFieldInstanceRequestValue1) error
FromCustomFieldInstanceRequestValue1 overwrites any union data inside the CustomFieldInstanceRequest_Value as the provided CustomFieldInstanceRequestValue1
func (*CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue2 ¶
func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue2(v CustomFieldInstanceRequestValue2) error
FromCustomFieldInstanceRequestValue2 overwrites any union data inside the CustomFieldInstanceRequest_Value as the provided CustomFieldInstanceRequestValue2
func (*CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue3 ¶
func (t *CustomFieldInstanceRequest_Value) FromCustomFieldInstanceRequestValue3(v CustomFieldInstanceRequestValue3) error
FromCustomFieldInstanceRequestValue3 overwrites any union data inside the CustomFieldInstanceRequest_Value as the provided CustomFieldInstanceRequestValue3
func (CustomFieldInstanceRequest_Value) MarshalJSON ¶
func (t CustomFieldInstanceRequest_Value) MarshalJSON() ([]byte, error)
func (*CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue0 ¶
func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue0(v CustomFieldInstanceRequestValue0) error
MergeCustomFieldInstanceRequestValue0 performs a merge with any union data inside the CustomFieldInstanceRequest_Value, using the provided CustomFieldInstanceRequestValue0
func (*CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue1 ¶
func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue1(v CustomFieldInstanceRequestValue1) error
MergeCustomFieldInstanceRequestValue1 performs a merge with any union data inside the CustomFieldInstanceRequest_Value, using the provided CustomFieldInstanceRequestValue1
func (*CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue2 ¶
func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue2(v CustomFieldInstanceRequestValue2) error
MergeCustomFieldInstanceRequestValue2 performs a merge with any union data inside the CustomFieldInstanceRequest_Value, using the provided CustomFieldInstanceRequestValue2
func (*CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue3 ¶
func (t *CustomFieldInstanceRequest_Value) MergeCustomFieldInstanceRequestValue3(v CustomFieldInstanceRequestValue3) error
MergeCustomFieldInstanceRequestValue3 performs a merge with any union data inside the CustomFieldInstanceRequest_Value, using the provided CustomFieldInstanceRequestValue3
func (*CustomFieldInstanceRequest_Value) UnmarshalJSON ¶
func (t *CustomFieldInstanceRequest_Value) UnmarshalJSON(b []byte) error
type CustomFieldInstanceValue0 ¶
type CustomFieldInstanceValue0 = string
CustomFieldInstanceValue0 defines model for .
type CustomFieldInstanceValue1 ¶
type CustomFieldInstanceValue1 = int
CustomFieldInstanceValue1 defines model for .
type CustomFieldInstanceValue2 ¶
type CustomFieldInstanceValue2 = float64
CustomFieldInstanceValue2 defines model for .
type CustomFieldInstanceValue3 ¶
type CustomFieldInstanceValue3 map[string]interface{}
CustomFieldInstanceValue3 defines model for .
type CustomFieldInstance_Value ¶
type CustomFieldInstance_Value struct {
// contains filtered or unexported fields
}
CustomFieldInstance_Value Given the *incoming* primitive data, return the value for this field that should be validated and transformed to a native value.
func (CustomFieldInstance_Value) AsCustomFieldInstanceValue0 ¶
func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue0() (CustomFieldInstanceValue0, error)
AsCustomFieldInstanceValue0 returns the union data inside the CustomFieldInstance_Value as a CustomFieldInstanceValue0
func (CustomFieldInstance_Value) AsCustomFieldInstanceValue1 ¶
func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue1() (CustomFieldInstanceValue1, error)
AsCustomFieldInstanceValue1 returns the union data inside the CustomFieldInstance_Value as a CustomFieldInstanceValue1
func (CustomFieldInstance_Value) AsCustomFieldInstanceValue2 ¶
func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue2() (CustomFieldInstanceValue2, error)
AsCustomFieldInstanceValue2 returns the union data inside the CustomFieldInstance_Value as a CustomFieldInstanceValue2
func (CustomFieldInstance_Value) AsCustomFieldInstanceValue3 ¶
func (t CustomFieldInstance_Value) AsCustomFieldInstanceValue3() (CustomFieldInstanceValue3, error)
AsCustomFieldInstanceValue3 returns the union data inside the CustomFieldInstance_Value as a CustomFieldInstanceValue3
func (*CustomFieldInstance_Value) FromCustomFieldInstanceValue0 ¶
func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue0(v CustomFieldInstanceValue0) error
FromCustomFieldInstanceValue0 overwrites any union data inside the CustomFieldInstance_Value as the provided CustomFieldInstanceValue0
func (*CustomFieldInstance_Value) FromCustomFieldInstanceValue1 ¶
func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue1(v CustomFieldInstanceValue1) error
FromCustomFieldInstanceValue1 overwrites any union data inside the CustomFieldInstance_Value as the provided CustomFieldInstanceValue1
func (*CustomFieldInstance_Value) FromCustomFieldInstanceValue2 ¶
func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue2(v CustomFieldInstanceValue2) error
FromCustomFieldInstanceValue2 overwrites any union data inside the CustomFieldInstance_Value as the provided CustomFieldInstanceValue2
func (*CustomFieldInstance_Value) FromCustomFieldInstanceValue3 ¶
func (t *CustomFieldInstance_Value) FromCustomFieldInstanceValue3(v CustomFieldInstanceValue3) error
FromCustomFieldInstanceValue3 overwrites any union data inside the CustomFieldInstance_Value as the provided CustomFieldInstanceValue3
func (CustomFieldInstance_Value) MarshalJSON ¶
func (t CustomFieldInstance_Value) MarshalJSON() ([]byte, error)
func (*CustomFieldInstance_Value) MergeCustomFieldInstanceValue0 ¶
func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue0(v CustomFieldInstanceValue0) error
MergeCustomFieldInstanceValue0 performs a merge with any union data inside the CustomFieldInstance_Value, using the provided CustomFieldInstanceValue0
func (*CustomFieldInstance_Value) MergeCustomFieldInstanceValue1 ¶
func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue1(v CustomFieldInstanceValue1) error
MergeCustomFieldInstanceValue1 performs a merge with any union data inside the CustomFieldInstance_Value, using the provided CustomFieldInstanceValue1
func (*CustomFieldInstance_Value) MergeCustomFieldInstanceValue2 ¶
func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue2(v CustomFieldInstanceValue2) error
MergeCustomFieldInstanceValue2 performs a merge with any union data inside the CustomFieldInstance_Value, using the provided CustomFieldInstanceValue2
func (*CustomFieldInstance_Value) MergeCustomFieldInstanceValue3 ¶
func (t *CustomFieldInstance_Value) MergeCustomFieldInstanceValue3(v CustomFieldInstanceValue3) error
MergeCustomFieldInstanceValue3 performs a merge with any union data inside the CustomFieldInstance_Value, using the provided CustomFieldInstanceValue3
func (*CustomFieldInstance_Value) UnmarshalJSON ¶
func (t *CustomFieldInstance_Value) UnmarshalJSON(b []byte) error
type CustomFieldRequest ¶
type CustomFieldRequest struct {
// DataType * `string` - string
// * `url` - url
// * `date` - date
// * `boolean` - boolean
// * `integer` - integer
// * `float` - float
// * `monetary` - monetary
// * `documentlink` - documentlink
// * `select` - select
// * `longtext` - longtext
DataType DataTypeEnum `json:"data_type"`
// ExtraData Extra data for the custom field, such as select options
ExtraData interface{} `json:"extra_data,omitempty"`
Name string `json:"name"`
}
CustomFieldRequest defines model for CustomFieldRequest.
type CustomFieldsCreateFormdataRequestBody ¶
type CustomFieldsCreateFormdataRequestBody = CustomFieldRequest
CustomFieldsCreateFormdataRequestBody defines body for CustomFieldsCreate for application/x-www-form-urlencoded ContentType.
type CustomFieldsCreateJSONRequestBody ¶
type CustomFieldsCreateJSONRequestBody = CustomFieldRequest
CustomFieldsCreateJSONRequestBody defines body for CustomFieldsCreate for application/json ContentType.
type CustomFieldsCreateMultipartRequestBody ¶
type CustomFieldsCreateMultipartRequestBody = CustomFieldRequest
CustomFieldsCreateMultipartRequestBody defines body for CustomFieldsCreate for multipart/form-data ContentType.
type CustomFieldsCreateResponse ¶
type CustomFieldsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *CustomField
}
func ParseCustomFieldsCreateResponse ¶
func ParseCustomFieldsCreateResponse(rsp *http.Response) (*CustomFieldsCreateResponse, error)
ParseCustomFieldsCreateResponse parses an HTTP response from a CustomFieldsCreateWithResponse call
func (CustomFieldsCreateResponse) ContentType ¶
func (r CustomFieldsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsCreateResponse) Status ¶
func (r CustomFieldsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsCreateResponse) StatusCode ¶
func (r CustomFieldsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomFieldsDestroyResponse ¶
func ParseCustomFieldsDestroyResponse ¶
func ParseCustomFieldsDestroyResponse(rsp *http.Response) (*CustomFieldsDestroyResponse, error)
ParseCustomFieldsDestroyResponse parses an HTTP response from a CustomFieldsDestroyWithResponse call
func (CustomFieldsDestroyResponse) ContentType ¶
func (r CustomFieldsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsDestroyResponse) Status ¶
func (r CustomFieldsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsDestroyResponse) StatusCode ¶
func (r CustomFieldsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomFieldsListParams ¶
type CustomFieldsListParams struct {
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
CustomFieldsListParams defines parameters for CustomFieldsList.
type CustomFieldsListResponse ¶
type CustomFieldsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedCustomFieldList
}
func ParseCustomFieldsListResponse ¶
func ParseCustomFieldsListResponse(rsp *http.Response) (*CustomFieldsListResponse, error)
ParseCustomFieldsListResponse parses an HTTP response from a CustomFieldsListWithResponse call
func (CustomFieldsListResponse) ContentType ¶
func (r CustomFieldsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsListResponse) Status ¶
func (r CustomFieldsListResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsListResponse) StatusCode ¶
func (r CustomFieldsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomFieldsPartialUpdateFormdataRequestBody ¶
type CustomFieldsPartialUpdateFormdataRequestBody = PatchedCustomFieldRequest
CustomFieldsPartialUpdateFormdataRequestBody defines body for CustomFieldsPartialUpdate for application/x-www-form-urlencoded ContentType.
type CustomFieldsPartialUpdateJSONRequestBody ¶
type CustomFieldsPartialUpdateJSONRequestBody = PatchedCustomFieldRequest
CustomFieldsPartialUpdateJSONRequestBody defines body for CustomFieldsPartialUpdate for application/json ContentType.
type CustomFieldsPartialUpdateMultipartRequestBody ¶
type CustomFieldsPartialUpdateMultipartRequestBody = PatchedCustomFieldRequest
CustomFieldsPartialUpdateMultipartRequestBody defines body for CustomFieldsPartialUpdate for multipart/form-data ContentType.
type CustomFieldsPartialUpdateResponse ¶
type CustomFieldsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomField
}
func ParseCustomFieldsPartialUpdateResponse ¶
func ParseCustomFieldsPartialUpdateResponse(rsp *http.Response) (*CustomFieldsPartialUpdateResponse, error)
ParseCustomFieldsPartialUpdateResponse parses an HTTP response from a CustomFieldsPartialUpdateWithResponse call
func (CustomFieldsPartialUpdateResponse) ContentType ¶
func (r CustomFieldsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsPartialUpdateResponse) Status ¶
func (r CustomFieldsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsPartialUpdateResponse) StatusCode ¶
func (r CustomFieldsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomFieldsRetrieveResponse ¶
type CustomFieldsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomField
}
func ParseCustomFieldsRetrieveResponse ¶
func ParseCustomFieldsRetrieveResponse(rsp *http.Response) (*CustomFieldsRetrieveResponse, error)
ParseCustomFieldsRetrieveResponse parses an HTTP response from a CustomFieldsRetrieveWithResponse call
func (CustomFieldsRetrieveResponse) ContentType ¶
func (r CustomFieldsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsRetrieveResponse) Status ¶
func (r CustomFieldsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsRetrieveResponse) StatusCode ¶
func (r CustomFieldsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type CustomFieldsUpdateFormdataRequestBody ¶
type CustomFieldsUpdateFormdataRequestBody = CustomFieldRequest
CustomFieldsUpdateFormdataRequestBody defines body for CustomFieldsUpdate for application/x-www-form-urlencoded ContentType.
type CustomFieldsUpdateJSONRequestBody ¶
type CustomFieldsUpdateJSONRequestBody = CustomFieldRequest
CustomFieldsUpdateJSONRequestBody defines body for CustomFieldsUpdate for application/json ContentType.
type CustomFieldsUpdateMultipartRequestBody ¶
type CustomFieldsUpdateMultipartRequestBody = CustomFieldRequest
CustomFieldsUpdateMultipartRequestBody defines body for CustomFieldsUpdate for multipart/form-data ContentType.
type CustomFieldsUpdateResponse ¶
type CustomFieldsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *CustomField
}
func ParseCustomFieldsUpdateResponse ¶
func ParseCustomFieldsUpdateResponse(rsp *http.Response) (*CustomFieldsUpdateResponse, error)
ParseCustomFieldsUpdateResponse parses an HTTP response from a CustomFieldsUpdateWithResponse call
func (CustomFieldsUpdateResponse) ContentType ¶
func (r CustomFieldsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (CustomFieldsUpdateResponse) Status ¶
func (r CustomFieldsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (CustomFieldsUpdateResponse) StatusCode ¶
func (r CustomFieldsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DataTypeEnum ¶
type DataTypeEnum string
DataTypeEnum * `string` - string * `url` - url * `date` - date * `boolean` - boolean * `integer` - integer * `float` - float * `monetary` - monetary * `documentlink` - documentlink * `select` - select * `longtext` - longtext
const ( Boolean DataTypeEnum = "boolean" Date DataTypeEnum = "date" Documentlink DataTypeEnum = "documentlink" Float DataTypeEnum = "float" Integer DataTypeEnum = "integer" Longtext DataTypeEnum = "longtext" Monetary DataTypeEnum = "monetary" Select DataTypeEnum = "select" String DataTypeEnum = "string" Url DataTypeEnum = "url" )
Defines values for DataTypeEnum.
func (DataTypeEnum) Valid ¶
func (e DataTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the DataTypeEnum enum.
type Database ¶
type Database struct {
Error string `json:"error"`
MigrationStatus MigrationStatus `json:"migration_status"`
Status string `json:"status"`
Type string `json:"type"`
Url string `json:"url"`
}
Database defines model for Database.
type DisplayModeEnum ¶
type DisplayModeEnum string
DisplayModeEnum * `table` - Table * `smallCards` - Small Cards * `largeCards` - Large Cards
const ( LargeCards DisplayModeEnum = "largeCards" SmallCards DisplayModeEnum = "smallCards" Table DisplayModeEnum = "table" )
Defines values for DisplayModeEnum.
func (DisplayModeEnum) Valid ¶
func (e DisplayModeEnum) Valid() bool
Valid indicates whether the value is a known member of the DisplayModeEnum enum.
type Document ¶
type Document struct {
Added *time.Time `json:"added,omitempty"`
// ArchiveSerialNumber The position of this document in your physical document archive.
ArchiveSerialNumber *int64 `json:"archive_serial_number,omitempty"`
ArchivedFileName *string `json:"archived_file_name,omitempty"`
// Content The raw, text-only data of the document. This field is primarily used for searching.
Content *string `json:"content,omitempty"`
Correspondent *int `json:"correspondent"`
Created *openapi_types.Date `json:"created,omitempty"`
// Deprecated: this property has been marked as deprecated upstream, but no `x-deprecated-reason` was set
CreatedDate *openapi_types.Date `json:"created_date,omitempty"`
CustomFields *[]CustomFieldInstance `json:"custom_fields,omitempty"`
DeletedAt *time.Time `json:"deleted_at,omitempty"`
DocumentType *int `json:"document_type"`
Id *int `json:"id,omitempty"`
MimeType *string `json:"mime_type,omitempty"`
Modified *time.Time `json:"modified,omitempty"`
Notes *[]Notes `json:"notes,omitempty"`
OriginalFileName *string `json:"original_file_name,omitempty"`
Owner *int `json:"owner,omitempty"`
PageCount *int `json:"page_count,omitempty"`
Permissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"permissions,omitempty"`
StoragePath *int `json:"storage_path"`
Tags []int `json:"tags"`
Title *string `json:"title,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
Document Adds update nested feature
type DocumentListRequest ¶
type DocumentListRequest struct {
Documents *[]int `json:"documents,omitempty"`
}
DocumentListRequest defines model for DocumentListRequest.
type DocumentRequest ¶
type DocumentRequest struct {
// ArchiveSerialNumber The position of this document in your physical document archive.
ArchiveSerialNumber *int64 `json:"archive_serial_number,omitempty"`
// Content The raw, text-only data of the document. This field is primarily used for searching.
Content *string `json:"content,omitempty"`
Correspondent *int `json:"correspondent"`
Created *openapi_types.Date `json:"created,omitempty"`
// Deprecated: this property has been marked as deprecated upstream, but no `x-deprecated-reason` was set
CreatedDate *openapi_types.Date `json:"created_date,omitempty"`
CustomFields *[]CustomFieldInstanceRequest `json:"custom_fields,omitempty"`
DeletedAt *time.Time `json:"deleted_at,omitempty"`
DocumentType *int `json:"document_type"`
Owner *int `json:"owner,omitempty"`
RemoveInboxTags *bool `json:"remove_inbox_tags,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
StoragePath *int `json:"storage_path"`
Tags []int `json:"tags"`
Title *string `json:"title,omitempty"`
}
DocumentRequest Adds update nested feature
type DocumentShareLinksResponse ¶
type DocumentShareLinksResponse struct {
Created *time.Time `json:"created,omitempty"`
Expiration *time.Time `json:"expiration,omitempty"`
Id *int `json:"id,omitempty"`
Slug *string `json:"slug,omitempty"`
}
}
func ParseDocumentShareLinksResponse ¶
func ParseDocumentShareLinksResponse(rsp *http.Response) (*DocumentShareLinksResponse, error)
ParseDocumentShareLinksResponse parses an HTTP response from a DocumentShareLinksWithResponse call
func (DocumentShareLinksResponse) ContentType ¶
func (r DocumentShareLinksResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentShareLinksResponse) Status ¶
func (r DocumentShareLinksResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentShareLinksResponse) StatusCode ¶
func (r DocumentShareLinksResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentType ¶
type DocumentType struct {
DocumentCount *int `json:"document_count,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Permissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"permissions,omitempty"`
Slug *string `json:"slug,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
DocumentType defines model for DocumentType.
type DocumentTypeCounts ¶
DocumentTypeCounts defines model for DocumentTypeCounts.
type DocumentTypeRequest ¶
type DocumentTypeRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
DocumentTypeRequest defines model for DocumentTypeRequest.
type DocumentTypesCreateFormdataRequestBody ¶
type DocumentTypesCreateFormdataRequestBody = DocumentTypeRequest
DocumentTypesCreateFormdataRequestBody defines body for DocumentTypesCreate for application/x-www-form-urlencoded ContentType.
type DocumentTypesCreateJSONRequestBody ¶
type DocumentTypesCreateJSONRequestBody = DocumentTypeRequest
DocumentTypesCreateJSONRequestBody defines body for DocumentTypesCreate for application/json ContentType.
type DocumentTypesCreateMultipartRequestBody ¶
type DocumentTypesCreateMultipartRequestBody = DocumentTypeRequest
DocumentTypesCreateMultipartRequestBody defines body for DocumentTypesCreate for multipart/form-data ContentType.
type DocumentTypesCreateResponse ¶
type DocumentTypesCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *DocumentType
}
func ParseDocumentTypesCreateResponse ¶
func ParseDocumentTypesCreateResponse(rsp *http.Response) (*DocumentTypesCreateResponse, error)
ParseDocumentTypesCreateResponse parses an HTTP response from a DocumentTypesCreateWithResponse call
func (DocumentTypesCreateResponse) ContentType ¶
func (r DocumentTypesCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesCreateResponse) Status ¶
func (r DocumentTypesCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesCreateResponse) StatusCode ¶
func (r DocumentTypesCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentTypesDestroyResponse ¶
func ParseDocumentTypesDestroyResponse ¶
func ParseDocumentTypesDestroyResponse(rsp *http.Response) (*DocumentTypesDestroyResponse, error)
ParseDocumentTypesDestroyResponse parses an HTTP response from a DocumentTypesDestroyWithResponse call
func (DocumentTypesDestroyResponse) ContentType ¶
func (r DocumentTypesDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesDestroyResponse) Status ¶
func (r DocumentTypesDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesDestroyResponse) StatusCode ¶
func (r DocumentTypesDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentTypesListParams ¶
type DocumentTypesListParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
DocumentTypesListParams defines parameters for DocumentTypesList.
type DocumentTypesListResponse ¶
type DocumentTypesListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedDocumentTypeList
}
func ParseDocumentTypesListResponse ¶
func ParseDocumentTypesListResponse(rsp *http.Response) (*DocumentTypesListResponse, error)
ParseDocumentTypesListResponse parses an HTTP response from a DocumentTypesListWithResponse call
func (DocumentTypesListResponse) ContentType ¶
func (r DocumentTypesListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesListResponse) Status ¶
func (r DocumentTypesListResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesListResponse) StatusCode ¶
func (r DocumentTypesListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentTypesPartialUpdateFormdataRequestBody ¶
type DocumentTypesPartialUpdateFormdataRequestBody = PatchedDocumentTypeRequest
DocumentTypesPartialUpdateFormdataRequestBody defines body for DocumentTypesPartialUpdate for application/x-www-form-urlencoded ContentType.
type DocumentTypesPartialUpdateJSONRequestBody ¶
type DocumentTypesPartialUpdateJSONRequestBody = PatchedDocumentTypeRequest
DocumentTypesPartialUpdateJSONRequestBody defines body for DocumentTypesPartialUpdate for application/json ContentType.
type DocumentTypesPartialUpdateMultipartRequestBody ¶
type DocumentTypesPartialUpdateMultipartRequestBody = PatchedDocumentTypeRequest
DocumentTypesPartialUpdateMultipartRequestBody defines body for DocumentTypesPartialUpdate for multipart/form-data ContentType.
type DocumentTypesPartialUpdateResponse ¶
type DocumentTypesPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DocumentType
}
func ParseDocumentTypesPartialUpdateResponse ¶
func ParseDocumentTypesPartialUpdateResponse(rsp *http.Response) (*DocumentTypesPartialUpdateResponse, error)
ParseDocumentTypesPartialUpdateResponse parses an HTTP response from a DocumentTypesPartialUpdateWithResponse call
func (DocumentTypesPartialUpdateResponse) ContentType ¶
func (r DocumentTypesPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesPartialUpdateResponse) Status ¶
func (r DocumentTypesPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesPartialUpdateResponse) StatusCode ¶
func (r DocumentTypesPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentTypesRetrieveParams ¶
type DocumentTypesRetrieveParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
}
DocumentTypesRetrieveParams defines parameters for DocumentTypesRetrieve.
type DocumentTypesRetrieveResponse ¶
type DocumentTypesRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DocumentType
}
func ParseDocumentTypesRetrieveResponse ¶
func ParseDocumentTypesRetrieveResponse(rsp *http.Response) (*DocumentTypesRetrieveResponse, error)
ParseDocumentTypesRetrieveResponse parses an HTTP response from a DocumentTypesRetrieveWithResponse call
func (DocumentTypesRetrieveResponse) ContentType ¶
func (r DocumentTypesRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesRetrieveResponse) Status ¶
func (r DocumentTypesRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesRetrieveResponse) StatusCode ¶
func (r DocumentTypesRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentTypesUpdateFormdataRequestBody ¶
type DocumentTypesUpdateFormdataRequestBody = DocumentTypeRequest
DocumentTypesUpdateFormdataRequestBody defines body for DocumentTypesUpdate for application/x-www-form-urlencoded ContentType.
type DocumentTypesUpdateJSONRequestBody ¶
type DocumentTypesUpdateJSONRequestBody = DocumentTypeRequest
DocumentTypesUpdateJSONRequestBody defines body for DocumentTypesUpdate for application/json ContentType.
type DocumentTypesUpdateMultipartRequestBody ¶
type DocumentTypesUpdateMultipartRequestBody = DocumentTypeRequest
DocumentTypesUpdateMultipartRequestBody defines body for DocumentTypesUpdate for multipart/form-data ContentType.
type DocumentTypesUpdateResponse ¶
type DocumentTypesUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *DocumentType
}
func ParseDocumentTypesUpdateResponse ¶
func ParseDocumentTypesUpdateResponse(rsp *http.Response) (*DocumentTypesUpdateResponse, error)
ParseDocumentTypesUpdateResponse parses an HTTP response from a DocumentTypesUpdateWithResponse call
func (DocumentTypesUpdateResponse) ContentType ¶
func (r DocumentTypesUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentTypesUpdateResponse) Status ¶
func (r DocumentTypesUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentTypesUpdateResponse) StatusCode ¶
func (r DocumentTypesUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsBulkDownloadCreateJSONRequestBody ¶
type DocumentsBulkDownloadCreateJSONRequestBody = BulkDownloadRequest
DocumentsBulkDownloadCreateJSONRequestBody defines body for DocumentsBulkDownloadCreate for application/json ContentType.
type DocumentsBulkDownloadCreateResponse ¶
type DocumentsBulkDownloadCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *BulkDownload
}
func ParseDocumentsBulkDownloadCreateResponse ¶
func ParseDocumentsBulkDownloadCreateResponse(rsp *http.Response) (*DocumentsBulkDownloadCreateResponse, error)
ParseDocumentsBulkDownloadCreateResponse parses an HTTP response from a DocumentsBulkDownloadCreateWithResponse call
func (DocumentsBulkDownloadCreateResponse) ContentType ¶
func (r DocumentsBulkDownloadCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsBulkDownloadCreateResponse) Status ¶
func (r DocumentsBulkDownloadCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsBulkDownloadCreateResponse) StatusCode ¶
func (r DocumentsBulkDownloadCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsDestroyResponse ¶
func ParseDocumentsDestroyResponse ¶
func ParseDocumentsDestroyResponse(rsp *http.Response) (*DocumentsDestroyResponse, error)
ParseDocumentsDestroyResponse parses an HTTP response from a DocumentsDestroyWithResponse call
func (DocumentsDestroyResponse) ContentType ¶
func (r DocumentsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsDestroyResponse) Status ¶
func (r DocumentsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsDestroyResponse) StatusCode ¶
func (r DocumentsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsDownloadRetrieveParams ¶
type DocumentsDownloadRetrieveParams struct {
Original *bool `form:"original,omitempty" json:"original,omitempty"`
}
DocumentsDownloadRetrieveParams defines parameters for DocumentsDownloadRetrieve.
type DocumentsDownloadRetrieveResponse ¶
type DocumentsDownloadRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *openapi_types.File
}
func ParseDocumentsDownloadRetrieveResponse ¶
func ParseDocumentsDownloadRetrieveResponse(rsp *http.Response) (*DocumentsDownloadRetrieveResponse, error)
ParseDocumentsDownloadRetrieveResponse parses an HTTP response from a DocumentsDownloadRetrieveWithResponse call
func (DocumentsDownloadRetrieveResponse) ContentType ¶
func (r DocumentsDownloadRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsDownloadRetrieveResponse) Status ¶
func (r DocumentsDownloadRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsDownloadRetrieveResponse) StatusCode ¶
func (r DocumentsDownloadRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsEmailCreateFormdataRequestBody ¶
type DocumentsEmailCreateFormdataRequestBody = EmailDocumentRequestRequest
DocumentsEmailCreateFormdataRequestBody defines body for DocumentsEmailCreate for application/x-www-form-urlencoded ContentType.
type DocumentsEmailCreateJSONRequestBody ¶
type DocumentsEmailCreateJSONRequestBody = EmailDocumentRequestRequest
DocumentsEmailCreateJSONRequestBody defines body for DocumentsEmailCreate for application/json ContentType.
type DocumentsEmailCreateMultipartRequestBody ¶
type DocumentsEmailCreateMultipartRequestBody = EmailDocumentRequestRequest
DocumentsEmailCreateMultipartRequestBody defines body for DocumentsEmailCreate for multipart/form-data ContentType.
type DocumentsEmailCreateResponse ¶
type DocumentsEmailCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmailDocumentResponse
}
func ParseDocumentsEmailCreateResponse ¶
func ParseDocumentsEmailCreateResponse(rsp *http.Response) (*DocumentsEmailCreateResponse, error)
ParseDocumentsEmailCreateResponse parses an HTTP response from a DocumentsEmailCreateWithResponse call
func (DocumentsEmailCreateResponse) ContentType ¶
func (r DocumentsEmailCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsEmailCreateResponse) Status ¶
func (r DocumentsEmailCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsEmailCreateResponse) StatusCode ¶
func (r DocumentsEmailCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsHistoryListParams ¶
type DocumentsHistoryListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
DocumentsHistoryListParams defines parameters for DocumentsHistoryList.
type DocumentsHistoryListResponse ¶
type DocumentsHistoryListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedLogEntryList
}
func ParseDocumentsHistoryListResponse ¶
func ParseDocumentsHistoryListResponse(rsp *http.Response) (*DocumentsHistoryListResponse, error)
ParseDocumentsHistoryListResponse parses an HTTP response from a DocumentsHistoryListWithResponse call
func (DocumentsHistoryListResponse) ContentType ¶
func (r DocumentsHistoryListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsHistoryListResponse) Status ¶
func (r DocumentsHistoryListResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsHistoryListResponse) StatusCode ¶
func (r DocumentsHistoryListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsListParams ¶
type DocumentsListParams struct {
AddedDateGt *openapi_types.Date `form:"added__date__gt,omitempty" json:"added__date__gt,omitempty"`
AddedDateGte *openapi_types.Date `form:"added__date__gte,omitempty" json:"added__date__gte,omitempty"`
AddedDateLt *openapi_types.Date `form:"added__date__lt,omitempty" json:"added__date__lt,omitempty"`
AddedDateLte *openapi_types.Date `form:"added__date__lte,omitempty" json:"added__date__lte,omitempty"`
AddedDay *float32 `form:"added__day,omitempty" json:"added__day,omitempty"`
AddedGt *time.Time `form:"added__gt,omitempty" json:"added__gt,omitempty"`
AddedGte *time.Time `form:"added__gte,omitempty" json:"added__gte,omitempty"`
AddedLt *time.Time `form:"added__lt,omitempty" json:"added__lt,omitempty"`
AddedLte *time.Time `form:"added__lte,omitempty" json:"added__lte,omitempty"`
AddedMonth *float32 `form:"added__month,omitempty" json:"added__month,omitempty"`
AddedYear *float32 `form:"added__year,omitempty" json:"added__year,omitempty"`
ArchiveSerialNumber *int `form:"archive_serial_number,omitempty" json:"archive_serial_number,omitempty"`
ArchiveSerialNumberGt *int `form:"archive_serial_number__gt,omitempty" json:"archive_serial_number__gt,omitempty"`
ArchiveSerialNumberGte *int `form:"archive_serial_number__gte,omitempty" json:"archive_serial_number__gte,omitempty"`
ArchiveSerialNumberIsnull *bool `form:"archive_serial_number__isnull,omitempty" json:"archive_serial_number__isnull,omitempty"`
ArchiveSerialNumberLt *int `form:"archive_serial_number__lt,omitempty" json:"archive_serial_number__lt,omitempty"`
ArchiveSerialNumberLte *int `form:"archive_serial_number__lte,omitempty" json:"archive_serial_number__lte,omitempty"`
ChecksumIcontains *string `form:"checksum__icontains,omitempty" json:"checksum__icontains,omitempty"`
ChecksumIendswith *string `form:"checksum__iendswith,omitempty" json:"checksum__iendswith,omitempty"`
ChecksumIexact *string `form:"checksum__iexact,omitempty" json:"checksum__iexact,omitempty"`
ChecksumIstartswith *string `form:"checksum__istartswith,omitempty" json:"checksum__istartswith,omitempty"`
ContentIcontains *string `form:"content__icontains,omitempty" json:"content__icontains,omitempty"`
ContentIendswith *string `form:"content__iendswith,omitempty" json:"content__iendswith,omitempty"`
ContentIexact *string `form:"content__iexact,omitempty" json:"content__iexact,omitempty"`
ContentIstartswith *string `form:"content__istartswith,omitempty" json:"content__istartswith,omitempty"`
CorrespondentId *int `form:"correspondent__id,omitempty" json:"correspondent__id,omitempty"`
// CorrespondentIdIn Multiple values may be separated by commas.
CorrespondentIdIn *[]int `form:"correspondent__id__in,omitempty" json:"correspondent__id__in,omitempty"`
CorrespondentIdNone *int `form:"correspondent__id__none,omitempty" json:"correspondent__id__none,omitempty"`
CorrespondentIsnull *bool `form:"correspondent__isnull,omitempty" json:"correspondent__isnull,omitempty"`
CorrespondentNameIcontains *string `form:"correspondent__name__icontains,omitempty" json:"correspondent__name__icontains,omitempty"`
CorrespondentNameIendswith *string `form:"correspondent__name__iendswith,omitempty" json:"correspondent__name__iendswith,omitempty"`
CorrespondentNameIexact *string `form:"correspondent__name__iexact,omitempty" json:"correspondent__name__iexact,omitempty"`
CorrespondentNameIstartswith *string `form:"correspondent__name__istartswith,omitempty" json:"correspondent__name__istartswith,omitempty"`
CreatedDateGt *openapi_types.Date `form:"created__date__gt,omitempty" json:"created__date__gt,omitempty"`
CreatedDateGte *openapi_types.Date `form:"created__date__gte,omitempty" json:"created__date__gte,omitempty"`
CreatedDateLt *openapi_types.Date `form:"created__date__lt,omitempty" json:"created__date__lt,omitempty"`
CreatedDateLte *openapi_types.Date `form:"created__date__lte,omitempty" json:"created__date__lte,omitempty"`
CreatedDay *float32 `form:"created__day,omitempty" json:"created__day,omitempty"`
CreatedGt *openapi_types.Date `form:"created__gt,omitempty" json:"created__gt,omitempty"`
CreatedGte *openapi_types.Date `form:"created__gte,omitempty" json:"created__gte,omitempty"`
CreatedLt *openapi_types.Date `form:"created__lt,omitempty" json:"created__lt,omitempty"`
CreatedLte *openapi_types.Date `form:"created__lte,omitempty" json:"created__lte,omitempty"`
CreatedMonth *float32 `form:"created__month,omitempty" json:"created__month,omitempty"`
CreatedYear *float32 `form:"created__year,omitempty" json:"created__year,omitempty"`
CustomFieldQuery *string `form:"custom_field_query,omitempty" json:"custom_field_query,omitempty"`
CustomFieldsIcontains *string `form:"custom_fields__icontains,omitempty" json:"custom_fields__icontains,omitempty"`
CustomFieldsIdAll *int `form:"custom_fields__id__all,omitempty" json:"custom_fields__id__all,omitempty"`
CustomFieldsIdIn *int `form:"custom_fields__id__in,omitempty" json:"custom_fields__id__in,omitempty"`
CustomFieldsIdNone *int `form:"custom_fields__id__none,omitempty" json:"custom_fields__id__none,omitempty"`
DocumentTypeId *int `form:"document_type__id,omitempty" json:"document_type__id,omitempty"`
// DocumentTypeIdIn Multiple values may be separated by commas.
DocumentTypeIdIn *[]int `form:"document_type__id__in,omitempty" json:"document_type__id__in,omitempty"`
DocumentTypeIdNone *int `form:"document_type__id__none,omitempty" json:"document_type__id__none,omitempty"`
DocumentTypeIsnull *bool `form:"document_type__isnull,omitempty" json:"document_type__isnull,omitempty"`
DocumentTypeNameIcontains *string `form:"document_type__name__icontains,omitempty" json:"document_type__name__icontains,omitempty"`
DocumentTypeNameIendswith *string `form:"document_type__name__iendswith,omitempty" json:"document_type__name__iendswith,omitempty"`
DocumentTypeNameIexact *string `form:"document_type__name__iexact,omitempty" json:"document_type__name__iexact,omitempty"`
DocumentTypeNameIstartswith *string `form:"document_type__name__istartswith,omitempty" json:"document_type__name__istartswith,omitempty"`
Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
// HasCustomFields Has custom field
HasCustomFields *bool `form:"has_custom_fields,omitempty" json:"has_custom_fields,omitempty"`
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
IsInInbox *bool `form:"is_in_inbox,omitempty" json:"is_in_inbox,omitempty"`
// IsTagged Is tagged
IsTagged *bool `form:"is_tagged,omitempty" json:"is_tagged,omitempty"`
MimeType *string `form:"mime_type,omitempty" json:"mime_type,omitempty"`
ModifiedDateGt *openapi_types.Date `form:"modified__date__gt,omitempty" json:"modified__date__gt,omitempty"`
ModifiedDateGte *openapi_types.Date `form:"modified__date__gte,omitempty" json:"modified__date__gte,omitempty"`
ModifiedDateLt *openapi_types.Date `form:"modified__date__lt,omitempty" json:"modified__date__lt,omitempty"`
ModifiedDateLte *openapi_types.Date `form:"modified__date__lte,omitempty" json:"modified__date__lte,omitempty"`
ModifiedDay *float32 `form:"modified__day,omitempty" json:"modified__day,omitempty"`
ModifiedGt *time.Time `form:"modified__gt,omitempty" json:"modified__gt,omitempty"`
ModifiedGte *time.Time `form:"modified__gte,omitempty" json:"modified__gte,omitempty"`
ModifiedLt *time.Time `form:"modified__lt,omitempty" json:"modified__lt,omitempty"`
ModifiedLte *time.Time `form:"modified__lte,omitempty" json:"modified__lte,omitempty"`
ModifiedMonth *float32 `form:"modified__month,omitempty" json:"modified__month,omitempty"`
ModifiedYear *float32 `form:"modified__year,omitempty" json:"modified__year,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
OriginalFilenameIcontains *string `form:"original_filename__icontains,omitempty" json:"original_filename__icontains,omitempty"`
OriginalFilenameIendswith *string `form:"original_filename__iendswith,omitempty" json:"original_filename__iendswith,omitempty"`
OriginalFilenameIexact *string `form:"original_filename__iexact,omitempty" json:"original_filename__iexact,omitempty"`
OriginalFilenameIstartswith *string `form:"original_filename__istartswith,omitempty" json:"original_filename__istartswith,omitempty"`
OwnerId *int `form:"owner__id,omitempty" json:"owner__id,omitempty"`
// OwnerIdIn Multiple values may be separated by commas.
OwnerIdIn *[]int `form:"owner__id__in,omitempty" json:"owner__id__in,omitempty"`
OwnerIdNone *int `form:"owner__id__none,omitempty" json:"owner__id__none,omitempty"`
OwnerIsnull *bool `form:"owner__isnull,omitempty" json:"owner__isnull,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
// Query Advanced search query string
Query *string `form:"query,omitempty" json:"query,omitempty"`
// Search A search term.
Search *string `form:"search,omitempty" json:"search,omitempty"`
StoragePathId *int `form:"storage_path__id,omitempty" json:"storage_path__id,omitempty"`
// StoragePathIdIn Multiple values may be separated by commas.
StoragePathIdIn *[]int `form:"storage_path__id__in,omitempty" json:"storage_path__id__in,omitempty"`
StoragePathIdNone *int `form:"storage_path__id__none,omitempty" json:"storage_path__id__none,omitempty"`
StoragePathIsnull *bool `form:"storage_path__isnull,omitempty" json:"storage_path__isnull,omitempty"`
StoragePathNameIcontains *string `form:"storage_path__name__icontains,omitempty" json:"storage_path__name__icontains,omitempty"`
StoragePathNameIendswith *string `form:"storage_path__name__iendswith,omitempty" json:"storage_path__name__iendswith,omitempty"`
StoragePathNameIexact *string `form:"storage_path__name__iexact,omitempty" json:"storage_path__name__iexact,omitempty"`
StoragePathNameIstartswith *string `form:"storage_path__name__istartswith,omitempty" json:"storage_path__name__istartswith,omitempty"`
TagsId *int `form:"tags__id,omitempty" json:"tags__id,omitempty"`
TagsIdAll *int `form:"tags__id__all,omitempty" json:"tags__id__all,omitempty"`
TagsIdIn *int `form:"tags__id__in,omitempty" json:"tags__id__in,omitempty"`
TagsIdNone *int `form:"tags__id__none,omitempty" json:"tags__id__none,omitempty"`
TagsNameIcontains *string `form:"tags__name__icontains,omitempty" json:"tags__name__icontains,omitempty"`
TagsNameIendswith *string `form:"tags__name__iendswith,omitempty" json:"tags__name__iendswith,omitempty"`
TagsNameIexact *string `form:"tags__name__iexact,omitempty" json:"tags__name__iexact,omitempty"`
TagsNameIstartswith *string `form:"tags__name__istartswith,omitempty" json:"tags__name__istartswith,omitempty"`
TitleIcontains *string `form:"title__icontains,omitempty" json:"title__icontains,omitempty"`
TitleIendswith *string `form:"title__iendswith,omitempty" json:"title__iendswith,omitempty"`
TitleIexact *string `form:"title__iexact,omitempty" json:"title__iexact,omitempty"`
TitleIstartswith *string `form:"title__istartswith,omitempty" json:"title__istartswith,omitempty"`
TitleContent *string `form:"title_content,omitempty" json:"title_content,omitempty"`
}
DocumentsListParams defines parameters for DocumentsList.
type DocumentsListResponse ¶
type DocumentsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedDocumentList
}
func ParseDocumentsListResponse ¶
func ParseDocumentsListResponse(rsp *http.Response) (*DocumentsListResponse, error)
ParseDocumentsListResponse parses an HTTP response from a DocumentsListWithResponse call
func (DocumentsListResponse) ContentType ¶
func (r DocumentsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsListResponse) Status ¶
func (r DocumentsListResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsListResponse) StatusCode ¶
func (r DocumentsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsMetadataRetrieveResponse ¶
type DocumentsMetadataRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Metadata
}
func ParseDocumentsMetadataRetrieveResponse ¶
func ParseDocumentsMetadataRetrieveResponse(rsp *http.Response) (*DocumentsMetadataRetrieveResponse, error)
ParseDocumentsMetadataRetrieveResponse parses an HTTP response from a DocumentsMetadataRetrieveWithResponse call
func (DocumentsMetadataRetrieveResponse) ContentType ¶
func (r DocumentsMetadataRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsMetadataRetrieveResponse) Status ¶
func (r DocumentsMetadataRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsMetadataRetrieveResponse) StatusCode ¶
func (r DocumentsMetadataRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsNextAsnRetrieveResponse ¶
type DocumentsNextAsnRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *int
}
func ParseDocumentsNextAsnRetrieveResponse ¶
func ParseDocumentsNextAsnRetrieveResponse(rsp *http.Response) (*DocumentsNextAsnRetrieveResponse, error)
ParseDocumentsNextAsnRetrieveResponse parses an HTTP response from a DocumentsNextAsnRetrieveWithResponse call
func (DocumentsNextAsnRetrieveResponse) ContentType ¶
func (r DocumentsNextAsnRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsNextAsnRetrieveResponse) Status ¶
func (r DocumentsNextAsnRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsNextAsnRetrieveResponse) StatusCode ¶
func (r DocumentsNextAsnRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsNotesCreateFormdataRequestBody ¶
type DocumentsNotesCreateFormdataRequestBody = NoteCreateRequestRequest
DocumentsNotesCreateFormdataRequestBody defines body for DocumentsNotesCreate for application/x-www-form-urlencoded ContentType.
type DocumentsNotesCreateJSONRequestBody ¶
type DocumentsNotesCreateJSONRequestBody = NoteCreateRequestRequest
DocumentsNotesCreateJSONRequestBody defines body for DocumentsNotesCreate for application/json ContentType.
type DocumentsNotesCreateMultipartRequestBody ¶
type DocumentsNotesCreateMultipartRequestBody = NoteCreateRequestRequest
DocumentsNotesCreateMultipartRequestBody defines body for DocumentsNotesCreate for multipart/form-data ContentType.
type DocumentsNotesCreateParams ¶
type DocumentsNotesCreateParams struct {
// Id Note ID to delete (used only for DELETE requests)
Id *int `form:"id,omitempty" json:"id,omitempty"`
}
DocumentsNotesCreateParams defines parameters for DocumentsNotesCreate.
type DocumentsNotesCreateResponse ¶
type DocumentsNotesCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]Notes
}
func ParseDocumentsNotesCreateResponse ¶
func ParseDocumentsNotesCreateResponse(rsp *http.Response) (*DocumentsNotesCreateResponse, error)
ParseDocumentsNotesCreateResponse parses an HTTP response from a DocumentsNotesCreateWithResponse call
func (DocumentsNotesCreateResponse) ContentType ¶
func (r DocumentsNotesCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsNotesCreateResponse) Status ¶
func (r DocumentsNotesCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsNotesCreateResponse) StatusCode ¶
func (r DocumentsNotesCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsNotesDestroyParams ¶
type DocumentsNotesDestroyParams struct {
// Id Note ID to delete (used only for DELETE requests)
Id *int `form:"id,omitempty" json:"id,omitempty"`
}
DocumentsNotesDestroyParams defines parameters for DocumentsNotesDestroy.
type DocumentsNotesDestroyResponse ¶
type DocumentsNotesDestroyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]Notes
}
func ParseDocumentsNotesDestroyResponse ¶
func ParseDocumentsNotesDestroyResponse(rsp *http.Response) (*DocumentsNotesDestroyResponse, error)
ParseDocumentsNotesDestroyResponse parses an HTTP response from a DocumentsNotesDestroyWithResponse call
func (DocumentsNotesDestroyResponse) ContentType ¶
func (r DocumentsNotesDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsNotesDestroyResponse) Status ¶
func (r DocumentsNotesDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsNotesDestroyResponse) StatusCode ¶
func (r DocumentsNotesDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsNotesListParams ¶
type DocumentsNotesListParams struct {
// Id Note ID to delete (used only for DELETE requests)
Id *int `form:"id,omitempty" json:"id,omitempty"`
}
DocumentsNotesListParams defines parameters for DocumentsNotesList.
type DocumentsNotesListResponse ¶
func ParseDocumentsNotesListResponse ¶
func ParseDocumentsNotesListResponse(rsp *http.Response) (*DocumentsNotesListResponse, error)
ParseDocumentsNotesListResponse parses an HTTP response from a DocumentsNotesListWithResponse call
func (DocumentsNotesListResponse) ContentType ¶
func (r DocumentsNotesListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsNotesListResponse) Status ¶
func (r DocumentsNotesListResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsNotesListResponse) StatusCode ¶
func (r DocumentsNotesListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsPartialUpdateFormdataRequestBody ¶
type DocumentsPartialUpdateFormdataRequestBody = PatchedDocumentRequest
DocumentsPartialUpdateFormdataRequestBody defines body for DocumentsPartialUpdate for application/x-www-form-urlencoded ContentType.
type DocumentsPartialUpdateJSONRequestBody ¶
type DocumentsPartialUpdateJSONRequestBody = PatchedDocumentRequest
DocumentsPartialUpdateJSONRequestBody defines body for DocumentsPartialUpdate for application/json ContentType.
type DocumentsPartialUpdateMultipartRequestBody ¶
type DocumentsPartialUpdateMultipartRequestBody = PatchedDocumentRequest
DocumentsPartialUpdateMultipartRequestBody defines body for DocumentsPartialUpdate for multipart/form-data ContentType.
type DocumentsPartialUpdateResponse ¶
type DocumentsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Document
}
func ParseDocumentsPartialUpdateResponse ¶
func ParseDocumentsPartialUpdateResponse(rsp *http.Response) (*DocumentsPartialUpdateResponse, error)
ParseDocumentsPartialUpdateResponse parses an HTTP response from a DocumentsPartialUpdateWithResponse call
func (DocumentsPartialUpdateResponse) ContentType ¶
func (r DocumentsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsPartialUpdateResponse) Status ¶
func (r DocumentsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsPartialUpdateResponse) StatusCode ¶
func (r DocumentsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsPostDocumentCreateMultipartRequestBody ¶
type DocumentsPostDocumentCreateMultipartRequestBody = PostDocumentRequest
DocumentsPostDocumentCreateMultipartRequestBody defines body for DocumentsPostDocumentCreate for multipart/form-data ContentType.
type DocumentsPostDocumentCreateResponse ¶
type DocumentsPostDocumentCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *string
}
func ParseDocumentsPostDocumentCreateResponse ¶
func ParseDocumentsPostDocumentCreateResponse(rsp *http.Response) (*DocumentsPostDocumentCreateResponse, error)
ParseDocumentsPostDocumentCreateResponse parses an HTTP response from a DocumentsPostDocumentCreateWithResponse call
func (DocumentsPostDocumentCreateResponse) ContentType ¶
func (r DocumentsPostDocumentCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsPostDocumentCreateResponse) Status ¶
func (r DocumentsPostDocumentCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsPostDocumentCreateResponse) StatusCode ¶
func (r DocumentsPostDocumentCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsPreviewRetrieveResponse ¶
type DocumentsPreviewRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *openapi_types.File
}
func ParseDocumentsPreviewRetrieveResponse ¶
func ParseDocumentsPreviewRetrieveResponse(rsp *http.Response) (*DocumentsPreviewRetrieveResponse, error)
ParseDocumentsPreviewRetrieveResponse parses an HTTP response from a DocumentsPreviewRetrieveWithResponse call
func (DocumentsPreviewRetrieveResponse) ContentType ¶
func (r DocumentsPreviewRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsPreviewRetrieveResponse) Status ¶
func (r DocumentsPreviewRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsPreviewRetrieveResponse) StatusCode ¶
func (r DocumentsPreviewRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsRetrieveParams ¶
type DocumentsRetrieveParams struct {
Fields *[]string `form:"fields,omitempty" json:"fields,omitempty"`
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
}
DocumentsRetrieveParams defines parameters for DocumentsRetrieve.
type DocumentsRetrieveResponse ¶
func ParseDocumentsRetrieveResponse ¶
func ParseDocumentsRetrieveResponse(rsp *http.Response) (*DocumentsRetrieveResponse, error)
ParseDocumentsRetrieveResponse parses an HTTP response from a DocumentsRetrieveWithResponse call
func (DocumentsRetrieveResponse) ContentType ¶
func (r DocumentsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsRetrieveResponse) Status ¶
func (r DocumentsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsRetrieveResponse) StatusCode ¶
func (r DocumentsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsSelectionDataCreateJSONRequestBody ¶
type DocumentsSelectionDataCreateJSONRequestBody = DocumentListRequest
DocumentsSelectionDataCreateJSONRequestBody defines body for DocumentsSelectionDataCreate for application/json ContentType.
type DocumentsSelectionDataCreateMultipartRequestBody ¶
type DocumentsSelectionDataCreateMultipartRequestBody = DocumentListRequest
DocumentsSelectionDataCreateMultipartRequestBody defines body for DocumentsSelectionDataCreate for multipart/form-data ContentType.
type DocumentsSelectionDataCreateResponse ¶
type DocumentsSelectionDataCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SelectionData
}
func ParseDocumentsSelectionDataCreateResponse ¶
func ParseDocumentsSelectionDataCreateResponse(rsp *http.Response) (*DocumentsSelectionDataCreateResponse, error)
ParseDocumentsSelectionDataCreateResponse parses an HTTP response from a DocumentsSelectionDataCreateWithResponse call
func (DocumentsSelectionDataCreateResponse) ContentType ¶
func (r DocumentsSelectionDataCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsSelectionDataCreateResponse) Status ¶
func (r DocumentsSelectionDataCreateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsSelectionDataCreateResponse) StatusCode ¶
func (r DocumentsSelectionDataCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsSuggestionsRetrieveResponse ¶
type DocumentsSuggestionsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Suggestions
}
func ParseDocumentsSuggestionsRetrieveResponse ¶
func ParseDocumentsSuggestionsRetrieveResponse(rsp *http.Response) (*DocumentsSuggestionsRetrieveResponse, error)
ParseDocumentsSuggestionsRetrieveResponse parses an HTTP response from a DocumentsSuggestionsRetrieveWithResponse call
func (DocumentsSuggestionsRetrieveResponse) ContentType ¶
func (r DocumentsSuggestionsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsSuggestionsRetrieveResponse) Status ¶
func (r DocumentsSuggestionsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsSuggestionsRetrieveResponse) StatusCode ¶
func (r DocumentsSuggestionsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsThumbRetrieveResponse ¶
type DocumentsThumbRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *openapi_types.File
}
func ParseDocumentsThumbRetrieveResponse ¶
func ParseDocumentsThumbRetrieveResponse(rsp *http.Response) (*DocumentsThumbRetrieveResponse, error)
ParseDocumentsThumbRetrieveResponse parses an HTTP response from a DocumentsThumbRetrieveWithResponse call
func (DocumentsThumbRetrieveResponse) ContentType ¶
func (r DocumentsThumbRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsThumbRetrieveResponse) Status ¶
func (r DocumentsThumbRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsThumbRetrieveResponse) StatusCode ¶
func (r DocumentsThumbRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type DocumentsUpdateFormdataRequestBody ¶
type DocumentsUpdateFormdataRequestBody = DocumentRequest
DocumentsUpdateFormdataRequestBody defines body for DocumentsUpdate for application/x-www-form-urlencoded ContentType.
type DocumentsUpdateJSONRequestBody ¶
type DocumentsUpdateJSONRequestBody = DocumentRequest
DocumentsUpdateJSONRequestBody defines body for DocumentsUpdate for application/json ContentType.
type DocumentsUpdateMultipartRequestBody ¶
type DocumentsUpdateMultipartRequestBody = DocumentRequest
DocumentsUpdateMultipartRequestBody defines body for DocumentsUpdate for multipart/form-data ContentType.
type DocumentsUpdateResponse ¶
func ParseDocumentsUpdateResponse ¶
func ParseDocumentsUpdateResponse(rsp *http.Response) (*DocumentsUpdateResponse, error)
ParseDocumentsUpdateResponse parses an HTTP response from a DocumentsUpdateWithResponse call
func (DocumentsUpdateResponse) ContentType ¶
func (r DocumentsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (DocumentsUpdateResponse) Status ¶
func (r DocumentsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (DocumentsUpdateResponse) StatusCode ¶
func (r DocumentsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EmailDocumentRequestRequest ¶
type EmailDocumentRequestRequest struct {
// Addresses Comma-separated email addresses
Addresses string `json:"addresses"`
Message string `json:"message"`
Subject string `json:"subject"`
// UseArchiveVersion Use archive version of documents if available
UseArchiveVersion *bool `json:"use_archive_version,omitempty"`
}
EmailDocumentRequestRequest defines model for EmailDocumentRequestRequest.
type EmailDocumentResponse ¶
type EmailDocumentResponse struct {
Message string `json:"message"`
}
EmailDocumentResponse defines model for EmailDocumentResponse.
type EmailDocumentsFormdataRequestBody ¶
type EmailDocumentsFormdataRequestBody = EmailRequest
EmailDocumentsFormdataRequestBody defines body for EmailDocuments for application/x-www-form-urlencoded ContentType.
type EmailDocumentsJSONRequestBody ¶
type EmailDocumentsJSONRequestBody = EmailRequest
EmailDocumentsJSONRequestBody defines body for EmailDocuments for application/json ContentType.
type EmailDocumentsModel ¶
type EmailDocumentsModel struct {
Message string `json:"message"`
}
EmailDocumentsModel defines model for EmailDocumentsModel.
type EmailDocumentsMultipartRequestBody ¶
type EmailDocumentsMultipartRequestBody = EmailRequest
EmailDocumentsMultipartRequestBody defines body for EmailDocuments for multipart/form-data ContentType.
type EmailDocumentsResponse ¶
type EmailDocumentsResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *EmailDocumentsModel
}
func ParseEmailDocumentsResponse ¶
func ParseEmailDocumentsResponse(rsp *http.Response) (*EmailDocumentsResponse, error)
ParseEmailDocumentsResponse parses an HTTP response from a EmailDocumentsWithResponse call
func (EmailDocumentsResponse) ContentType ¶
func (r EmailDocumentsResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (EmailDocumentsResponse) Status ¶
func (r EmailDocumentsResponse) Status() string
Status returns HTTPResponse.Status
func (EmailDocumentsResponse) StatusCode ¶
func (r EmailDocumentsResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type EmailRequest ¶
type EmailRequest struct {
// Addresses Comma-separated email addresses
Addresses string `json:"addresses"`
Documents *[]int `json:"documents,omitempty"`
Message string `json:"message"`
Subject string `json:"subject"`
// UseArchiveVersion Use archive version of documents if available
UseArchiveVersion *bool `json:"use_archive_version,omitempty"`
}
EmailRequest defines model for EmailRequest.
type FileVersionEnum ¶
type FileVersionEnum string
FileVersionEnum * `archive` - Archive * `original` - Original
const ( FileVersionEnumArchive FileVersionEnum = "archive" FileVersionEnumOriginal FileVersionEnum = "original" )
Defines values for FileVersionEnum.
func (FileVersionEnum) Valid ¶
func (e FileVersionEnum) Valid() bool
Valid indicates whether the value is a known member of the FileVersionEnum enum.
type Group ¶
type Group struct {
Id *int `json:"id,omitempty"`
Name string `json:"name"`
Permissions []string `json:"permissions"`
}
Group defines model for Group.
type GroupRequest ¶
GroupRequest defines model for GroupRequest.
type GroupsCreateFormdataRequestBody ¶
type GroupsCreateFormdataRequestBody = GroupRequest
GroupsCreateFormdataRequestBody defines body for GroupsCreate for application/x-www-form-urlencoded ContentType.
type GroupsCreateJSONRequestBody ¶
type GroupsCreateJSONRequestBody = GroupRequest
GroupsCreateJSONRequestBody defines body for GroupsCreate for application/json ContentType.
type GroupsCreateMultipartRequestBody ¶
type GroupsCreateMultipartRequestBody = GroupRequest
GroupsCreateMultipartRequestBody defines body for GroupsCreate for multipart/form-data ContentType.
type GroupsCreateResponse ¶
func ParseGroupsCreateResponse ¶
func ParseGroupsCreateResponse(rsp *http.Response) (*GroupsCreateResponse, error)
ParseGroupsCreateResponse parses an HTTP response from a GroupsCreateWithResponse call
func (GroupsCreateResponse) ContentType ¶
func (r GroupsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsCreateResponse) Status ¶
func (r GroupsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsCreateResponse) StatusCode ¶
func (r GroupsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupsDestroyResponse ¶
func ParseGroupsDestroyResponse ¶
func ParseGroupsDestroyResponse(rsp *http.Response) (*GroupsDestroyResponse, error)
ParseGroupsDestroyResponse parses an HTTP response from a GroupsDestroyWithResponse call
func (GroupsDestroyResponse) ContentType ¶
func (r GroupsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsDestroyResponse) Status ¶
func (r GroupsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsDestroyResponse) StatusCode ¶
func (r GroupsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupsListParams ¶
type GroupsListParams struct {
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
GroupsListParams defines parameters for GroupsList.
type GroupsListResponse ¶
type GroupsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedGroupList
}
func ParseGroupsListResponse ¶
func ParseGroupsListResponse(rsp *http.Response) (*GroupsListResponse, error)
ParseGroupsListResponse parses an HTTP response from a GroupsListWithResponse call
func (GroupsListResponse) ContentType ¶
func (r GroupsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsListResponse) Status ¶
func (r GroupsListResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsListResponse) StatusCode ¶
func (r GroupsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupsPartialUpdateFormdataRequestBody ¶
type GroupsPartialUpdateFormdataRequestBody = PatchedGroupRequest
GroupsPartialUpdateFormdataRequestBody defines body for GroupsPartialUpdate for application/x-www-form-urlencoded ContentType.
type GroupsPartialUpdateJSONRequestBody ¶
type GroupsPartialUpdateJSONRequestBody = PatchedGroupRequest
GroupsPartialUpdateJSONRequestBody defines body for GroupsPartialUpdate for application/json ContentType.
type GroupsPartialUpdateMultipartRequestBody ¶
type GroupsPartialUpdateMultipartRequestBody = PatchedGroupRequest
GroupsPartialUpdateMultipartRequestBody defines body for GroupsPartialUpdate for multipart/form-data ContentType.
type GroupsPartialUpdateResponse ¶
func ParseGroupsPartialUpdateResponse ¶
func ParseGroupsPartialUpdateResponse(rsp *http.Response) (*GroupsPartialUpdateResponse, error)
ParseGroupsPartialUpdateResponse parses an HTTP response from a GroupsPartialUpdateWithResponse call
func (GroupsPartialUpdateResponse) ContentType ¶
func (r GroupsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsPartialUpdateResponse) Status ¶
func (r GroupsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsPartialUpdateResponse) StatusCode ¶
func (r GroupsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupsRetrieveResponse ¶
func ParseGroupsRetrieveResponse ¶
func ParseGroupsRetrieveResponse(rsp *http.Response) (*GroupsRetrieveResponse, error)
ParseGroupsRetrieveResponse parses an HTTP response from a GroupsRetrieveWithResponse call
func (GroupsRetrieveResponse) ContentType ¶
func (r GroupsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsRetrieveResponse) Status ¶
func (r GroupsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsRetrieveResponse) StatusCode ¶
func (r GroupsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type GroupsUpdateFormdataRequestBody ¶
type GroupsUpdateFormdataRequestBody = GroupRequest
GroupsUpdateFormdataRequestBody defines body for GroupsUpdate for application/x-www-form-urlencoded ContentType.
type GroupsUpdateJSONRequestBody ¶
type GroupsUpdateJSONRequestBody = GroupRequest
GroupsUpdateJSONRequestBody defines body for GroupsUpdate for application/json ContentType.
type GroupsUpdateMultipartRequestBody ¶
type GroupsUpdateMultipartRequestBody = GroupRequest
GroupsUpdateMultipartRequestBody defines body for GroupsUpdate for multipart/form-data ContentType.
type GroupsUpdateResponse ¶
func ParseGroupsUpdateResponse ¶
func ParseGroupsUpdateResponse(rsp *http.Response) (*GroupsUpdateResponse, error)
ParseGroupsUpdateResponse parses an HTTP response from a GroupsUpdateWithResponse call
func (GroupsUpdateResponse) ContentType ¶
func (r GroupsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (GroupsUpdateResponse) Status ¶
func (r GroupsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (GroupsUpdateResponse) StatusCode ¶
func (r GroupsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type HttpRequestDoer ¶
Doer performs HTTP requests.
The standard http.Client implements this interface.
type ImapSecurityEnum ¶
type ImapSecurityEnum int
ImapSecurityEnum * `1` - No encryption * `2` - Use SSL * `3` - Use STARTTLS
const ( ImapSecurityEnumN1 ImapSecurityEnum = 1 ImapSecurityEnumN2 ImapSecurityEnum = 2 ImapSecurityEnumN3 ImapSecurityEnum = 3 )
Defines values for ImapSecurityEnum.
func (ImapSecurityEnum) Valid ¶
func (e ImapSecurityEnum) Valid() bool
Valid indicates whether the value is a known member of the ImapSecurityEnum enum.
type Index ¶
type Index struct {
Error string `json:"error"`
LastModified time.Time `json:"last_modified"`
Status string `json:"status"`
}
Index defines model for Index.
type LogEntry ¶
type LogEntry struct {
Action string `json:"action"`
Actor Actor `json:"actor"`
Changes map[string]interface{} `json:"changes"`
Id int `json:"id"`
Timestamp time.Time `json:"timestamp"`
}
LogEntry defines model for LogEntry.
type LogsListResponse ¶
func ParseLogsListResponse ¶
func ParseLogsListResponse(rsp *http.Response) (*LogsListResponse, error)
ParseLogsListResponse parses an HTTP response from a LogsListWithResponse call
func (LogsListResponse) ContentType ¶
func (r LogsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (LogsListResponse) Status ¶
func (r LogsListResponse) Status() string
Status returns HTTPResponse.Status
func (LogsListResponse) StatusCode ¶
func (r LogsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccount ¶
type MailAccount struct {
AccountType *AccountTypeEnum `json:"account_type,omitempty"`
// CharacterSet The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'.
CharacterSet *string `json:"character_set,omitempty"`
// Expiration The expiration date of the refresh token.
Expiration *time.Time `json:"expiration,omitempty"`
Id *int `json:"id,omitempty"`
// ImapPort This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections.
ImapPort *int `json:"imap_port,omitempty"`
ImapSecurity *ImapSecurityEnum `json:"imap_security,omitempty"`
ImapServer string `json:"imap_server"`
IsToken *bool `json:"is_token,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Password string `json:"password"`
UserCanChange *bool `json:"user_can_change,omitempty"`
Username string `json:"username"`
}
MailAccount defines model for MailAccount.
type MailAccountProcessFormdataRequestBody ¶
type MailAccountProcessFormdataRequestBody = MailAccountRequest
MailAccountProcessFormdataRequestBody defines body for MailAccountProcess for application/x-www-form-urlencoded ContentType.
type MailAccountProcessJSONRequestBody ¶
type MailAccountProcessJSONRequestBody = MailAccountRequest
MailAccountProcessJSONRequestBody defines body for MailAccountProcess for application/json ContentType.
type MailAccountProcessModel ¶
type MailAccountProcessModel struct {
Result *string `json:"result,omitempty"`
}
MailAccountProcessModel defines model for MailAccountProcessModel.
type MailAccountProcessMultipartRequestBody ¶
type MailAccountProcessMultipartRequestBody = MailAccountRequest
MailAccountProcessMultipartRequestBody defines body for MailAccountProcess for multipart/form-data ContentType.
type MailAccountProcessResponse ¶
type MailAccountProcessResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailAccountProcessModel
}
func ParseMailAccountProcessResponse ¶
func ParseMailAccountProcessResponse(rsp *http.Response) (*MailAccountProcessResponse, error)
ParseMailAccountProcessResponse parses an HTTP response from a MailAccountProcessWithResponse call
func (MailAccountProcessResponse) ContentType ¶
func (r MailAccountProcessResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountProcessResponse) Status ¶
func (r MailAccountProcessResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountProcessResponse) StatusCode ¶
func (r MailAccountProcessResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountRequest ¶
type MailAccountRequest struct {
AccountType *AccountTypeEnum `json:"account_type,omitempty"`
// CharacterSet The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'.
CharacterSet *string `json:"character_set,omitempty"`
// Expiration The expiration date of the refresh token.
Expiration *time.Time `json:"expiration,omitempty"`
// ImapPort This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections.
ImapPort *int `json:"imap_port,omitempty"`
ImapSecurity *ImapSecurityEnum `json:"imap_security,omitempty"`
ImapServer string `json:"imap_server"`
IsToken *bool `json:"is_token,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Password string `json:"password"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
Username string `json:"username"`
}
MailAccountRequest defines model for MailAccountRequest.
type MailAccountTestFormdataRequestBody ¶
type MailAccountTestFormdataRequestBody = MailAccountRequest
MailAccountTestFormdataRequestBody defines body for MailAccountTest for application/x-www-form-urlencoded ContentType.
type MailAccountTestJSONRequestBody ¶
type MailAccountTestJSONRequestBody = MailAccountRequest
MailAccountTestJSONRequestBody defines body for MailAccountTest for application/json ContentType.
type MailAccountTestModel ¶
type MailAccountTestModel struct {
Success bool `json:"success"`
}
MailAccountTestModel defines model for MailAccountTestModel.
type MailAccountTestMultipartRequestBody ¶
type MailAccountTestMultipartRequestBody = MailAccountRequest
MailAccountTestMultipartRequestBody defines body for MailAccountTest for multipart/form-data ContentType.
type MailAccountTestResponse ¶
type MailAccountTestResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailAccountTestModel
JSON400 *string
}
func ParseMailAccountTestResponse ¶
func ParseMailAccountTestResponse(rsp *http.Response) (*MailAccountTestResponse, error)
ParseMailAccountTestResponse parses an HTTP response from a MailAccountTestWithResponse call
func (MailAccountTestResponse) ContentType ¶
func (r MailAccountTestResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountTestResponse) Status ¶
func (r MailAccountTestResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountTestResponse) StatusCode ¶
func (r MailAccountTestResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsCreateFormdataRequestBody ¶
type MailAccountsCreateFormdataRequestBody = MailAccountRequest
MailAccountsCreateFormdataRequestBody defines body for MailAccountsCreate for application/x-www-form-urlencoded ContentType.
type MailAccountsCreateJSONRequestBody ¶
type MailAccountsCreateJSONRequestBody = MailAccountRequest
MailAccountsCreateJSONRequestBody defines body for MailAccountsCreate for application/json ContentType.
type MailAccountsCreateMultipartRequestBody ¶
type MailAccountsCreateMultipartRequestBody = MailAccountRequest
MailAccountsCreateMultipartRequestBody defines body for MailAccountsCreate for multipart/form-data ContentType.
type MailAccountsCreateResponse ¶
type MailAccountsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *MailAccount
}
func ParseMailAccountsCreateResponse ¶
func ParseMailAccountsCreateResponse(rsp *http.Response) (*MailAccountsCreateResponse, error)
ParseMailAccountsCreateResponse parses an HTTP response from a MailAccountsCreateWithResponse call
func (MailAccountsCreateResponse) ContentType ¶
func (r MailAccountsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsCreateResponse) Status ¶
func (r MailAccountsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsCreateResponse) StatusCode ¶
func (r MailAccountsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsDestroyResponse ¶
func ParseMailAccountsDestroyResponse ¶
func ParseMailAccountsDestroyResponse(rsp *http.Response) (*MailAccountsDestroyResponse, error)
ParseMailAccountsDestroyResponse parses an HTTP response from a MailAccountsDestroyWithResponse call
func (MailAccountsDestroyResponse) ContentType ¶
func (r MailAccountsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsDestroyResponse) Status ¶
func (r MailAccountsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsDestroyResponse) StatusCode ¶
func (r MailAccountsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsListParams ¶
type MailAccountsListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
MailAccountsListParams defines parameters for MailAccountsList.
type MailAccountsListResponse ¶
type MailAccountsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedMailAccountList
}
func ParseMailAccountsListResponse ¶
func ParseMailAccountsListResponse(rsp *http.Response) (*MailAccountsListResponse, error)
ParseMailAccountsListResponse parses an HTTP response from a MailAccountsListWithResponse call
func (MailAccountsListResponse) ContentType ¶
func (r MailAccountsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsListResponse) Status ¶
func (r MailAccountsListResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsListResponse) StatusCode ¶
func (r MailAccountsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsPartialUpdateFormdataRequestBody ¶
type MailAccountsPartialUpdateFormdataRequestBody = PatchedMailAccountRequest
MailAccountsPartialUpdateFormdataRequestBody defines body for MailAccountsPartialUpdate for application/x-www-form-urlencoded ContentType.
type MailAccountsPartialUpdateJSONRequestBody ¶
type MailAccountsPartialUpdateJSONRequestBody = PatchedMailAccountRequest
MailAccountsPartialUpdateJSONRequestBody defines body for MailAccountsPartialUpdate for application/json ContentType.
type MailAccountsPartialUpdateMultipartRequestBody ¶
type MailAccountsPartialUpdateMultipartRequestBody = PatchedMailAccountRequest
MailAccountsPartialUpdateMultipartRequestBody defines body for MailAccountsPartialUpdate for multipart/form-data ContentType.
type MailAccountsPartialUpdateResponse ¶
type MailAccountsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailAccount
}
func ParseMailAccountsPartialUpdateResponse ¶
func ParseMailAccountsPartialUpdateResponse(rsp *http.Response) (*MailAccountsPartialUpdateResponse, error)
ParseMailAccountsPartialUpdateResponse parses an HTTP response from a MailAccountsPartialUpdateWithResponse call
func (MailAccountsPartialUpdateResponse) ContentType ¶
func (r MailAccountsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsPartialUpdateResponse) Status ¶
func (r MailAccountsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsPartialUpdateResponse) StatusCode ¶
func (r MailAccountsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsRetrieveResponse ¶
type MailAccountsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailAccount
}
func ParseMailAccountsRetrieveResponse ¶
func ParseMailAccountsRetrieveResponse(rsp *http.Response) (*MailAccountsRetrieveResponse, error)
ParseMailAccountsRetrieveResponse parses an HTTP response from a MailAccountsRetrieveWithResponse call
func (MailAccountsRetrieveResponse) ContentType ¶
func (r MailAccountsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsRetrieveResponse) Status ¶
func (r MailAccountsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsRetrieveResponse) StatusCode ¶
func (r MailAccountsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailAccountsUpdateFormdataRequestBody ¶
type MailAccountsUpdateFormdataRequestBody = MailAccountRequest
MailAccountsUpdateFormdataRequestBody defines body for MailAccountsUpdate for application/x-www-form-urlencoded ContentType.
type MailAccountsUpdateJSONRequestBody ¶
type MailAccountsUpdateJSONRequestBody = MailAccountRequest
MailAccountsUpdateJSONRequestBody defines body for MailAccountsUpdate for application/json ContentType.
type MailAccountsUpdateMultipartRequestBody ¶
type MailAccountsUpdateMultipartRequestBody = MailAccountRequest
MailAccountsUpdateMultipartRequestBody defines body for MailAccountsUpdate for multipart/form-data ContentType.
type MailAccountsUpdateResponse ¶
type MailAccountsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailAccount
}
func ParseMailAccountsUpdateResponse ¶
func ParseMailAccountsUpdateResponse(rsp *http.Response) (*MailAccountsUpdateResponse, error)
ParseMailAccountsUpdateResponse parses an HTTP response from a MailAccountsUpdateWithResponse call
func (MailAccountsUpdateResponse) ContentType ¶
func (r MailAccountsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailAccountsUpdateResponse) Status ¶
func (r MailAccountsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (MailAccountsUpdateResponse) StatusCode ¶
func (r MailAccountsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRule ¶
type MailRule struct {
Account int `json:"account"`
Action *MailRuleActionEnum `json:"action,omitempty"`
ActionParameter *string `json:"action_parameter,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCorrespondentFrom *AssignCorrespondentFromEnum `json:"assign_correspondent_from,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwnerFromRule *bool `json:"assign_owner_from_rule,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
AssignTitleFrom *AssignTitleFromEnum `json:"assign_title_from,omitempty"`
// AttachmentType Inline attachments include embedded images, so it's best to combine this option with a filename filter.
//
// * `1` - Only process attachments.
// * `2` - Process all files, including 'inline' attachments.
AttachmentType *AttachmentTypeEnum `json:"attachment_type,omitempty"`
ConsumptionScope *ConsumptionScopeEnum `json:"consumption_scope,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
// FilterAttachmentFilenameExclude Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameExclude *string `json:"filter_attachment_filename_exclude,omitempty"`
// FilterAttachmentFilenameInclude Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameInclude *string `json:"filter_attachment_filename_include,omitempty"`
FilterBody *string `json:"filter_body,omitempty"`
FilterFrom *string `json:"filter_from,omitempty"`
FilterSubject *string `json:"filter_subject,omitempty"`
FilterTo *string `json:"filter_to,omitempty"`
// Folder Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server.
Folder *string `json:"folder,omitempty"`
Id *int `json:"id,omitempty"`
// MaximumAge Specified in days.
MaximumAge *int `json:"maximum_age,omitempty"`
Name string `json:"name"`
Order *int `json:"order,omitempty"`
Owner *int `json:"owner,omitempty"`
PdfLayout *PdfLayoutEnum `json:"pdf_layout,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
MailRule defines model for MailRule.
type MailRuleActionEnum ¶
type MailRuleActionEnum int
MailRuleActionEnum * `1` - Delete * `2` - Move to specified folder * `3` - Mark as read, don't process read mails * `4` - Flag the mail, don't process flagged mails * `5` - Tag the mail with specified tag, don't process tagged mails
const ( MailRuleActionEnumN1 MailRuleActionEnum = 1 MailRuleActionEnumN2 MailRuleActionEnum = 2 MailRuleActionEnumN3 MailRuleActionEnum = 3 MailRuleActionEnumN4 MailRuleActionEnum = 4 MailRuleActionEnumN5 MailRuleActionEnum = 5 )
Defines values for MailRuleActionEnum.
func (MailRuleActionEnum) Valid ¶
func (e MailRuleActionEnum) Valid() bool
Valid indicates whether the value is a known member of the MailRuleActionEnum enum.
type MailRuleRequest ¶
type MailRuleRequest struct {
Account int `json:"account"`
Action *MailRuleActionEnum `json:"action,omitempty"`
ActionParameter *string `json:"action_parameter,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCorrespondentFrom *AssignCorrespondentFromEnum `json:"assign_correspondent_from,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwnerFromRule *bool `json:"assign_owner_from_rule,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
AssignTitleFrom *AssignTitleFromEnum `json:"assign_title_from,omitempty"`
// AttachmentType Inline attachments include embedded images, so it's best to combine this option with a filename filter.
//
// * `1` - Only process attachments.
// * `2` - Process all files, including 'inline' attachments.
AttachmentType *AttachmentTypeEnum `json:"attachment_type,omitempty"`
ConsumptionScope *ConsumptionScopeEnum `json:"consumption_scope,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
// FilterAttachmentFilenameExclude Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameExclude *string `json:"filter_attachment_filename_exclude,omitempty"`
// FilterAttachmentFilenameInclude Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameInclude *string `json:"filter_attachment_filename_include,omitempty"`
FilterBody *string `json:"filter_body,omitempty"`
FilterFrom *string `json:"filter_from,omitempty"`
FilterSubject *string `json:"filter_subject,omitempty"`
FilterTo *string `json:"filter_to,omitempty"`
// Folder Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server.
Folder *string `json:"folder,omitempty"`
// MaximumAge Specified in days.
MaximumAge *int `json:"maximum_age,omitempty"`
Name string `json:"name"`
Order *int `json:"order,omitempty"`
Owner *int `json:"owner,omitempty"`
PdfLayout *PdfLayoutEnum `json:"pdf_layout,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
MailRuleRequest defines model for MailRuleRequest.
type MailRulesCreateFormdataRequestBody ¶
type MailRulesCreateFormdataRequestBody = MailRuleRequest
MailRulesCreateFormdataRequestBody defines body for MailRulesCreate for application/x-www-form-urlencoded ContentType.
type MailRulesCreateJSONRequestBody ¶
type MailRulesCreateJSONRequestBody = MailRuleRequest
MailRulesCreateJSONRequestBody defines body for MailRulesCreate for application/json ContentType.
type MailRulesCreateMultipartRequestBody ¶
type MailRulesCreateMultipartRequestBody = MailRuleRequest
MailRulesCreateMultipartRequestBody defines body for MailRulesCreate for multipart/form-data ContentType.
type MailRulesCreateResponse ¶
func ParseMailRulesCreateResponse ¶
func ParseMailRulesCreateResponse(rsp *http.Response) (*MailRulesCreateResponse, error)
ParseMailRulesCreateResponse parses an HTTP response from a MailRulesCreateWithResponse call
func (MailRulesCreateResponse) ContentType ¶
func (r MailRulesCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesCreateResponse) Status ¶
func (r MailRulesCreateResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesCreateResponse) StatusCode ¶
func (r MailRulesCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRulesDestroyResponse ¶
func ParseMailRulesDestroyResponse ¶
func ParseMailRulesDestroyResponse(rsp *http.Response) (*MailRulesDestroyResponse, error)
ParseMailRulesDestroyResponse parses an HTTP response from a MailRulesDestroyWithResponse call
func (MailRulesDestroyResponse) ContentType ¶
func (r MailRulesDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesDestroyResponse) Status ¶
func (r MailRulesDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesDestroyResponse) StatusCode ¶
func (r MailRulesDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRulesListParams ¶
type MailRulesListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
MailRulesListParams defines parameters for MailRulesList.
type MailRulesListResponse ¶
type MailRulesListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedMailRuleList
}
func ParseMailRulesListResponse ¶
func ParseMailRulesListResponse(rsp *http.Response) (*MailRulesListResponse, error)
ParseMailRulesListResponse parses an HTTP response from a MailRulesListWithResponse call
func (MailRulesListResponse) ContentType ¶
func (r MailRulesListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesListResponse) Status ¶
func (r MailRulesListResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesListResponse) StatusCode ¶
func (r MailRulesListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRulesPartialUpdateFormdataRequestBody ¶
type MailRulesPartialUpdateFormdataRequestBody = PatchedMailRuleRequest
MailRulesPartialUpdateFormdataRequestBody defines body for MailRulesPartialUpdate for application/x-www-form-urlencoded ContentType.
type MailRulesPartialUpdateJSONRequestBody ¶
type MailRulesPartialUpdateJSONRequestBody = PatchedMailRuleRequest
MailRulesPartialUpdateJSONRequestBody defines body for MailRulesPartialUpdate for application/json ContentType.
type MailRulesPartialUpdateMultipartRequestBody ¶
type MailRulesPartialUpdateMultipartRequestBody = PatchedMailRuleRequest
MailRulesPartialUpdateMultipartRequestBody defines body for MailRulesPartialUpdate for multipart/form-data ContentType.
type MailRulesPartialUpdateResponse ¶
type MailRulesPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *MailRule
}
func ParseMailRulesPartialUpdateResponse ¶
func ParseMailRulesPartialUpdateResponse(rsp *http.Response) (*MailRulesPartialUpdateResponse, error)
ParseMailRulesPartialUpdateResponse parses an HTTP response from a MailRulesPartialUpdateWithResponse call
func (MailRulesPartialUpdateResponse) ContentType ¶
func (r MailRulesPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesPartialUpdateResponse) Status ¶
func (r MailRulesPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesPartialUpdateResponse) StatusCode ¶
func (r MailRulesPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRulesRetrieveResponse ¶
func ParseMailRulesRetrieveResponse ¶
func ParseMailRulesRetrieveResponse(rsp *http.Response) (*MailRulesRetrieveResponse, error)
ParseMailRulesRetrieveResponse parses an HTTP response from a MailRulesRetrieveWithResponse call
func (MailRulesRetrieveResponse) ContentType ¶
func (r MailRulesRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesRetrieveResponse) Status ¶
func (r MailRulesRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesRetrieveResponse) StatusCode ¶
func (r MailRulesRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MailRulesUpdateFormdataRequestBody ¶
type MailRulesUpdateFormdataRequestBody = MailRuleRequest
MailRulesUpdateFormdataRequestBody defines body for MailRulesUpdate for application/x-www-form-urlencoded ContentType.
type MailRulesUpdateJSONRequestBody ¶
type MailRulesUpdateJSONRequestBody = MailRuleRequest
MailRulesUpdateJSONRequestBody defines body for MailRulesUpdate for application/json ContentType.
type MailRulesUpdateMultipartRequestBody ¶
type MailRulesUpdateMultipartRequestBody = MailRuleRequest
MailRulesUpdateMultipartRequestBody defines body for MailRulesUpdate for multipart/form-data ContentType.
type MailRulesUpdateResponse ¶
func ParseMailRulesUpdateResponse ¶
func ParseMailRulesUpdateResponse(rsp *http.Response) (*MailRulesUpdateResponse, error)
ParseMailRulesUpdateResponse parses an HTTP response from a MailRulesUpdateWithResponse call
func (MailRulesUpdateResponse) ContentType ¶
func (r MailRulesUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (MailRulesUpdateResponse) Status ¶
func (r MailRulesUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (MailRulesUpdateResponse) StatusCode ¶
func (r MailRulesUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type MatchingAlgorithm ¶
type MatchingAlgorithm int
MatchingAlgorithm * `0` - None * `1` - Any word * `2` - All words * `3` - Exact match * `4` - Regular expression * `5` - Fuzzy word * `6` - Automatic
const ( MatchingAlgorithmN0 MatchingAlgorithm = 0 MatchingAlgorithmN1 MatchingAlgorithm = 1 MatchingAlgorithmN2 MatchingAlgorithm = 2 MatchingAlgorithmN3 MatchingAlgorithm = 3 MatchingAlgorithmN4 MatchingAlgorithm = 4 MatchingAlgorithmN5 MatchingAlgorithm = 5 MatchingAlgorithmN6 MatchingAlgorithm = 6 )
Defines values for MatchingAlgorithm.
func (MatchingAlgorithm) Valid ¶
func (e MatchingAlgorithm) Valid() bool
Valid indicates whether the value is a known member of the MatchingAlgorithm enum.
type Metadata ¶
type Metadata struct {
ArchiveChecksum string `json:"archive_checksum"`
ArchiveMediaFilename string `json:"archive_media_filename"`
ArchiveMetadata map[string]interface{} `json:"archive_metadata"`
ArchiveSize int `json:"archive_size"`
HasArchiveVersion bool `json:"has_archive_version"`
Lang string `json:"lang"`
MediaFilename string `json:"media_filename"`
OriginalChecksum string `json:"original_checksum"`
OriginalFilename string `json:"original_filename"`
OriginalMetadata map[string]interface{} `json:"original_metadata"`
OriginalMimeType string `json:"original_mime_type"`
OriginalSize int `json:"original_size"`
}
Metadata defines model for Metadata.
type MethodEnum ¶
type MethodEnum string
MethodEnum * `set_correspondent` - set_correspondent * `set_document_type` - set_document_type * `set_storage_path` - set_storage_path * `add_tag` - add_tag * `remove_tag` - remove_tag * `modify_tags` - modify_tags * `modify_custom_fields` - modify_custom_fields * `delete` - delete * `reprocess` - reprocess * `set_permissions` - set_permissions * `rotate` - rotate * `merge` - merge * `split` - split * `delete_pages` - delete_pages * `edit_pdf` - edit_pdf
const ( MethodEnumAddTag MethodEnum = "add_tag" MethodEnumDelete MethodEnum = "delete" MethodEnumDeletePages MethodEnum = "delete_pages" MethodEnumEditPdf MethodEnum = "edit_pdf" MethodEnumMerge MethodEnum = "merge" MethodEnumModifyCustomFields MethodEnum = "modify_custom_fields" MethodEnumModifyTags MethodEnum = "modify_tags" MethodEnumRemoveTag MethodEnum = "remove_tag" MethodEnumReprocess MethodEnum = "reprocess" MethodEnumRotate MethodEnum = "rotate" MethodEnumSetCorrespondent MethodEnum = "set_correspondent" MethodEnumSetDocumentType MethodEnum = "set_document_type" MethodEnumSetPermissions MethodEnum = "set_permissions" MethodEnumSetStoragePath MethodEnum = "set_storage_path" MethodEnumSplit MethodEnum = "split" )
Defines values for MethodEnum.
func (MethodEnum) Valid ¶
func (e MethodEnum) Valid() bool
Valid indicates whether the value is a known member of the MethodEnum enum.
type MigrationStatus ¶
type MigrationStatus struct {
LatestMigration string `json:"latest_migration"`
UnappliedMigrations []string `json:"unapplied_migrations"`
}
MigrationStatus defines model for MigrationStatus.
type ModeEnum ¶
type ModeEnum string
ModeEnum * `skip` - skip * `redo` - redo * `force` - force * `skip_noarchive` - skip_noarchive
type NoteCreateRequestRequest ¶
type NoteCreateRequestRequest struct {
Note string `json:"note"`
}
NoteCreateRequestRequest defines model for NoteCreateRequestRequest.
type Notes ¶
type Notes struct {
Created *time.Time `json:"created,omitempty"`
Id *int `json:"id,omitempty"`
// Note Note for the document
Note *string `json:"note,omitempty"`
User *BasicUser `json:"user,omitempty"`
}
Notes defines model for Notes.
type OauthCallbackRetrieveResponse ¶
func ParseOauthCallbackRetrieveResponse ¶
func ParseOauthCallbackRetrieveResponse(rsp *http.Response) (*OauthCallbackRetrieveResponse, error)
ParseOauthCallbackRetrieveResponse parses an HTTP response from a OauthCallbackRetrieveWithResponse call
func (OauthCallbackRetrieveResponse) ContentType ¶
func (r OauthCallbackRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (OauthCallbackRetrieveResponse) Status ¶
func (r OauthCallbackRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (OauthCallbackRetrieveResponse) StatusCode ¶
func (r OauthCallbackRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ObjectTypeEnum ¶
type ObjectTypeEnum string
ObjectTypeEnum * `tags` - tags * `correspondents` - correspondents * `document_types` - document_types * `storage_paths` - storage_paths
const ( Correspondents ObjectTypeEnum = "correspondents" DocumentTypes ObjectTypeEnum = "document_types" StoragePaths ObjectTypeEnum = "storage_paths" Tags ObjectTypeEnum = "tags" )
Defines values for ObjectTypeEnum.
func (ObjectTypeEnum) Valid ¶
func (e ObjectTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the ObjectTypeEnum enum.
type OperationEnum ¶
type OperationEnum string
OperationEnum * `set_permissions` - set_permissions * `delete` - delete
const ( OperationEnumDelete OperationEnum = "delete" OperationEnumSetPermissions OperationEnum = "set_permissions" )
Defines values for OperationEnum.
func (OperationEnum) Valid ¶
func (e OperationEnum) Valid() bool
Valid indicates whether the value is a known member of the OperationEnum enum.
type OutputTypeEnum ¶
type OutputTypeEnum string
OutputTypeEnum * `pdf` - pdf * `pdfa` - pdfa * `pdfa-1` - pdfa-1 * `pdfa-2` - pdfa-2 * `pdfa-3` - pdfa-3
const ( Pdf OutputTypeEnum = "pdf" Pdfa OutputTypeEnum = "pdfa" Pdfa1 OutputTypeEnum = "pdfa-1" Pdfa2 OutputTypeEnum = "pdfa-2" Pdfa3 OutputTypeEnum = "pdfa-3" )
Defines values for OutputTypeEnum.
func (OutputTypeEnum) Valid ¶
func (e OutputTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the OutputTypeEnum enum.
type PaginatedCorrespondentList ¶
type PaginatedCorrespondentList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []Correspondent `json:"results"`
}
PaginatedCorrespondentList defines model for PaginatedCorrespondentList.
type PaginatedCustomFieldList ¶
type PaginatedCustomFieldList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []CustomField `json:"results"`
}
PaginatedCustomFieldList defines model for PaginatedCustomFieldList.
type PaginatedDocumentList ¶
type PaginatedDocumentList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []Document `json:"results"`
}
PaginatedDocumentList defines model for PaginatedDocumentList.
type PaginatedDocumentTypeList ¶
type PaginatedDocumentTypeList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []DocumentType `json:"results"`
}
PaginatedDocumentTypeList defines model for PaginatedDocumentTypeList.
type PaginatedGroupList ¶
type PaginatedGroupList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []Group `json:"results"`
}
PaginatedGroupList defines model for PaginatedGroupList.
type PaginatedLogEntryList ¶
type PaginatedLogEntryList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []LogEntry `json:"results"`
}
PaginatedLogEntryList defines model for PaginatedLogEntryList.
type PaginatedMailAccountList ¶
type PaginatedMailAccountList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []MailAccount `json:"results"`
}
PaginatedMailAccountList defines model for PaginatedMailAccountList.
type PaginatedMailRuleList ¶
type PaginatedMailRuleList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []MailRule `json:"results"`
}
PaginatedMailRuleList defines model for PaginatedMailRuleList.
type PaginatedProcessedMailList ¶
type PaginatedProcessedMailList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []ProcessedMail `json:"results"`
}
PaginatedProcessedMailList defines model for PaginatedProcessedMailList.
type PaginatedSavedViewList ¶
type PaginatedSavedViewList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []SavedView `json:"results"`
}
PaginatedSavedViewList defines model for PaginatedSavedViewList.
type PaginatedShareLinkList ¶
type PaginatedShareLinkList struct {
}
PaginatedShareLinkList defines model for PaginatedShareLinkList.
type PaginatedStoragePathList ¶
type PaginatedStoragePathList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []StoragePath `json:"results"`
}
PaginatedStoragePathList defines model for PaginatedStoragePathList.
type PaginatedTagList ¶
type PaginatedTagList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []Tag `json:"results"`
}
PaginatedTagList defines model for PaginatedTagList.
type PaginatedUserList ¶
type PaginatedUserList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []User `json:"results"`
}
PaginatedUserList defines model for PaginatedUserList.
type PaginatedWorkflowActionList ¶
type PaginatedWorkflowActionList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []WorkflowAction `json:"results"`
}
PaginatedWorkflowActionList defines model for PaginatedWorkflowActionList.
type PaginatedWorkflowList ¶
type PaginatedWorkflowList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []Workflow `json:"results"`
}
PaginatedWorkflowList defines model for PaginatedWorkflowList.
type PaginatedWorkflowTriggerList ¶
type PaginatedWorkflowTriggerList struct {
All *[]int `json:"all,omitempty"`
Count int `json:"count"`
Next *string `json:"next,omitempty"`
Previous *string `json:"previous,omitempty"`
Results []WorkflowTrigger `json:"results"`
}
PaginatedWorkflowTriggerList defines model for PaginatedWorkflowTriggerList.
type PaperlessAuthToken ¶
type PaperlessAuthToken struct {
Token *string `json:"token,omitempty"`
}
PaperlessAuthToken defines model for PaperlessAuthToken.
type PaperlessAuthTokenRequest ¶
type PaperlessAuthTokenRequest struct {
Code *string `json:"code,omitempty"`
Password *string `json:"password,omitempty"`
Username *string `json:"username,omitempty"`
}
PaperlessAuthTokenRequest defines model for PaperlessAuthTokenRequest.
type PatchedApplicationConfigurationRequest ¶
type PatchedApplicationConfigurationRequest struct {
AppLogo *openapi_types.File `json:"app_logo,omitempty"`
AppTitle *string `json:"app_title,omitempty"`
BarcodeAsnPrefix *string `json:"barcode_asn_prefix,omitempty"`
BarcodeDpi *int `json:"barcode_dpi,omitempty"`
BarcodeEnableAsn *bool `json:"barcode_enable_asn,omitempty"`
BarcodeEnableTag *bool `json:"barcode_enable_tag,omitempty"`
BarcodeEnableTiffSupport *bool `json:"barcode_enable_tiff_support,omitempty"`
BarcodeMaxPages *int `json:"barcode_max_pages,omitempty"`
BarcodeRetainSplitPages *bool `json:"barcode_retain_split_pages,omitempty"`
BarcodeString *string `json:"barcode_string,omitempty"`
BarcodeTagMapping interface{} `json:"barcode_tag_mapping,omitempty"`
BarcodeUpscale *float64 `json:"barcode_upscale,omitempty"`
BarcodesEnabled *bool `json:"barcodes_enabled,omitempty"`
ColorConversionStrategy *PatchedApplicationConfigurationRequest_ColorConversionStrategy `json:"color_conversion_strategy,omitempty"`
Deskew *bool `json:"deskew,omitempty"`
ImageDpi *int `json:"image_dpi,omitempty"`
Language *string `json:"language,omitempty"`
MaxImagePixels *float64 `json:"max_image_pixels,omitempty"`
Mode *PatchedApplicationConfigurationRequest_Mode `json:"mode,omitempty"`
OutputType *PatchedApplicationConfigurationRequest_OutputType `json:"output_type,omitempty"`
Pages *int `json:"pages,omitempty"`
RotatePages *bool `json:"rotate_pages,omitempty"`
RotatePagesThreshold *float64 `json:"rotate_pages_threshold,omitempty"`
SkipArchiveFile *PatchedApplicationConfigurationRequest_SkipArchiveFile `json:"skip_archive_file,omitempty"`
UnpaperClean *PatchedApplicationConfigurationRequest_UnpaperClean `json:"unpaper_clean,omitempty"`
UserArgs interface{} `json:"user_args,omitempty"`
}
PatchedApplicationConfigurationRequest defines model for PatchedApplicationConfigurationRequest.
type PatchedApplicationConfigurationRequest_ColorConversionStrategy ¶
type PatchedApplicationConfigurationRequest_ColorConversionStrategy struct {
// contains filtered or unexported fields
}
PatchedApplicationConfigurationRequest_ColorConversionStrategy defines model for PatchedApplicationConfigurationRequest.ColorConversionStrategy.
func (PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum ¶
func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as a BlankEnum
func (PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum ¶
func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsColorConversionStrategyEnum() (ColorConversionStrategyEnum, error)
AsColorConversionStrategyEnum returns the union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as a ColorConversionStrategyEnum
func (PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum ¶
func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as a NullEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
FromColorConversionStrategyEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as the provided ColorConversionStrategyEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy as the provided NullEnum
func (PatchedApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON ¶
func (t PatchedApplicationConfigurationRequest_ColorConversionStrategy) MarshalJSON() ([]byte, error)
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy, using the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeColorConversionStrategyEnum(v ColorConversionStrategyEnum) error
MergeColorConversionStrategyEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy, using the provided ColorConversionStrategyEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_ColorConversionStrategy, using the provided NullEnum
func (*PatchedApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON ¶
func (t *PatchedApplicationConfigurationRequest_ColorConversionStrategy) UnmarshalJSON(b []byte) error
type PatchedApplicationConfigurationRequest_Mode ¶
type PatchedApplicationConfigurationRequest_Mode struct {
// contains filtered or unexported fields
}
PatchedApplicationConfigurationRequest_Mode defines model for PatchedApplicationConfigurationRequest.Mode.
func (PatchedApplicationConfigurationRequest_Mode) AsBlankEnum ¶
func (t PatchedApplicationConfigurationRequest_Mode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedApplicationConfigurationRequest_Mode as a BlankEnum
func (PatchedApplicationConfigurationRequest_Mode) AsModeEnum ¶
func (t PatchedApplicationConfigurationRequest_Mode) AsModeEnum() (ModeEnum, error)
AsModeEnum returns the union data inside the PatchedApplicationConfigurationRequest_Mode as a ModeEnum
func (PatchedApplicationConfigurationRequest_Mode) AsNullEnum ¶
func (t PatchedApplicationConfigurationRequest_Mode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedApplicationConfigurationRequest_Mode as a NullEnum
func (*PatchedApplicationConfigurationRequest_Mode) FromBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_Mode as the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_Mode) FromModeEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) FromModeEnum(v ModeEnum) error
FromModeEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_Mode as the provided ModeEnum
func (*PatchedApplicationConfigurationRequest_Mode) FromNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_Mode as the provided NullEnum
func (PatchedApplicationConfigurationRequest_Mode) MarshalJSON ¶
func (t PatchedApplicationConfigurationRequest_Mode) MarshalJSON() ([]byte, error)
func (*PatchedApplicationConfigurationRequest_Mode) MergeBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_Mode, using the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_Mode) MergeModeEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) MergeModeEnum(v ModeEnum) error
MergeModeEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_Mode, using the provided ModeEnum
func (*PatchedApplicationConfigurationRequest_Mode) MergeNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_Mode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_Mode, using the provided NullEnum
func (*PatchedApplicationConfigurationRequest_Mode) UnmarshalJSON ¶
func (t *PatchedApplicationConfigurationRequest_Mode) UnmarshalJSON(b []byte) error
type PatchedApplicationConfigurationRequest_OutputType ¶
type PatchedApplicationConfigurationRequest_OutputType struct {
// contains filtered or unexported fields
}
PatchedApplicationConfigurationRequest_OutputType defines model for PatchedApplicationConfigurationRequest.OutputType.
func (PatchedApplicationConfigurationRequest_OutputType) AsBlankEnum ¶
func (t PatchedApplicationConfigurationRequest_OutputType) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedApplicationConfigurationRequest_OutputType as a BlankEnum
func (PatchedApplicationConfigurationRequest_OutputType) AsNullEnum ¶
func (t PatchedApplicationConfigurationRequest_OutputType) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedApplicationConfigurationRequest_OutputType as a NullEnum
func (PatchedApplicationConfigurationRequest_OutputType) AsOutputTypeEnum ¶
func (t PatchedApplicationConfigurationRequest_OutputType) AsOutputTypeEnum() (OutputTypeEnum, error)
AsOutputTypeEnum returns the union data inside the PatchedApplicationConfigurationRequest_OutputType as a OutputTypeEnum
func (*PatchedApplicationConfigurationRequest_OutputType) FromBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_OutputType as the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_OutputType) FromNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_OutputType as the provided NullEnum
func (*PatchedApplicationConfigurationRequest_OutputType) FromOutputTypeEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) FromOutputTypeEnum(v OutputTypeEnum) error
FromOutputTypeEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_OutputType as the provided OutputTypeEnum
func (PatchedApplicationConfigurationRequest_OutputType) MarshalJSON ¶
func (t PatchedApplicationConfigurationRequest_OutputType) MarshalJSON() ([]byte, error)
func (*PatchedApplicationConfigurationRequest_OutputType) MergeBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_OutputType, using the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_OutputType) MergeNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_OutputType, using the provided NullEnum
func (*PatchedApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) MergeOutputTypeEnum(v OutputTypeEnum) error
MergeOutputTypeEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_OutputType, using the provided OutputTypeEnum
func (*PatchedApplicationConfigurationRequest_OutputType) UnmarshalJSON ¶
func (t *PatchedApplicationConfigurationRequest_OutputType) UnmarshalJSON(b []byte) error
type PatchedApplicationConfigurationRequest_SkipArchiveFile ¶
type PatchedApplicationConfigurationRequest_SkipArchiveFile struct {
// contains filtered or unexported fields
}
PatchedApplicationConfigurationRequest_SkipArchiveFile defines model for PatchedApplicationConfigurationRequest.SkipArchiveFile.
func (PatchedApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum ¶
func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as a BlankEnum
func (PatchedApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum ¶
func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as a NullEnum
func (PatchedApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum ¶
func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) AsSkipArchiveFileEnum() (SkipArchiveFileEnum, error)
AsSkipArchiveFileEnum returns the union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as a SkipArchiveFileEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as the provided NullEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) FromSkipArchiveFileEnum(v SkipArchiveFileEnum) error
FromSkipArchiveFileEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile as the provided SkipArchiveFileEnum
func (PatchedApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON ¶
func (t PatchedApplicationConfigurationRequest_SkipArchiveFile) MarshalJSON() ([]byte, error)
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile, using the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile, using the provided NullEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) MergeSkipArchiveFileEnum(v SkipArchiveFileEnum) error
MergeSkipArchiveFileEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_SkipArchiveFile, using the provided SkipArchiveFileEnum
func (*PatchedApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON ¶
func (t *PatchedApplicationConfigurationRequest_SkipArchiveFile) UnmarshalJSON(b []byte) error
type PatchedApplicationConfigurationRequest_UnpaperClean ¶
type PatchedApplicationConfigurationRequest_UnpaperClean struct {
// contains filtered or unexported fields
}
PatchedApplicationConfigurationRequest_UnpaperClean defines model for PatchedApplicationConfigurationRequest.UnpaperClean.
func (PatchedApplicationConfigurationRequest_UnpaperClean) AsBlankEnum ¶
func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as a BlankEnum
func (PatchedApplicationConfigurationRequest_UnpaperClean) AsNullEnum ¶
func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as a NullEnum
func (PatchedApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum ¶
func (t PatchedApplicationConfigurationRequest_UnpaperClean) AsUnpaperCleanEnum() (UnpaperCleanEnum, error)
AsUnpaperCleanEnum returns the union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as a UnpaperCleanEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) FromBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) FromNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as the provided NullEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) FromUnpaperCleanEnum(v UnpaperCleanEnum) error
FromUnpaperCleanEnum overwrites any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean as the provided UnpaperCleanEnum
func (PatchedApplicationConfigurationRequest_UnpaperClean) MarshalJSON ¶
func (t PatchedApplicationConfigurationRequest_UnpaperClean) MarshalJSON() ([]byte, error)
func (*PatchedApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean, using the provided BlankEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) MergeNullEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean, using the provided NullEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) MergeUnpaperCleanEnum(v UnpaperCleanEnum) error
MergeUnpaperCleanEnum performs a merge with any union data inside the PatchedApplicationConfigurationRequest_UnpaperClean, using the provided UnpaperCleanEnum
func (*PatchedApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON ¶
func (t *PatchedApplicationConfigurationRequest_UnpaperClean) UnmarshalJSON(b []byte) error
type PatchedCorrespondentRequest ¶
type PatchedCorrespondentRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
PatchedCorrespondentRequest defines model for PatchedCorrespondentRequest.
type PatchedCustomFieldRequest ¶
type PatchedCustomFieldRequest struct {
// DataType * `string` - string
// * `url` - url
// * `date` - date
// * `boolean` - boolean
// * `integer` - integer
// * `float` - float
// * `monetary` - monetary
// * `documentlink` - documentlink
// * `select` - select
// * `longtext` - longtext
DataType *DataTypeEnum `json:"data_type,omitempty"`
// ExtraData Extra data for the custom field, such as select options
ExtraData interface{} `json:"extra_data,omitempty"`
Name *string `json:"name,omitempty"`
}
PatchedCustomFieldRequest defines model for PatchedCustomFieldRequest.
type PatchedDocumentRequest ¶
type PatchedDocumentRequest struct {
// ArchiveSerialNumber The position of this document in your physical document archive.
ArchiveSerialNumber *int64 `json:"archive_serial_number,omitempty"`
// Content The raw, text-only data of the document. This field is primarily used for searching.
Content *string `json:"content,omitempty"`
Correspondent *int `json:"correspondent,omitempty"`
Created *openapi_types.Date `json:"created,omitempty"`
// Deprecated: this property has been marked as deprecated upstream, but no `x-deprecated-reason` was set
CreatedDate *openapi_types.Date `json:"created_date,omitempty"`
CustomFields *[]CustomFieldInstanceRequest `json:"custom_fields,omitempty"`
DeletedAt *time.Time `json:"deleted_at,omitempty"`
DocumentType *int `json:"document_type,omitempty"`
Owner *int `json:"owner,omitempty"`
RemoveInboxTags *bool `json:"remove_inbox_tags,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
StoragePath *int `json:"storage_path,omitempty"`
Tags *[]int `json:"tags,omitempty"`
Title *string `json:"title,omitempty"`
}
PatchedDocumentRequest Adds update nested feature
type PatchedDocumentTypeRequest ¶
type PatchedDocumentTypeRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
PatchedDocumentTypeRequest defines model for PatchedDocumentTypeRequest.
type PatchedGroupRequest ¶
type PatchedGroupRequest struct {
Name *string `json:"name,omitempty"`
Permissions *[]string `json:"permissions,omitempty"`
}
PatchedGroupRequest defines model for PatchedGroupRequest.
type PatchedMailAccountRequest ¶
type PatchedMailAccountRequest struct {
AccountType *AccountTypeEnum `json:"account_type,omitempty"`
// CharacterSet The character set to use when communicating with the mail server, such as 'UTF-8' or 'US-ASCII'.
CharacterSet *string `json:"character_set,omitempty"`
// Expiration The expiration date of the refresh token.
Expiration *time.Time `json:"expiration,omitempty"`
// ImapPort This is usually 143 for unencrypted and STARTTLS connections, and 993 for SSL connections.
ImapPort *int `json:"imap_port,omitempty"`
ImapSecurity *ImapSecurityEnum `json:"imap_security,omitempty"`
ImapServer *string `json:"imap_server,omitempty"`
IsToken *bool `json:"is_token,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
Password *string `json:"password,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
Username *string `json:"username,omitempty"`
}
PatchedMailAccountRequest defines model for PatchedMailAccountRequest.
type PatchedMailRuleRequest ¶
type PatchedMailRuleRequest struct {
Account *int `json:"account,omitempty"`
Action *MailRuleActionEnum `json:"action,omitempty"`
ActionParameter *string `json:"action_parameter,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCorrespondentFrom *AssignCorrespondentFromEnum `json:"assign_correspondent_from,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwnerFromRule *bool `json:"assign_owner_from_rule,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
AssignTitleFrom *AssignTitleFromEnum `json:"assign_title_from,omitempty"`
// AttachmentType Inline attachments include embedded images, so it's best to combine this option with a filename filter.
//
// * `1` - Only process attachments.
// * `2` - Process all files, including 'inline' attachments.
AttachmentType *AttachmentTypeEnum `json:"attachment_type,omitempty"`
ConsumptionScope *ConsumptionScopeEnum `json:"consumption_scope,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
// FilterAttachmentFilenameExclude Do not consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameExclude *string `json:"filter_attachment_filename_exclude,omitempty"`
// FilterAttachmentFilenameInclude Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterAttachmentFilenameInclude *string `json:"filter_attachment_filename_include,omitempty"`
FilterBody *string `json:"filter_body,omitempty"`
FilterFrom *string `json:"filter_from,omitempty"`
FilterSubject *string `json:"filter_subject,omitempty"`
FilterTo *string `json:"filter_to,omitempty"`
// Folder Subfolders must be separated by a delimiter, often a dot ('.') or slash ('/'), but it varies by mail server.
Folder *string `json:"folder,omitempty"`
// MaximumAge Specified in days.
MaximumAge *int `json:"maximum_age,omitempty"`
Name *string `json:"name,omitempty"`
Order *int `json:"order,omitempty"`
Owner *int `json:"owner,omitempty"`
PdfLayout *PdfLayoutEnum `json:"pdf_layout,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
PatchedMailRuleRequest defines model for PatchedMailRuleRequest.
type PatchedProfileRequest ¶
type PatchedProfileRequest struct {
Email *openapi_types.Email `json:"email,omitempty"`
FirstName *string `json:"first_name,omitempty"`
LastName *string `json:"last_name,omitempty"`
Password *string `json:"password,omitempty"`
}
PatchedProfileRequest defines model for PatchedProfileRequest.
type PatchedSavedViewRequest ¶
type PatchedSavedViewRequest struct {
DisplayFields interface{} `json:"display_fields,omitempty"`
DisplayMode *PatchedSavedViewRequest_DisplayMode `json:"display_mode,omitempty"`
FilterRules *[]SavedViewFilterRuleRequest `json:"filter_rules,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
PageSize *int `json:"page_size,omitempty"`
ShowInSidebar *bool `json:"show_in_sidebar,omitempty"`
ShowOnDashboard *bool `json:"show_on_dashboard,omitempty"`
SortField *string `json:"sort_field,omitempty"`
SortReverse *bool `json:"sort_reverse,omitempty"`
}
PatchedSavedViewRequest defines model for PatchedSavedViewRequest.
type PatchedSavedViewRequest_DisplayMode ¶
type PatchedSavedViewRequest_DisplayMode struct {
// contains filtered or unexported fields
}
PatchedSavedViewRequest_DisplayMode defines model for PatchedSavedViewRequest.DisplayMode.
func (PatchedSavedViewRequest_DisplayMode) AsBlankEnum ¶
func (t PatchedSavedViewRequest_DisplayMode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the PatchedSavedViewRequest_DisplayMode as a BlankEnum
func (PatchedSavedViewRequest_DisplayMode) AsDisplayModeEnum ¶
func (t PatchedSavedViewRequest_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
AsDisplayModeEnum returns the union data inside the PatchedSavedViewRequest_DisplayMode as a DisplayModeEnum
func (PatchedSavedViewRequest_DisplayMode) AsNullEnum ¶
func (t PatchedSavedViewRequest_DisplayMode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the PatchedSavedViewRequest_DisplayMode as a NullEnum
func (*PatchedSavedViewRequest_DisplayMode) FromBlankEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the PatchedSavedViewRequest_DisplayMode as the provided BlankEnum
func (*PatchedSavedViewRequest_DisplayMode) FromDisplayModeEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
FromDisplayModeEnum overwrites any union data inside the PatchedSavedViewRequest_DisplayMode as the provided DisplayModeEnum
func (*PatchedSavedViewRequest_DisplayMode) FromNullEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the PatchedSavedViewRequest_DisplayMode as the provided NullEnum
func (PatchedSavedViewRequest_DisplayMode) MarshalJSON ¶
func (t PatchedSavedViewRequest_DisplayMode) MarshalJSON() ([]byte, error)
func (*PatchedSavedViewRequest_DisplayMode) MergeBlankEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the PatchedSavedViewRequest_DisplayMode, using the provided BlankEnum
func (*PatchedSavedViewRequest_DisplayMode) MergeDisplayModeEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
MergeDisplayModeEnum performs a merge with any union data inside the PatchedSavedViewRequest_DisplayMode, using the provided DisplayModeEnum
func (*PatchedSavedViewRequest_DisplayMode) MergeNullEnum ¶
func (t *PatchedSavedViewRequest_DisplayMode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the PatchedSavedViewRequest_DisplayMode, using the provided NullEnum
func (*PatchedSavedViewRequest_DisplayMode) UnmarshalJSON ¶
func (t *PatchedSavedViewRequest_DisplayMode) UnmarshalJSON(b []byte) error
type PatchedStoragePathRequest ¶
type PatchedStoragePathRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
Path *string `json:"path,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
PatchedStoragePathRequest defines model for PatchedStoragePathRequest.
type PatchedTagRequest ¶
type PatchedTagRequest struct {
Color *string `json:"color,omitempty"`
// IsInboxTag Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags.
IsInboxTag *bool `json:"is_inbox_tag,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name *string `json:"name,omitempty"`
Owner *int `json:"owner,omitempty"`
Parent *int `json:"parent,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
PatchedTagRequest defines model for PatchedTagRequest.
type PatchedUserRequest ¶
type PatchedUserRequest struct {
DateJoined *time.Time `json:"date_joined,omitempty"`
Email *openapi_types.Email `json:"email,omitempty"`
FirstName *string `json:"first_name,omitempty"`
// Groups The groups this user belongs to. A user will get all permissions granted to each of their groups.
Groups *[]int `json:"groups,omitempty"`
// IsActive Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
IsActive *bool `json:"is_active,omitempty"`
// IsStaff Designates whether the user can log into this admin site.
IsStaff *bool `json:"is_staff,omitempty"`
// IsSuperuser Designates that this user has all permissions without explicitly assigning them.
IsSuperuser *bool `json:"is_superuser,omitempty"`
LastName *string `json:"last_name,omitempty"`
Password *string `json:"password,omitempty"`
UserPermissions *[]string `json:"user_permissions,omitempty"`
// Username Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Username *string `json:"username,omitempty"`
}
PatchedUserRequest defines model for PatchedUserRequest.
type PatchedWorkflowActionRequest ¶
type PatchedWorkflowActionRequest struct {
AssignChangeGroups *[]int `json:"assign_change_groups,omitempty"`
AssignChangeUsers *[]int `json:"assign_change_users,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCustomFields *[]int `json:"assign_custom_fields,omitempty"`
// AssignCustomFieldsValues Optional values to assign to the custom fields.
AssignCustomFieldsValues interface{} `json:"assign_custom_fields_values,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwner *int `json:"assign_owner,omitempty"`
AssignStoragePath *int `json:"assign_storage_path,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
// AssignTitle Assign a document title, must be a Jinja2 template, see documentation.
AssignTitle *string `json:"assign_title,omitempty"`
AssignViewGroups *[]int `json:"assign_view_groups,omitempty"`
AssignViewUsers *[]int `json:"assign_view_users,omitempty"`
Email *WorkflowActionEmailRequest `json:"email,omitempty"`
Id *int `json:"id,omitempty"`
RemoveAllCorrespondents *bool `json:"remove_all_correspondents,omitempty"`
RemoveAllCustomFields *bool `json:"remove_all_custom_fields,omitempty"`
RemoveAllDocumentTypes *bool `json:"remove_all_document_types,omitempty"`
RemoveAllOwners *bool `json:"remove_all_owners,omitempty"`
RemoveAllPermissions *bool `json:"remove_all_permissions,omitempty"`
RemoveAllStoragePaths *bool `json:"remove_all_storage_paths,omitempty"`
RemoveAllTags *bool `json:"remove_all_tags,omitempty"`
RemoveChangeGroups *[]int `json:"remove_change_groups,omitempty"`
RemoveChangeUsers *[]int `json:"remove_change_users,omitempty"`
RemoveCorrespondents *[]int `json:"remove_correspondents,omitempty"`
RemoveCustomFields *[]int `json:"remove_custom_fields,omitempty"`
RemoveDocumentTypes *[]int `json:"remove_document_types,omitempty"`
RemoveOwners *[]int `json:"remove_owners,omitempty"`
RemoveStoragePaths *[]int `json:"remove_storage_paths,omitempty"`
RemoveTags *[]int `json:"remove_tags,omitempty"`
RemoveViewGroups *[]int `json:"remove_view_groups,omitempty"`
RemoveViewUsers *[]int `json:"remove_view_users,omitempty"`
Type *WorkflowActionTypeEnum `json:"type,omitempty"`
Webhook *WorkflowActionWebhookRequest `json:"webhook,omitempty"`
}
PatchedWorkflowActionRequest defines model for PatchedWorkflowActionRequest.
type PatchedWorkflowRequest ¶
type PatchedWorkflowRequest struct {
Actions *[]WorkflowActionRequest `json:"actions,omitempty"`
Enabled *bool `json:"enabled,omitempty"`
Name *string `json:"name,omitempty"`
Order *int `json:"order,omitempty"`
Triggers *[]WorkflowTriggerRequest `json:"triggers,omitempty"`
}
PatchedWorkflowRequest defines model for PatchedWorkflowRequest.
type PatchedWorkflowTriggerRequest ¶
type PatchedWorkflowTriggerRequest struct {
// FilterCustomFieldQuery JSON-encoded custom field query expression.
FilterCustomFieldQuery *string `json:"filter_custom_field_query,omitempty"`
// FilterFilename Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterFilename *string `json:"filter_filename,omitempty"`
FilterHasAllTags *[]int `json:"filter_has_all_tags,omitempty"`
FilterHasCorrespondent *int `json:"filter_has_correspondent,omitempty"`
FilterHasDocumentType *int `json:"filter_has_document_type,omitempty"`
FilterHasNotCorrespondents *[]int `json:"filter_has_not_correspondents,omitempty"`
FilterHasNotDocumentTypes *[]int `json:"filter_has_not_document_types,omitempty"`
FilterHasNotStoragePaths *[]int `json:"filter_has_not_storage_paths,omitempty"`
FilterHasNotTags *[]int `json:"filter_has_not_tags,omitempty"`
FilterHasStoragePath *int `json:"filter_has_storage_path,omitempty"`
FilterHasTags *[]int `json:"filter_has_tags,omitempty"`
FilterMailrule *int `json:"filter_mailrule,omitempty"`
// FilterPath Only consume documents with a path that matches this if specified. Wildcards specified as * are allowed. Case insensitive.
FilterPath *string `json:"filter_path,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *WorkflowTriggerMatchingAlgorithmEnum `json:"matching_algorithm,omitempty"`
ScheduleDateCustomField *int `json:"schedule_date_custom_field,omitempty"`
// ScheduleDateField The field to check for a schedule trigger.
//
// * `added` - Added
// * `created` - Created
// * `modified` - Modified
// * `custom_field` - Custom Field
ScheduleDateField *ScheduleDateFieldEnum `json:"schedule_date_field,omitempty"`
// ScheduleIsRecurring If the schedule should be recurring.
ScheduleIsRecurring *bool `json:"schedule_is_recurring,omitempty"`
// ScheduleOffsetDays The number of days to offset the schedule trigger by.
ScheduleOffsetDays *int `json:"schedule_offset_days,omitempty"`
// ScheduleRecurringIntervalDays The number of days between recurring schedule triggers.
ScheduleRecurringIntervalDays *int `json:"schedule_recurring_interval_days,omitempty"`
Sources *[]SourcesEnum `json:"sources,omitempty"`
Type *WorkflowTriggerTypeEnum `json:"type,omitempty"`
}
PatchedWorkflowTriggerRequest defines model for PatchedWorkflowTriggerRequest.
type PdfLayoutEnum ¶
type PdfLayoutEnum int
PdfLayoutEnum * `0` - System default * `1` - Text, then HTML * `2` - HTML, then text * `3` - HTML only * `4` - Text only
const ( PdfLayoutEnumN0 PdfLayoutEnum = 0 PdfLayoutEnumN1 PdfLayoutEnum = 1 PdfLayoutEnumN2 PdfLayoutEnum = 2 PdfLayoutEnumN3 PdfLayoutEnum = 3 PdfLayoutEnumN4 PdfLayoutEnum = 4 )
Defines values for PdfLayoutEnum.
func (PdfLayoutEnum) Valid ¶
func (e PdfLayoutEnum) Valid() bool
Valid indicates whether the value is a known member of the PdfLayoutEnum enum.
type PostDocumentRequest ¶
type PostDocumentRequest struct {
ArchiveSerialNumber *int64 `json:"archive_serial_number,omitempty"`
Correspondent *int `json:"correspondent,omitempty"`
Created *time.Time `json:"created,omitempty"`
CustomFields interface{} `json:"custom_fields,omitempty"`
Document *openapi_types.File `json:"document,omitempty"`
DocumentType *int `json:"document_type,omitempty"`
FromWebui *bool `json:"from_webui,omitempty"`
StoragePath *int `json:"storage_path,omitempty"`
Tags *[]int `json:"tags,omitempty"`
Title *string `json:"title,omitempty"`
}
PostDocumentRequest defines model for PostDocumentRequest.
type ProcessedMail ¶
type ProcessedMail struct {
Error *string `json:"error,omitempty"`
Folder *string `json:"folder,omitempty"`
Id *int `json:"id,omitempty"`
Owner *int `json:"owner,omitempty"`
Processed *time.Time `json:"processed,omitempty"`
Received *time.Time `json:"received,omitempty"`
Rule *int `json:"rule,omitempty"`
Status *string `json:"status,omitempty"`
Subject *string `json:"subject,omitempty"`
Uid *string `json:"uid,omitempty"`
}
ProcessedMail defines model for ProcessedMail.
type ProcessedMailBulkDeleteCreateFormdataRequestBody ¶
type ProcessedMailBulkDeleteCreateFormdataRequestBody = ProcessedMailRequest
ProcessedMailBulkDeleteCreateFormdataRequestBody defines body for ProcessedMailBulkDeleteCreate for application/x-www-form-urlencoded ContentType.
type ProcessedMailBulkDeleteCreateJSONRequestBody ¶
type ProcessedMailBulkDeleteCreateJSONRequestBody = ProcessedMailRequest
ProcessedMailBulkDeleteCreateJSONRequestBody defines body for ProcessedMailBulkDeleteCreate for application/json ContentType.
type ProcessedMailBulkDeleteCreateMultipartRequestBody ¶
type ProcessedMailBulkDeleteCreateMultipartRequestBody = ProcessedMailRequest
ProcessedMailBulkDeleteCreateMultipartRequestBody defines body for ProcessedMailBulkDeleteCreate for multipart/form-data ContentType.
type ProcessedMailBulkDeleteCreateResponse ¶
type ProcessedMailBulkDeleteCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProcessedMail
}
func ParseProcessedMailBulkDeleteCreateResponse ¶
func ParseProcessedMailBulkDeleteCreateResponse(rsp *http.Response) (*ProcessedMailBulkDeleteCreateResponse, error)
ParseProcessedMailBulkDeleteCreateResponse parses an HTTP response from a ProcessedMailBulkDeleteCreateWithResponse call
func (ProcessedMailBulkDeleteCreateResponse) ContentType ¶
func (r ProcessedMailBulkDeleteCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProcessedMailBulkDeleteCreateResponse) Status ¶
func (r ProcessedMailBulkDeleteCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ProcessedMailBulkDeleteCreateResponse) StatusCode ¶
func (r ProcessedMailBulkDeleteCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProcessedMailListParams ¶
type ProcessedMailListParams struct {
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
Rule *int `form:"rule,omitempty" json:"rule,omitempty"`
Status *string `form:"status,omitempty" json:"status,omitempty"`
}
ProcessedMailListParams defines parameters for ProcessedMailList.
type ProcessedMailListResponse ¶
type ProcessedMailListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedProcessedMailList
}
func ParseProcessedMailListResponse ¶
func ParseProcessedMailListResponse(rsp *http.Response) (*ProcessedMailListResponse, error)
ParseProcessedMailListResponse parses an HTTP response from a ProcessedMailListWithResponse call
func (ProcessedMailListResponse) ContentType ¶
func (r ProcessedMailListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProcessedMailListResponse) Status ¶
func (r ProcessedMailListResponse) Status() string
Status returns HTTPResponse.Status
func (ProcessedMailListResponse) StatusCode ¶
func (r ProcessedMailListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProcessedMailRequest ¶
type ProcessedMailRequest struct {
Owner *int `json:"owner,omitempty"`
}
ProcessedMailRequest defines model for ProcessedMailRequest.
type ProcessedMailRetrieveResponse ¶
type ProcessedMailRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *ProcessedMail
}
func ParseProcessedMailRetrieveResponse ¶
func ParseProcessedMailRetrieveResponse(rsp *http.Response) (*ProcessedMailRetrieveResponse, error)
ParseProcessedMailRetrieveResponse parses an HTTP response from a ProcessedMailRetrieveWithResponse call
func (ProcessedMailRetrieveResponse) ContentType ¶
func (r ProcessedMailRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProcessedMailRetrieveResponse) Status ¶
func (r ProcessedMailRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ProcessedMailRetrieveResponse) StatusCode ¶
func (r ProcessedMailRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Profile ¶
type Profile struct {
AuthToken *string `json:"auth_token,omitempty"`
Email *openapi_types.Email `json:"email,omitempty"`
FirstName *string `json:"first_name,omitempty"`
HasUsablePassword *bool `json:"has_usable_password,omitempty"`
IsMfaEnabled *bool `json:"is_mfa_enabled,omitempty"`
LastName *string `json:"last_name,omitempty"`
Password *string `json:"password,omitempty"`
SocialAccounts *[]SocialAccount `json:"social_accounts,omitempty"`
}
Profile defines model for Profile.
type ProfileDisconnectSocialAccountCreateJSONBody ¶
type ProfileDisconnectSocialAccountCreateJSONBody struct {
Id int `json:"id"`
}
ProfileDisconnectSocialAccountCreateJSONBody defines parameters for ProfileDisconnectSocialAccountCreate.
type ProfileDisconnectSocialAccountCreateJSONRequestBody ¶
type ProfileDisconnectSocialAccountCreateJSONRequestBody ProfileDisconnectSocialAccountCreateJSONBody
ProfileDisconnectSocialAccountCreateJSONRequestBody defines body for ProfileDisconnectSocialAccountCreate for application/json ContentType.
type ProfileDisconnectSocialAccountCreateResponse ¶
type ProfileDisconnectSocialAccountCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *int
JSON400 *string
}
func ParseProfileDisconnectSocialAccountCreateResponse ¶
func ParseProfileDisconnectSocialAccountCreateResponse(rsp *http.Response) (*ProfileDisconnectSocialAccountCreateResponse, error)
ParseProfileDisconnectSocialAccountCreateResponse parses an HTTP response from a ProfileDisconnectSocialAccountCreateWithResponse call
func (ProfileDisconnectSocialAccountCreateResponse) ContentType ¶
func (r ProfileDisconnectSocialAccountCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileDisconnectSocialAccountCreateResponse) Status ¶
func (r ProfileDisconnectSocialAccountCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileDisconnectSocialAccountCreateResponse) StatusCode ¶
func (r ProfileDisconnectSocialAccountCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileGenerateAuthTokenCreateResponse ¶
type ProfileGenerateAuthTokenCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *string
}
func ParseProfileGenerateAuthTokenCreateResponse ¶
func ParseProfileGenerateAuthTokenCreateResponse(rsp *http.Response) (*ProfileGenerateAuthTokenCreateResponse, error)
ParseProfileGenerateAuthTokenCreateResponse parses an HTTP response from a ProfileGenerateAuthTokenCreateWithResponse call
func (ProfileGenerateAuthTokenCreateResponse) ContentType ¶
func (r ProfileGenerateAuthTokenCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileGenerateAuthTokenCreateResponse) Status ¶
func (r ProfileGenerateAuthTokenCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileGenerateAuthTokenCreateResponse) StatusCode ¶
func (r ProfileGenerateAuthTokenCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfilePartialUpdateFormdataRequestBody ¶
type ProfilePartialUpdateFormdataRequestBody = PatchedProfileRequest
ProfilePartialUpdateFormdataRequestBody defines body for ProfilePartialUpdate for application/x-www-form-urlencoded ContentType.
type ProfilePartialUpdateJSONRequestBody ¶
type ProfilePartialUpdateJSONRequestBody = PatchedProfileRequest
ProfilePartialUpdateJSONRequestBody defines body for ProfilePartialUpdate for application/json ContentType.
type ProfilePartialUpdateMultipartRequestBody ¶
type ProfilePartialUpdateMultipartRequestBody = PatchedProfileRequest
ProfilePartialUpdateMultipartRequestBody defines body for ProfilePartialUpdate for multipart/form-data ContentType.
type ProfilePartialUpdateResponse ¶
type ProfilePartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Profile
}
func ParseProfilePartialUpdateResponse ¶
func ParseProfilePartialUpdateResponse(rsp *http.Response) (*ProfilePartialUpdateResponse, error)
ParseProfilePartialUpdateResponse parses an HTTP response from a ProfilePartialUpdateWithResponse call
func (ProfilePartialUpdateResponse) ContentType ¶
func (r ProfilePartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfilePartialUpdateResponse) Status ¶
func (r ProfilePartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (ProfilePartialUpdateResponse) StatusCode ¶
func (r ProfilePartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileRetrieveResponse ¶
func ParseProfileRetrieveResponse ¶
func ParseProfileRetrieveResponse(rsp *http.Response) (*ProfileRetrieveResponse, error)
ParseProfileRetrieveResponse parses an HTTP response from a ProfileRetrieveWithResponse call
func (ProfileRetrieveResponse) ContentType ¶
func (r ProfileRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileRetrieveResponse) Status ¶
func (r ProfileRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileRetrieveResponse) StatusCode ¶
func (r ProfileRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileSocialAccountProvidersRetrieveResponse ¶
type ProfileSocialAccountProvidersRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
}
func ParseProfileSocialAccountProvidersRetrieveResponse ¶
func ParseProfileSocialAccountProvidersRetrieveResponse(rsp *http.Response) (*ProfileSocialAccountProvidersRetrieveResponse, error)
ParseProfileSocialAccountProvidersRetrieveResponse parses an HTTP response from a ProfileSocialAccountProvidersRetrieveWithResponse call
func (ProfileSocialAccountProvidersRetrieveResponse) ContentType ¶
func (r ProfileSocialAccountProvidersRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileSocialAccountProvidersRetrieveResponse) Status ¶
func (r ProfileSocialAccountProvidersRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileSocialAccountProvidersRetrieveResponse) StatusCode ¶
func (r ProfileSocialAccountProvidersRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileTotpCreateJSONBody ¶
ProfileTotpCreateJSONBody defines parameters for ProfileTotpCreate.
type ProfileTotpCreateJSONRequestBody ¶
type ProfileTotpCreateJSONRequestBody ProfileTotpCreateJSONBody
ProfileTotpCreateJSONRequestBody defines body for ProfileTotpCreate for application/json ContentType.
type ProfileTotpCreateResponse ¶
type ProfileTotpCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
}
func ParseProfileTotpCreateResponse ¶
func ParseProfileTotpCreateResponse(rsp *http.Response) (*ProfileTotpCreateResponse, error)
ParseProfileTotpCreateResponse parses an HTTP response from a ProfileTotpCreateWithResponse call
func (ProfileTotpCreateResponse) ContentType ¶
func (r ProfileTotpCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileTotpCreateResponse) Status ¶
func (r ProfileTotpCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileTotpCreateResponse) StatusCode ¶
func (r ProfileTotpCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileTotpDestroyResponse ¶
type ProfileTotpDestroyResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *bool
JSON404 *string
}
func ParseProfileTotpDestroyResponse ¶
func ParseProfileTotpDestroyResponse(rsp *http.Response) (*ProfileTotpDestroyResponse, error)
ParseProfileTotpDestroyResponse parses an HTTP response from a ProfileTotpDestroyWithResponse call
func (ProfileTotpDestroyResponse) ContentType ¶
func (r ProfileTotpDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileTotpDestroyResponse) Status ¶
func (r ProfileTotpDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileTotpDestroyResponse) StatusCode ¶
func (r ProfileTotpDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ProfileTotpRetrieveResponse ¶
type ProfileTotpRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
}
func ParseProfileTotpRetrieveResponse ¶
func ParseProfileTotpRetrieveResponse(rsp *http.Response) (*ProfileTotpRetrieveResponse, error)
ParseProfileTotpRetrieveResponse parses an HTTP response from a ProfileTotpRetrieveWithResponse call
func (ProfileTotpRetrieveResponse) ContentType ¶
func (r ProfileTotpRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ProfileTotpRetrieveResponse) Status ¶
func (r ProfileTotpRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ProfileTotpRetrieveResponse) StatusCode ¶
func (r ProfileTotpRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RemoteVersionRetrieveResponse ¶
type RemoteVersionRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
}
func ParseRemoteVersionRetrieveResponse ¶
func ParseRemoteVersionRetrieveResponse(rsp *http.Response) (*RemoteVersionRetrieveResponse, error)
ParseRemoteVersionRetrieveResponse parses an HTTP response from a RemoteVersionRetrieveWithResponse call
func (RemoteVersionRetrieveResponse) ContentType ¶
func (r RemoteVersionRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (RemoteVersionRetrieveResponse) Status ¶
func (r RemoteVersionRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (RemoteVersionRetrieveResponse) StatusCode ¶
func (r RemoteVersionRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type RetrieveLogParams ¶
type RetrieveLogParams struct {
// Limit Return only the last N entries from the log file
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
}
RetrieveLogParams defines parameters for RetrieveLog.
type RetrieveLogResponse ¶
func ParseRetrieveLogResponse ¶
func ParseRetrieveLogResponse(rsp *http.Response) (*RetrieveLogResponse, error)
ParseRetrieveLogResponse parses an HTTP response from a RetrieveLogWithResponse call
func (RetrieveLogResponse) ContentType ¶
func (r RetrieveLogResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (RetrieveLogResponse) Status ¶
func (r RetrieveLogResponse) Status() string
Status returns HTTPResponse.Status
func (RetrieveLogResponse) StatusCode ¶
func (r RetrieveLogResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type RuleTypeEnum ¶
type RuleTypeEnum int
RuleTypeEnum * `0` - title contains * `1` - content contains * `2` - ASN is * `3` - correspondent is * `4` - document type is * `5` - is in inbox * `6` - has tag * `7` - has any tag * `8` - created before * `9` - created after * `10` - created year is * `11` - created month is * `12` - created day is * `13` - added before * `14` - added after * `15` - modified before * `16` - modified after * `17` - does not have tag * `18` - does not have ASN * `19` - title or content contains * `20` - fulltext query * `21` - more like this * `22` - has tags in * `23` - ASN greater than * `24` - ASN less than * `25` - storage path is * `26` - has correspondent in * `27` - does not have correspondent in * `28` - has document type in * `29` - does not have document type in * `30` - has storage path in * `31` - does not have storage path in * `32` - owner is * `33` - has owner in * `34` - does not have owner * `35` - does not have owner in * `36` - has custom field value * `37` - is shared by me * `38` - has custom fields * `39` - has custom field in * `40` - does not have custom field in * `41` - does not have custom field * `42` - custom fields query * `43` - created to * `44` - created from * `45` - added to * `46` - added from * `47` - mime type is
const ( RuleTypeEnumN0 RuleTypeEnum = 0 RuleTypeEnumN1 RuleTypeEnum = 1 RuleTypeEnumN10 RuleTypeEnum = 10 RuleTypeEnumN11 RuleTypeEnum = 11 RuleTypeEnumN12 RuleTypeEnum = 12 RuleTypeEnumN13 RuleTypeEnum = 13 RuleTypeEnumN14 RuleTypeEnum = 14 RuleTypeEnumN15 RuleTypeEnum = 15 RuleTypeEnumN16 RuleTypeEnum = 16 RuleTypeEnumN17 RuleTypeEnum = 17 RuleTypeEnumN18 RuleTypeEnum = 18 RuleTypeEnumN19 RuleTypeEnum = 19 RuleTypeEnumN2 RuleTypeEnum = 2 RuleTypeEnumN20 RuleTypeEnum = 20 RuleTypeEnumN21 RuleTypeEnum = 21 RuleTypeEnumN22 RuleTypeEnum = 22 RuleTypeEnumN23 RuleTypeEnum = 23 RuleTypeEnumN24 RuleTypeEnum = 24 RuleTypeEnumN25 RuleTypeEnum = 25 RuleTypeEnumN26 RuleTypeEnum = 26 RuleTypeEnumN27 RuleTypeEnum = 27 RuleTypeEnumN28 RuleTypeEnum = 28 RuleTypeEnumN29 RuleTypeEnum = 29 RuleTypeEnumN3 RuleTypeEnum = 3 RuleTypeEnumN30 RuleTypeEnum = 30 RuleTypeEnumN31 RuleTypeEnum = 31 RuleTypeEnumN32 RuleTypeEnum = 32 RuleTypeEnumN33 RuleTypeEnum = 33 RuleTypeEnumN34 RuleTypeEnum = 34 RuleTypeEnumN35 RuleTypeEnum = 35 RuleTypeEnumN36 RuleTypeEnum = 36 RuleTypeEnumN37 RuleTypeEnum = 37 RuleTypeEnumN38 RuleTypeEnum = 38 RuleTypeEnumN39 RuleTypeEnum = 39 RuleTypeEnumN4 RuleTypeEnum = 4 RuleTypeEnumN40 RuleTypeEnum = 40 RuleTypeEnumN41 RuleTypeEnum = 41 RuleTypeEnumN42 RuleTypeEnum = 42 RuleTypeEnumN43 RuleTypeEnum = 43 RuleTypeEnumN44 RuleTypeEnum = 44 RuleTypeEnumN45 RuleTypeEnum = 45 RuleTypeEnumN46 RuleTypeEnum = 46 RuleTypeEnumN47 RuleTypeEnum = 47 RuleTypeEnumN5 RuleTypeEnum = 5 RuleTypeEnumN6 RuleTypeEnum = 6 RuleTypeEnumN7 RuleTypeEnum = 7 RuleTypeEnumN8 RuleTypeEnum = 8 RuleTypeEnumN9 RuleTypeEnum = 9 )
Defines values for RuleTypeEnum.
func (RuleTypeEnum) Valid ¶
func (e RuleTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the RuleTypeEnum enum.
type SanityCheck ¶
type SanityCheck struct {
Error string `json:"error"`
LastRun time.Time `json:"last_run"`
Status string `json:"status"`
}
SanityCheck defines model for SanityCheck.
type SavedView ¶
type SavedView struct {
DisplayFields interface{} `json:"display_fields,omitempty"`
DisplayMode *SavedView_DisplayMode `json:"display_mode,omitempty"`
FilterRules []SavedViewFilterRule `json:"filter_rules"`
Id *int `json:"id,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
PageSize *int `json:"page_size,omitempty"`
ShowInSidebar bool `json:"show_in_sidebar"`
ShowOnDashboard bool `json:"show_on_dashboard"`
SortField *string `json:"sort_field,omitempty"`
SortReverse *bool `json:"sort_reverse,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
SavedView defines model for SavedView.
type SavedViewFilterRule ¶
type SavedViewFilterRule struct {
RuleType RuleTypeEnum `json:"rule_type"`
Value *string `json:"value,omitempty"`
}
SavedViewFilterRule defines model for SavedViewFilterRule.
type SavedViewFilterRuleRequest ¶
type SavedViewFilterRuleRequest struct {
RuleType RuleTypeEnum `json:"rule_type"`
Value *string `json:"value,omitempty"`
}
SavedViewFilterRuleRequest defines model for SavedViewFilterRuleRequest.
type SavedViewRequest ¶
type SavedViewRequest struct {
DisplayFields interface{} `json:"display_fields,omitempty"`
DisplayMode *SavedViewRequest_DisplayMode `json:"display_mode,omitempty"`
FilterRules []SavedViewFilterRuleRequest `json:"filter_rules"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
PageSize *int `json:"page_size,omitempty"`
ShowInSidebar bool `json:"show_in_sidebar"`
ShowOnDashboard bool `json:"show_on_dashboard"`
SortField *string `json:"sort_field,omitempty"`
SortReverse *bool `json:"sort_reverse,omitempty"`
}
SavedViewRequest defines model for SavedViewRequest.
type SavedViewRequest_DisplayMode ¶
type SavedViewRequest_DisplayMode struct {
// contains filtered or unexported fields
}
SavedViewRequest_DisplayMode defines model for SavedViewRequest.DisplayMode.
func (SavedViewRequest_DisplayMode) AsBlankEnum ¶
func (t SavedViewRequest_DisplayMode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the SavedViewRequest_DisplayMode as a BlankEnum
func (SavedViewRequest_DisplayMode) AsDisplayModeEnum ¶
func (t SavedViewRequest_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
AsDisplayModeEnum returns the union data inside the SavedViewRequest_DisplayMode as a DisplayModeEnum
func (SavedViewRequest_DisplayMode) AsNullEnum ¶
func (t SavedViewRequest_DisplayMode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the SavedViewRequest_DisplayMode as a NullEnum
func (*SavedViewRequest_DisplayMode) FromBlankEnum ¶
func (t *SavedViewRequest_DisplayMode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the SavedViewRequest_DisplayMode as the provided BlankEnum
func (*SavedViewRequest_DisplayMode) FromDisplayModeEnum ¶
func (t *SavedViewRequest_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
FromDisplayModeEnum overwrites any union data inside the SavedViewRequest_DisplayMode as the provided DisplayModeEnum
func (*SavedViewRequest_DisplayMode) FromNullEnum ¶
func (t *SavedViewRequest_DisplayMode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the SavedViewRequest_DisplayMode as the provided NullEnum
func (SavedViewRequest_DisplayMode) MarshalJSON ¶
func (t SavedViewRequest_DisplayMode) MarshalJSON() ([]byte, error)
func (*SavedViewRequest_DisplayMode) MergeBlankEnum ¶
func (t *SavedViewRequest_DisplayMode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the SavedViewRequest_DisplayMode, using the provided BlankEnum
func (*SavedViewRequest_DisplayMode) MergeDisplayModeEnum ¶
func (t *SavedViewRequest_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
MergeDisplayModeEnum performs a merge with any union data inside the SavedViewRequest_DisplayMode, using the provided DisplayModeEnum
func (*SavedViewRequest_DisplayMode) MergeNullEnum ¶
func (t *SavedViewRequest_DisplayMode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the SavedViewRequest_DisplayMode, using the provided NullEnum
func (*SavedViewRequest_DisplayMode) UnmarshalJSON ¶
func (t *SavedViewRequest_DisplayMode) UnmarshalJSON(b []byte) error
type SavedView_DisplayMode ¶
type SavedView_DisplayMode struct {
// contains filtered or unexported fields
}
SavedView_DisplayMode defines model for SavedView.DisplayMode.
func (SavedView_DisplayMode) AsBlankEnum ¶
func (t SavedView_DisplayMode) AsBlankEnum() (BlankEnum, error)
AsBlankEnum returns the union data inside the SavedView_DisplayMode as a BlankEnum
func (SavedView_DisplayMode) AsDisplayModeEnum ¶
func (t SavedView_DisplayMode) AsDisplayModeEnum() (DisplayModeEnum, error)
AsDisplayModeEnum returns the union data inside the SavedView_DisplayMode as a DisplayModeEnum
func (SavedView_DisplayMode) AsNullEnum ¶
func (t SavedView_DisplayMode) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the SavedView_DisplayMode as a NullEnum
func (*SavedView_DisplayMode) FromBlankEnum ¶
func (t *SavedView_DisplayMode) FromBlankEnum(v BlankEnum) error
FromBlankEnum overwrites any union data inside the SavedView_DisplayMode as the provided BlankEnum
func (*SavedView_DisplayMode) FromDisplayModeEnum ¶
func (t *SavedView_DisplayMode) FromDisplayModeEnum(v DisplayModeEnum) error
FromDisplayModeEnum overwrites any union data inside the SavedView_DisplayMode as the provided DisplayModeEnum
func (*SavedView_DisplayMode) FromNullEnum ¶
func (t *SavedView_DisplayMode) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the SavedView_DisplayMode as the provided NullEnum
func (SavedView_DisplayMode) MarshalJSON ¶
func (t SavedView_DisplayMode) MarshalJSON() ([]byte, error)
func (*SavedView_DisplayMode) MergeBlankEnum ¶
func (t *SavedView_DisplayMode) MergeBlankEnum(v BlankEnum) error
MergeBlankEnum performs a merge with any union data inside the SavedView_DisplayMode, using the provided BlankEnum
func (*SavedView_DisplayMode) MergeDisplayModeEnum ¶
func (t *SavedView_DisplayMode) MergeDisplayModeEnum(v DisplayModeEnum) error
MergeDisplayModeEnum performs a merge with any union data inside the SavedView_DisplayMode, using the provided DisplayModeEnum
func (*SavedView_DisplayMode) MergeNullEnum ¶
func (t *SavedView_DisplayMode) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the SavedView_DisplayMode, using the provided NullEnum
func (*SavedView_DisplayMode) UnmarshalJSON ¶
func (t *SavedView_DisplayMode) UnmarshalJSON(b []byte) error
type SavedViewsCreateFormdataRequestBody ¶
type SavedViewsCreateFormdataRequestBody = SavedViewRequest
SavedViewsCreateFormdataRequestBody defines body for SavedViewsCreate for application/x-www-form-urlencoded ContentType.
type SavedViewsCreateJSONRequestBody ¶
type SavedViewsCreateJSONRequestBody = SavedViewRequest
SavedViewsCreateJSONRequestBody defines body for SavedViewsCreate for application/json ContentType.
type SavedViewsCreateMultipartRequestBody ¶
type SavedViewsCreateMultipartRequestBody = SavedViewRequest
SavedViewsCreateMultipartRequestBody defines body for SavedViewsCreate for multipart/form-data ContentType.
type SavedViewsCreateResponse ¶
func ParseSavedViewsCreateResponse ¶
func ParseSavedViewsCreateResponse(rsp *http.Response) (*SavedViewsCreateResponse, error)
ParseSavedViewsCreateResponse parses an HTTP response from a SavedViewsCreateWithResponse call
func (SavedViewsCreateResponse) ContentType ¶
func (r SavedViewsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsCreateResponse) Status ¶
func (r SavedViewsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsCreateResponse) StatusCode ¶
func (r SavedViewsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SavedViewsDestroyResponse ¶
func ParseSavedViewsDestroyResponse ¶
func ParseSavedViewsDestroyResponse(rsp *http.Response) (*SavedViewsDestroyResponse, error)
ParseSavedViewsDestroyResponse parses an HTTP response from a SavedViewsDestroyWithResponse call
func (SavedViewsDestroyResponse) ContentType ¶
func (r SavedViewsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsDestroyResponse) Status ¶
func (r SavedViewsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsDestroyResponse) StatusCode ¶
func (r SavedViewsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SavedViewsListParams ¶
type SavedViewsListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
SavedViewsListParams defines parameters for SavedViewsList.
type SavedViewsListResponse ¶
type SavedViewsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedSavedViewList
}
func ParseSavedViewsListResponse ¶
func ParseSavedViewsListResponse(rsp *http.Response) (*SavedViewsListResponse, error)
ParseSavedViewsListResponse parses an HTTP response from a SavedViewsListWithResponse call
func (SavedViewsListResponse) ContentType ¶
func (r SavedViewsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsListResponse) Status ¶
func (r SavedViewsListResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsListResponse) StatusCode ¶
func (r SavedViewsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SavedViewsPartialUpdateFormdataRequestBody ¶
type SavedViewsPartialUpdateFormdataRequestBody = PatchedSavedViewRequest
SavedViewsPartialUpdateFormdataRequestBody defines body for SavedViewsPartialUpdate for application/x-www-form-urlencoded ContentType.
type SavedViewsPartialUpdateJSONRequestBody ¶
type SavedViewsPartialUpdateJSONRequestBody = PatchedSavedViewRequest
SavedViewsPartialUpdateJSONRequestBody defines body for SavedViewsPartialUpdate for application/json ContentType.
type SavedViewsPartialUpdateMultipartRequestBody ¶
type SavedViewsPartialUpdateMultipartRequestBody = PatchedSavedViewRequest
SavedViewsPartialUpdateMultipartRequestBody defines body for SavedViewsPartialUpdate for multipart/form-data ContentType.
type SavedViewsPartialUpdateResponse ¶
type SavedViewsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SavedView
}
func ParseSavedViewsPartialUpdateResponse ¶
func ParseSavedViewsPartialUpdateResponse(rsp *http.Response) (*SavedViewsPartialUpdateResponse, error)
ParseSavedViewsPartialUpdateResponse parses an HTTP response from a SavedViewsPartialUpdateWithResponse call
func (SavedViewsPartialUpdateResponse) ContentType ¶
func (r SavedViewsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsPartialUpdateResponse) Status ¶
func (r SavedViewsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsPartialUpdateResponse) StatusCode ¶
func (r SavedViewsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SavedViewsRetrieveResponse ¶
type SavedViewsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SavedView
}
func ParseSavedViewsRetrieveResponse ¶
func ParseSavedViewsRetrieveResponse(rsp *http.Response) (*SavedViewsRetrieveResponse, error)
ParseSavedViewsRetrieveResponse parses an HTTP response from a SavedViewsRetrieveWithResponse call
func (SavedViewsRetrieveResponse) ContentType ¶
func (r SavedViewsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsRetrieveResponse) Status ¶
func (r SavedViewsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsRetrieveResponse) StatusCode ¶
func (r SavedViewsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SavedViewsUpdateFormdataRequestBody ¶
type SavedViewsUpdateFormdataRequestBody = SavedViewRequest
SavedViewsUpdateFormdataRequestBody defines body for SavedViewsUpdate for application/x-www-form-urlencoded ContentType.
type SavedViewsUpdateJSONRequestBody ¶
type SavedViewsUpdateJSONRequestBody = SavedViewRequest
SavedViewsUpdateJSONRequestBody defines body for SavedViewsUpdate for application/json ContentType.
type SavedViewsUpdateMultipartRequestBody ¶
type SavedViewsUpdateMultipartRequestBody = SavedViewRequest
SavedViewsUpdateMultipartRequestBody defines body for SavedViewsUpdate for multipart/form-data ContentType.
type SavedViewsUpdateResponse ¶
func ParseSavedViewsUpdateResponse ¶
func ParseSavedViewsUpdateResponse(rsp *http.Response) (*SavedViewsUpdateResponse, error)
ParseSavedViewsUpdateResponse parses an HTTP response from a SavedViewsUpdateWithResponse call
func (SavedViewsUpdateResponse) ContentType ¶
func (r SavedViewsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SavedViewsUpdateResponse) Status ¶
func (r SavedViewsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (SavedViewsUpdateResponse) StatusCode ¶
func (r SavedViewsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ScheduleDateFieldEnum ¶
type ScheduleDateFieldEnum string
ScheduleDateFieldEnum * `added` - Added * `created` - Created * `modified` - Modified * `custom_field` - Custom Field
const ( ScheduleDateFieldEnumAdded ScheduleDateFieldEnum = "added" ScheduleDateFieldEnumCreated ScheduleDateFieldEnum = "created" ScheduleDateFieldEnumCustomField ScheduleDateFieldEnum = "custom_field" ScheduleDateFieldEnumModified ScheduleDateFieldEnum = "modified" )
Defines values for ScheduleDateFieldEnum.
func (ScheduleDateFieldEnum) Valid ¶
func (e ScheduleDateFieldEnum) Valid() bool
Valid indicates whether the value is a known member of the ScheduleDateFieldEnum enum.
type SearchAutocompleteListParams ¶
type SearchAutocompleteListParams struct {
// Limit Number of completions to return
Limit *int `form:"limit,omitempty" json:"limit,omitempty"`
// Term Term to search for
Term *string `form:"term,omitempty" json:"term,omitempty"`
}
SearchAutocompleteListParams defines parameters for SearchAutocompleteList.
type SearchAutocompleteListResponse ¶
type SearchAutocompleteListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *[]string
}
func ParseSearchAutocompleteListResponse ¶
func ParseSearchAutocompleteListResponse(rsp *http.Response) (*SearchAutocompleteListResponse, error)
ParseSearchAutocompleteListResponse parses an HTTP response from a SearchAutocompleteListWithResponse call
func (SearchAutocompleteListResponse) ContentType ¶
func (r SearchAutocompleteListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SearchAutocompleteListResponse) Status ¶
func (r SearchAutocompleteListResponse) Status() string
Status returns HTTPResponse.Status
func (SearchAutocompleteListResponse) StatusCode ¶
func (r SearchAutocompleteListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SearchResult ¶
type SearchResult struct {
Correspondents []Correspondent `json:"correspondents"`
CustomFields []CustomField `json:"custom_fields"`
DocumentTypes []DocumentType `json:"document_types"`
Documents []Document `json:"documents"`
Groups []Group `json:"groups"`
MailAccounts []MailAccount `json:"mail_accounts"`
MailRules []MailRule `json:"mail_rules"`
SavedViews []SavedView `json:"saved_views"`
StoragePaths []StoragePath `json:"storage_paths"`
Tags []Tag `json:"tags"`
Total int `json:"total"`
Users []User `json:"users"`
Workflows []Workflow `json:"workflows"`
}
SearchResult defines model for SearchResult.
type SearchRetrieveParams ¶
type SearchRetrieveParams struct {
// DbOnly Search only the database
DbOnly *bool `form:"db_only,omitempty" json:"db_only,omitempty"`
// Query Query to search for
Query string `form:"query" json:"query"`
}
SearchRetrieveParams defines parameters for SearchRetrieve.
type SearchRetrieveResponse ¶
type SearchRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SearchResult
}
func ParseSearchRetrieveResponse ¶
func ParseSearchRetrieveResponse(rsp *http.Response) (*SearchRetrieveResponse, error)
ParseSearchRetrieveResponse parses an HTTP response from a SearchRetrieveWithResponse call
func (SearchRetrieveResponse) ContentType ¶
func (r SearchRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (SearchRetrieveResponse) Status ¶
func (r SearchRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (SearchRetrieveResponse) StatusCode ¶
func (r SearchRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SelectionData ¶
type SelectionData struct {
SelectedCorrespondents []CorrespondentCounts `json:"selected_correspondents"`
SelectedCustomFields []CustomFieldCounts `json:"selected_custom_fields"`
SelectedDocumentTypes []DocumentTypeCounts `json:"selected_document_types"`
SelectedStoragePaths []StoragePathCounts `json:"selected_storage_paths"`
SelectedTags []TagCounts `json:"selected_tags"`
}
SelectionData defines model for SelectionData.
type ShareLink ¶
type ShareLink struct {
// FileVersion * `archive` - Archive
// * `original` - Original
}
ShareLink defines model for ShareLink.
type ShareLinkRequest ¶
type ShareLinkRequest struct {
// * `original` - Original
FileVersion *FileVersionEnum `json:"file_version,omitempty"`
}
ShareLinkRequest defines model for ShareLinkRequest.
type ShareLinksCreateFormdataRequestBody ¶
type ShareLinksCreateFormdataRequestBody = ShareLinkRequest
ShareLinksCreateFormdataRequestBody defines body for ShareLinksCreate for application/x-www-form-urlencoded ContentType.
type ShareLinksCreateJSONRequestBody ¶
type ShareLinksCreateJSONRequestBody = ShareLinkRequest
ShareLinksCreateJSONRequestBody defines body for ShareLinksCreate for application/json ContentType.
type ShareLinksCreateMultipartRequestBody ¶
type ShareLinksCreateMultipartRequestBody = ShareLinkRequest
ShareLinksCreateMultipartRequestBody defines body for ShareLinksCreate for multipart/form-data ContentType.
type ShareLinksCreateResponse ¶
type ShareLinksCreateResponse struct {
}
func ParseShareLinksCreateResponse ¶
func ParseShareLinksCreateResponse(rsp *http.Response) (*ShareLinksCreateResponse, error)
ParseShareLinksCreateResponse parses an HTTP response from a ShareLinksCreateWithResponse call
func (ShareLinksCreateResponse) ContentType ¶
func (r ShareLinksCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ShareLinksCreateResponse) Status ¶
func (r ShareLinksCreateResponse) Status() string
Status returns HTTPResponse.Status
func (ShareLinksCreateResponse) StatusCode ¶
func (r ShareLinksCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ShareLinksDestroyResponse ¶
type ShareLinksDestroyResponse struct {
}
func ParseShareLinksDestroyResponse ¶
func ParseShareLinksDestroyResponse(rsp *http.Response) (*ShareLinksDestroyResponse, error)
ParseShareLinksDestroyResponse parses an HTTP response from a ShareLinksDestroyWithResponse call
func (ShareLinksDestroyResponse) ContentType ¶
func (r ShareLinksDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ShareLinksDestroyResponse) Status ¶
func (r ShareLinksDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (ShareLinksDestroyResponse) StatusCode ¶
func (r ShareLinksDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ShareLinksListParams ¶
type ShareLinksListParams struct {
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
Page *int `form:"page,omitempty" json:"page,omitempty"`
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
ShareLinksListParams defines parameters for ShareLinksList.
type ShareLinksListResponse ¶
type ShareLinksListResponse struct {
}
func ParseShareLinksListResponse ¶
func ParseShareLinksListResponse(rsp *http.Response) (*ShareLinksListResponse, error)
ParseShareLinksListResponse parses an HTTP response from a ShareLinksListWithResponse call
func (ShareLinksListResponse) ContentType ¶
func (r ShareLinksListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ShareLinksListResponse) Status ¶
func (r ShareLinksListResponse) Status() string
Status returns HTTPResponse.Status
func (ShareLinksListResponse) StatusCode ¶
func (r ShareLinksListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type ShareLinksRetrieveResponse ¶
type ShareLinksRetrieveResponse struct {
}
func ParseShareLinksRetrieveResponse ¶
func ParseShareLinksRetrieveResponse(rsp *http.Response) (*ShareLinksRetrieveResponse, error)
ParseShareLinksRetrieveResponse parses an HTTP response from a ShareLinksRetrieveWithResponse call
func (ShareLinksRetrieveResponse) ContentType ¶
func (r ShareLinksRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (ShareLinksRetrieveResponse) Status ¶
func (r ShareLinksRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (ShareLinksRetrieveResponse) StatusCode ¶
func (r ShareLinksRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type SkipArchiveFileEnum ¶
type SkipArchiveFileEnum string
SkipArchiveFileEnum * `never` - never * `with_text` - with_text * `always` - always
const ( Always SkipArchiveFileEnum = "always" Never SkipArchiveFileEnum = "never" WithText SkipArchiveFileEnum = "with_text" )
Defines values for SkipArchiveFileEnum.
func (SkipArchiveFileEnum) Valid ¶
func (e SkipArchiveFileEnum) Valid() bool
Valid indicates whether the value is a known member of the SkipArchiveFileEnum enum.
type SocialAccount ¶
type SocialAccount struct {
Id *int `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Provider string `json:"provider"`
}
SocialAccount defines model for SocialAccount.
type SourcesEnum ¶
type SourcesEnum int
SourcesEnum * `1` - Consume Folder * `2` - Api Upload * `3` - Mail Fetch * `4` - Web UI
const ( SourcesEnumN1 SourcesEnum = 1 SourcesEnumN2 SourcesEnum = 2 SourcesEnumN3 SourcesEnum = 3 SourcesEnumN4 SourcesEnum = 4 )
Defines values for SourcesEnum.
func (SourcesEnum) Valid ¶
func (e SourcesEnum) Valid() bool
Valid indicates whether the value is a known member of the SourcesEnum enum.
type StatisticsRetrieveResponse ¶
type StatisticsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *map[string]interface{}
}
func ParseStatisticsRetrieveResponse ¶
func ParseStatisticsRetrieveResponse(rsp *http.Response) (*StatisticsRetrieveResponse, error)
ParseStatisticsRetrieveResponse parses an HTTP response from a StatisticsRetrieveWithResponse call
func (StatisticsRetrieveResponse) ContentType ¶
func (r StatisticsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StatisticsRetrieveResponse) Status ¶
func (r StatisticsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (StatisticsRetrieveResponse) StatusCode ¶
func (r StatisticsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StatusEnum ¶
type StatusEnum string
StatusEnum * `FAILURE` - FAILURE * `PENDING` - PENDING * `RECEIVED` - RECEIVED * `RETRY` - RETRY * `REVOKED` - REVOKED * `STARTED` - STARTED * `SUCCESS` - SUCCESS
const ( StatusEnumFAILURE StatusEnum = "FAILURE" StatusEnumPENDING StatusEnum = "PENDING" StatusEnumRECEIVED StatusEnum = "RECEIVED" StatusEnumRETRY StatusEnum = "RETRY" StatusEnumREVOKED StatusEnum = "REVOKED" StatusEnumSTARTED StatusEnum = "STARTED" StatusEnumSUCCESS StatusEnum = "SUCCESS" )
Defines values for StatusEnum.
func (StatusEnum) Valid ¶
func (e StatusEnum) Valid() bool
Valid indicates whether the value is a known member of the StatusEnum enum.
type StatusRetrieveResponse ¶
type StatusRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *SystemStatus
}
func ParseStatusRetrieveResponse ¶
func ParseStatusRetrieveResponse(rsp *http.Response) (*StatusRetrieveResponse, error)
ParseStatusRetrieveResponse parses an HTTP response from a StatusRetrieveWithResponse call
func (StatusRetrieveResponse) ContentType ¶
func (r StatusRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StatusRetrieveResponse) Status ¶
func (r StatusRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (StatusRetrieveResponse) StatusCode ¶
func (r StatusRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePath ¶
type StoragePath struct {
DocumentCount *int `json:"document_count,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Path string `json:"path"`
Slug *string `json:"slug,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
StoragePath defines model for StoragePath.
type StoragePathCounts ¶
StoragePathCounts defines model for StoragePathCounts.
type StoragePathRequest ¶
type StoragePathRequest struct {
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Path string `json:"path"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
StoragePathRequest defines model for StoragePathRequest.
type StoragePathsCreateFormdataRequestBody ¶
type StoragePathsCreateFormdataRequestBody = StoragePathRequest
StoragePathsCreateFormdataRequestBody defines body for StoragePathsCreate for application/x-www-form-urlencoded ContentType.
type StoragePathsCreateJSONRequestBody ¶
type StoragePathsCreateJSONRequestBody = StoragePathRequest
StoragePathsCreateJSONRequestBody defines body for StoragePathsCreate for application/json ContentType.
type StoragePathsCreateMultipartRequestBody ¶
type StoragePathsCreateMultipartRequestBody = StoragePathRequest
StoragePathsCreateMultipartRequestBody defines body for StoragePathsCreate for multipart/form-data ContentType.
type StoragePathsCreateResponse ¶
type StoragePathsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *StoragePath
}
func ParseStoragePathsCreateResponse ¶
func ParseStoragePathsCreateResponse(rsp *http.Response) (*StoragePathsCreateResponse, error)
ParseStoragePathsCreateResponse parses an HTTP response from a StoragePathsCreateWithResponse call
func (StoragePathsCreateResponse) ContentType ¶
func (r StoragePathsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsCreateResponse) Status ¶
func (r StoragePathsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsCreateResponse) StatusCode ¶
func (r StoragePathsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsDestroyResponse ¶
func ParseStoragePathsDestroyResponse ¶
func ParseStoragePathsDestroyResponse(rsp *http.Response) (*StoragePathsDestroyResponse, error)
ParseStoragePathsDestroyResponse parses an HTTP response from a StoragePathsDestroyWithResponse call
func (StoragePathsDestroyResponse) ContentType ¶
func (r StoragePathsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsDestroyResponse) Status ¶
func (r StoragePathsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsDestroyResponse) StatusCode ¶
func (r StoragePathsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsListParams ¶
type StoragePathsListParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
PathIcontains *string `form:"path__icontains,omitempty" json:"path__icontains,omitempty"`
PathIendswith *string `form:"path__iendswith,omitempty" json:"path__iendswith,omitempty"`
PathIexact *string `form:"path__iexact,omitempty" json:"path__iexact,omitempty"`
PathIstartswith *string `form:"path__istartswith,omitempty" json:"path__istartswith,omitempty"`
}
StoragePathsListParams defines parameters for StoragePathsList.
type StoragePathsListResponse ¶
type StoragePathsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedStoragePathList
}
func ParseStoragePathsListResponse ¶
func ParseStoragePathsListResponse(rsp *http.Response) (*StoragePathsListResponse, error)
ParseStoragePathsListResponse parses an HTTP response from a StoragePathsListWithResponse call
func (StoragePathsListResponse) ContentType ¶
func (r StoragePathsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsListResponse) Status ¶
func (r StoragePathsListResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsListResponse) StatusCode ¶
func (r StoragePathsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsPartialUpdateFormdataRequestBody ¶
type StoragePathsPartialUpdateFormdataRequestBody = PatchedStoragePathRequest
StoragePathsPartialUpdateFormdataRequestBody defines body for StoragePathsPartialUpdate for application/x-www-form-urlencoded ContentType.
type StoragePathsPartialUpdateJSONRequestBody ¶
type StoragePathsPartialUpdateJSONRequestBody = PatchedStoragePathRequest
StoragePathsPartialUpdateJSONRequestBody defines body for StoragePathsPartialUpdate for application/json ContentType.
type StoragePathsPartialUpdateMultipartRequestBody ¶
type StoragePathsPartialUpdateMultipartRequestBody = PatchedStoragePathRequest
StoragePathsPartialUpdateMultipartRequestBody defines body for StoragePathsPartialUpdate for multipart/form-data ContentType.
type StoragePathsPartialUpdateResponse ¶
type StoragePathsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StoragePath
}
func ParseStoragePathsPartialUpdateResponse ¶
func ParseStoragePathsPartialUpdateResponse(rsp *http.Response) (*StoragePathsPartialUpdateResponse, error)
ParseStoragePathsPartialUpdateResponse parses an HTTP response from a StoragePathsPartialUpdateWithResponse call
func (StoragePathsPartialUpdateResponse) ContentType ¶
func (r StoragePathsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsPartialUpdateResponse) Status ¶
func (r StoragePathsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsPartialUpdateResponse) StatusCode ¶
func (r StoragePathsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsRetrieveParams ¶
type StoragePathsRetrieveParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
}
StoragePathsRetrieveParams defines parameters for StoragePathsRetrieve.
type StoragePathsRetrieveResponse ¶
type StoragePathsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StoragePath
}
func ParseStoragePathsRetrieveResponse ¶
func ParseStoragePathsRetrieveResponse(rsp *http.Response) (*StoragePathsRetrieveResponse, error)
ParseStoragePathsRetrieveResponse parses an HTTP response from a StoragePathsRetrieveWithResponse call
func (StoragePathsRetrieveResponse) ContentType ¶
func (r StoragePathsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsRetrieveResponse) Status ¶
func (r StoragePathsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsRetrieveResponse) StatusCode ¶
func (r StoragePathsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsTestCreateFormdataRequestBody ¶
type StoragePathsTestCreateFormdataRequestBody = StoragePathRequest
StoragePathsTestCreateFormdataRequestBody defines body for StoragePathsTestCreate for application/x-www-form-urlencoded ContentType.
type StoragePathsTestCreateJSONRequestBody ¶
type StoragePathsTestCreateJSONRequestBody = StoragePathRequest
StoragePathsTestCreateJSONRequestBody defines body for StoragePathsTestCreate for application/json ContentType.
type StoragePathsTestCreateMultipartRequestBody ¶
type StoragePathsTestCreateMultipartRequestBody = StoragePathRequest
StoragePathsTestCreateMultipartRequestBody defines body for StoragePathsTestCreate for multipart/form-data ContentType.
type StoragePathsTestCreateResponse ¶
type StoragePathsTestCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StoragePath
}
func ParseStoragePathsTestCreateResponse ¶
func ParseStoragePathsTestCreateResponse(rsp *http.Response) (*StoragePathsTestCreateResponse, error)
ParseStoragePathsTestCreateResponse parses an HTTP response from a StoragePathsTestCreateWithResponse call
func (StoragePathsTestCreateResponse) ContentType ¶
func (r StoragePathsTestCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsTestCreateResponse) Status ¶
func (r StoragePathsTestCreateResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsTestCreateResponse) StatusCode ¶
func (r StoragePathsTestCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type StoragePathsUpdateFormdataRequestBody ¶
type StoragePathsUpdateFormdataRequestBody = StoragePathRequest
StoragePathsUpdateFormdataRequestBody defines body for StoragePathsUpdate for application/x-www-form-urlencoded ContentType.
type StoragePathsUpdateJSONRequestBody ¶
type StoragePathsUpdateJSONRequestBody = StoragePathRequest
StoragePathsUpdateJSONRequestBody defines body for StoragePathsUpdate for application/json ContentType.
type StoragePathsUpdateMultipartRequestBody ¶
type StoragePathsUpdateMultipartRequestBody = StoragePathRequest
StoragePathsUpdateMultipartRequestBody defines body for StoragePathsUpdate for multipart/form-data ContentType.
type StoragePathsUpdateResponse ¶
type StoragePathsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *StoragePath
}
func ParseStoragePathsUpdateResponse ¶
func ParseStoragePathsUpdateResponse(rsp *http.Response) (*StoragePathsUpdateResponse, error)
ParseStoragePathsUpdateResponse parses an HTTP response from a StoragePathsUpdateWithResponse call
func (StoragePathsUpdateResponse) ContentType ¶
func (r StoragePathsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (StoragePathsUpdateResponse) Status ¶
func (r StoragePathsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (StoragePathsUpdateResponse) StatusCode ¶
func (r StoragePathsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Suggestions ¶
type Suggestions struct {
Correspondents []int `json:"correspondents"`
Dates []string `json:"dates"`
DocumentTypes []int `json:"document_types"`
StoragePaths []int `json:"storage_paths"`
Tags []int `json:"tags"`
}
Suggestions defines model for Suggestions.
type SystemStatus ¶
type SystemStatus struct {
Classifier Classifier `json:"classifier"`
Database Database `json:"database"`
Index Index `json:"index"`
InstallType string `json:"install_type"`
PngxVersion string `json:"pngx_version"`
SanityCheck SanityCheck `json:"sanity_check"`
ServerOs string `json:"server_os"`
Storage Storage `json:"storage"`
Tasks Tasks `json:"tasks"`
}
SystemStatus defines model for SystemStatus.
type Tag ¶
type Tag struct {
Children *[]interface{} `json:"children,omitempty"`
Color *string `json:"color,omitempty"`
DocumentCount *int `json:"document_count,omitempty"`
Id *int `json:"id,omitempty"`
// IsInboxTag Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags.
IsInboxTag *bool `json:"is_inbox_tag,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Parent *int `json:"parent,omitempty"`
Slug *string `json:"slug,omitempty"`
TextColor *string `json:"text_color,omitempty"`
UserCanChange *bool `json:"user_can_change,omitempty"`
}
Tag defines model for Tag.
type TagRequest ¶
type TagRequest struct {
Color *string `json:"color,omitempty"`
// IsInboxTag Marks this tag as an inbox tag: All newly consumed documents will be tagged with inbox tags.
IsInboxTag *bool `json:"is_inbox_tag,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *MatchingAlgorithm `json:"matching_algorithm,omitempty"`
Name string `json:"name"`
Owner *int `json:"owner,omitempty"`
Parent *int `json:"parent,omitempty"`
SetPermissions *struct {
Change *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"change,omitempty"`
View *struct {
Groups *[]int `json:"groups,omitempty"`
Users *[]int `json:"users,omitempty"`
} `json:"view,omitempty"`
} `json:"set_permissions,omitempty"`
}
TagRequest defines model for TagRequest.
type TagsCreateFormdataRequestBody ¶
type TagsCreateFormdataRequestBody = TagRequest
TagsCreateFormdataRequestBody defines body for TagsCreate for application/x-www-form-urlencoded ContentType.
type TagsCreateJSONRequestBody ¶
type TagsCreateJSONRequestBody = TagRequest
TagsCreateJSONRequestBody defines body for TagsCreate for application/json ContentType.
type TagsCreateMultipartRequestBody ¶
type TagsCreateMultipartRequestBody = TagRequest
TagsCreateMultipartRequestBody defines body for TagsCreate for multipart/form-data ContentType.
type TagsCreateResponse ¶
func ParseTagsCreateResponse ¶
func ParseTagsCreateResponse(rsp *http.Response) (*TagsCreateResponse, error)
ParseTagsCreateResponse parses an HTTP response from a TagsCreateWithResponse call
func (TagsCreateResponse) ContentType ¶
func (r TagsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsCreateResponse) Status ¶
func (r TagsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TagsCreateResponse) StatusCode ¶
func (r TagsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TagsDestroyResponse ¶
func ParseTagsDestroyResponse ¶
func ParseTagsDestroyResponse(rsp *http.Response) (*TagsDestroyResponse, error)
ParseTagsDestroyResponse parses an HTTP response from a TagsDestroyWithResponse call
func (TagsDestroyResponse) ContentType ¶
func (r TagsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsDestroyResponse) Status ¶
func (r TagsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (TagsDestroyResponse) StatusCode ¶
func (r TagsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TagsListParams ¶
type TagsListParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
Id *int `form:"id,omitempty" json:"id,omitempty"`
// IdIn Multiple values may be separated by commas.
IdIn *[]int `form:"id__in,omitempty" json:"id__in,omitempty"`
// IsRoot Is root tag
IsRoot *bool `form:"is_root,omitempty" json:"is_root,omitempty"`
NameIcontains *string `form:"name__icontains,omitempty" json:"name__icontains,omitempty"`
NameIendswith *string `form:"name__iendswith,omitempty" json:"name__iendswith,omitempty"`
NameIexact *string `form:"name__iexact,omitempty" json:"name__iexact,omitempty"`
NameIstartswith *string `form:"name__istartswith,omitempty" json:"name__istartswith,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
TagsListParams defines parameters for TagsList.
type TagsListResponse ¶
type TagsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedTagList
}
func ParseTagsListResponse ¶
func ParseTagsListResponse(rsp *http.Response) (*TagsListResponse, error)
ParseTagsListResponse parses an HTTP response from a TagsListWithResponse call
func (TagsListResponse) ContentType ¶
func (r TagsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsListResponse) Status ¶
func (r TagsListResponse) Status() string
Status returns HTTPResponse.Status
func (TagsListResponse) StatusCode ¶
func (r TagsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TagsPartialUpdateFormdataRequestBody ¶
type TagsPartialUpdateFormdataRequestBody = PatchedTagRequest
TagsPartialUpdateFormdataRequestBody defines body for TagsPartialUpdate for application/x-www-form-urlencoded ContentType.
type TagsPartialUpdateJSONRequestBody ¶
type TagsPartialUpdateJSONRequestBody = PatchedTagRequest
TagsPartialUpdateJSONRequestBody defines body for TagsPartialUpdate for application/json ContentType.
type TagsPartialUpdateMultipartRequestBody ¶
type TagsPartialUpdateMultipartRequestBody = PatchedTagRequest
TagsPartialUpdateMultipartRequestBody defines body for TagsPartialUpdate for multipart/form-data ContentType.
type TagsPartialUpdateResponse ¶
func ParseTagsPartialUpdateResponse ¶
func ParseTagsPartialUpdateResponse(rsp *http.Response) (*TagsPartialUpdateResponse, error)
ParseTagsPartialUpdateResponse parses an HTTP response from a TagsPartialUpdateWithResponse call
func (TagsPartialUpdateResponse) ContentType ¶
func (r TagsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsPartialUpdateResponse) Status ¶
func (r TagsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (TagsPartialUpdateResponse) StatusCode ¶
func (r TagsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TagsRetrieveParams ¶
type TagsRetrieveParams struct {
FullPerms *bool `form:"full_perms,omitempty" json:"full_perms,omitempty"`
}
TagsRetrieveParams defines parameters for TagsRetrieve.
type TagsRetrieveResponse ¶
func ParseTagsRetrieveResponse ¶
func ParseTagsRetrieveResponse(rsp *http.Response) (*TagsRetrieveResponse, error)
ParseTagsRetrieveResponse parses an HTTP response from a TagsRetrieveWithResponse call
func (TagsRetrieveResponse) ContentType ¶
func (r TagsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsRetrieveResponse) Status ¶
func (r TagsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (TagsRetrieveResponse) StatusCode ¶
func (r TagsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TagsUpdateFormdataRequestBody ¶
type TagsUpdateFormdataRequestBody = TagRequest
TagsUpdateFormdataRequestBody defines body for TagsUpdate for application/x-www-form-urlencoded ContentType.
type TagsUpdateJSONRequestBody ¶
type TagsUpdateJSONRequestBody = TagRequest
TagsUpdateJSONRequestBody defines body for TagsUpdate for application/json ContentType.
type TagsUpdateMultipartRequestBody ¶
type TagsUpdateMultipartRequestBody = TagRequest
TagsUpdateMultipartRequestBody defines body for TagsUpdate for multipart/form-data ContentType.
type TagsUpdateResponse ¶
func ParseTagsUpdateResponse ¶
func ParseTagsUpdateResponse(rsp *http.Response) (*TagsUpdateResponse, error)
ParseTagsUpdateResponse parses an HTTP response from a TagsUpdateWithResponse call
func (TagsUpdateResponse) ContentType ¶
func (r TagsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TagsUpdateResponse) Status ¶
func (r TagsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (TagsUpdateResponse) StatusCode ¶
func (r TagsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TaskNameEnum ¶
type TaskNameEnum string
TaskNameEnum * `consume_file` - Consume File * `train_classifier` - Train Classifier * `check_sanity` - Check Sanity * `index_optimize` - Index Optimize
const ( TaskNameEnumCheckSanity TaskNameEnum = "check_sanity" TaskNameEnumConsumeFile TaskNameEnum = "consume_file" TaskNameEnumIndexOptimize TaskNameEnum = "index_optimize" TaskNameEnumTrainClassifier TaskNameEnum = "train_classifier" )
Defines values for TaskNameEnum.
func (TaskNameEnum) Valid ¶
func (e TaskNameEnum) Valid() bool
Valid indicates whether the value is a known member of the TaskNameEnum enum.
type Tasks ¶
type Tasks struct {
CeleryStatus string `json:"celery_status"`
RedisError string `json:"redis_error"`
RedisStatus string `json:"redis_status"`
RedisUrl string `json:"redis_url"`
}
Tasks defines model for Tasks.
type TasksListParams ¶
type TasksListParams struct {
// Acknowledged Acknowledged
Acknowledged *bool `form:"acknowledged,omitempty" json:"acknowledged,omitempty"`
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Status Current state of the task being run
//
// * `FAILURE` - FAILURE
// * `PENDING` - PENDING
// * `RECEIVED` - RECEIVED
// * `RETRY` - RETRY
// * `REVOKED` - REVOKED
// * `STARTED` - STARTED
// * `SUCCESS` - SUCCESS
Status *TasksListParamsStatus `form:"status,omitempty" json:"status,omitempty"`
// TaskId Filter tasks by Celery UUID
TaskId *string `form:"task_id,omitempty" json:"task_id,omitempty"`
// TaskName Name of the task that was run
//
// * `consume_file` - Consume File
// * `train_classifier` - Train Classifier
// * `check_sanity` - Check Sanity
// * `index_optimize` - Index Optimize
TaskName *TasksListParamsTaskName `form:"task_name,omitempty" json:"task_name,omitempty"`
// Type The type of task that was run
//
// * `auto_task` - Auto Task
// * `scheduled_task` - Scheduled Task
// * `manual_task` - Manual Task
Type *TasksListParamsType `form:"type,omitempty" json:"type,omitempty"`
}
TasksListParams defines parameters for TasksList.
type TasksListParamsStatus ¶
type TasksListParamsStatus string
TasksListParamsStatus defines parameters for TasksList.
const ( TasksListParamsStatusFAILURE TasksListParamsStatus = "FAILURE" TasksListParamsStatusPENDING TasksListParamsStatus = "PENDING" TasksListParamsStatusRECEIVED TasksListParamsStatus = "RECEIVED" TasksListParamsStatusRETRY TasksListParamsStatus = "RETRY" TasksListParamsStatusREVOKED TasksListParamsStatus = "REVOKED" TasksListParamsStatusSTARTED TasksListParamsStatus = "STARTED" TasksListParamsStatusSUCCESS TasksListParamsStatus = "SUCCESS" )
Defines values for TasksListParamsStatus.
func (TasksListParamsStatus) Valid ¶
func (e TasksListParamsStatus) Valid() bool
Valid indicates whether the value is a known member of the TasksListParamsStatus enum.
type TasksListParamsTaskName ¶
type TasksListParamsTaskName string
TasksListParamsTaskName defines parameters for TasksList.
const ( TasksListParamsTaskNameCheckSanity TasksListParamsTaskName = "check_sanity" TasksListParamsTaskNameConsumeFile TasksListParamsTaskName = "consume_file" TasksListParamsTaskNameIndexOptimize TasksListParamsTaskName = "index_optimize" TasksListParamsTaskNameTrainClassifier TasksListParamsTaskName = "train_classifier" )
Defines values for TasksListParamsTaskName.
func (TasksListParamsTaskName) Valid ¶
func (e TasksListParamsTaskName) Valid() bool
Valid indicates whether the value is a known member of the TasksListParamsTaskName enum.
type TasksListParamsType ¶
type TasksListParamsType string
TasksListParamsType defines parameters for TasksList.
const ( TasksListParamsTypeAutoTask TasksListParamsType = "auto_task" TasksListParamsTypeManualTask TasksListParamsType = "manual_task" TasksListParamsTypeScheduledTask TasksListParamsType = "scheduled_task" )
Defines values for TasksListParamsType.
func (TasksListParamsType) Valid ¶
func (e TasksListParamsType) Valid() bool
Valid indicates whether the value is a known member of the TasksListParamsType enum.
type TasksListResponse ¶
func ParseTasksListResponse ¶
func ParseTasksListResponse(rsp *http.Response) (*TasksListResponse, error)
ParseTasksListResponse parses an HTTP response from a TasksListWithResponse call
func (TasksListResponse) ContentType ¶
func (r TasksListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TasksListResponse) Status ¶
func (r TasksListResponse) Status() string
Status returns HTTPResponse.Status
func (TasksListResponse) StatusCode ¶
func (r TasksListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TasksRetrieveParams ¶
type TasksRetrieveParams struct {
// TaskId Filter tasks by Celery UUID
TaskId *string `form:"task_id,omitempty" json:"task_id,omitempty"`
}
TasksRetrieveParams defines parameters for TasksRetrieve.
type TasksRetrieveResponse ¶
func ParseTasksRetrieveResponse ¶
func ParseTasksRetrieveResponse(rsp *http.Response) (*TasksRetrieveResponse, error)
ParseTasksRetrieveResponse parses an HTTP response from a TasksRetrieveWithResponse call
func (TasksRetrieveResponse) ContentType ¶
func (r TasksRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TasksRetrieveResponse) Status ¶
func (r TasksRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (TasksRetrieveResponse) StatusCode ¶
func (r TasksRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TasksRunCreateFormdataRequestBody ¶
type TasksRunCreateFormdataRequestBody = TasksViewRequest
TasksRunCreateFormdataRequestBody defines body for TasksRunCreate for application/x-www-form-urlencoded ContentType.
type TasksRunCreateJSONRequestBody ¶
type TasksRunCreateJSONRequestBody = TasksViewRequest
TasksRunCreateJSONRequestBody defines body for TasksRunCreate for application/json ContentType.
type TasksRunCreateMultipartRequestBody ¶
type TasksRunCreateMultipartRequestBody = TasksViewRequest
TasksRunCreateMultipartRequestBody defines body for TasksRunCreate for multipart/form-data ContentType.
type TasksRunCreateParams ¶
type TasksRunCreateParams struct {
// TaskId Filter tasks by Celery UUID
TaskId *string `form:"task_id,omitempty" json:"task_id,omitempty"`
}
TasksRunCreateParams defines parameters for TasksRunCreate.
type TasksRunCreateResponse ¶
func ParseTasksRunCreateResponse ¶
func ParseTasksRunCreateResponse(rsp *http.Response) (*TasksRunCreateResponse, error)
ParseTasksRunCreateResponse parses an HTTP response from a TasksRunCreateWithResponse call
func (TasksRunCreateResponse) ContentType ¶
func (r TasksRunCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TasksRunCreateResponse) Status ¶
func (r TasksRunCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TasksRunCreateResponse) StatusCode ¶
func (r TasksRunCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TasksView ¶
type TasksView struct {
// Acknowledged If the task is acknowledged via the frontend or API
Acknowledged *bool `json:"acknowledged,omitempty"`
// DateCreated Datetime field when the task result was created in UTC
DateCreated *time.Time `json:"date_created,omitempty"`
// DateDone Datetime field when the task was completed in UTC
DateDone *time.Time `json:"date_done,omitempty"`
Id *int `json:"id,omitempty"`
Owner *int `json:"owner,omitempty"`
RelatedDocument *string `json:"related_document,omitempty"`
// Result The data returned by the task
Result *string `json:"result,omitempty"`
// Status Current state of the task being run
//
// * `FAILURE` - FAILURE
// * `PENDING` - PENDING
// * `RECEIVED` - RECEIVED
// * `RETRY` - RETRY
// * `REVOKED` - REVOKED
// * `STARTED` - STARTED
// * `SUCCESS` - SUCCESS
Status *StatusEnum `json:"status,omitempty"`
// TaskFileName Name of the file which the Task was run for
TaskFileName *string `json:"task_file_name,omitempty"`
// TaskId Celery ID for the Task that was run
TaskId string `json:"task_id"`
// TaskName Name of the task that was run
//
// * `consume_file` - Consume File
// * `train_classifier` - Train Classifier
// * `check_sanity` - Check Sanity
// * `index_optimize` - Index Optimize
TaskName *TasksView_TaskName `json:"task_name,omitempty"`
// Type The type of task that was run
//
// * `auto_task` - Auto Task
// * `scheduled_task` - Scheduled Task
// * `manual_task` - Manual Task
Type *TasksViewTypeEnum `json:"type,omitempty"`
}
TasksView defines model for TasksView.
type TasksViewRequest ¶
type TasksViewRequest struct {
// Acknowledged If the task is acknowledged via the frontend or API
Acknowledged *bool `json:"acknowledged,omitempty"`
// DateCreated Datetime field when the task result was created in UTC
DateCreated *time.Time `json:"date_created,omitempty"`
// DateDone Datetime field when the task was completed in UTC
DateDone *time.Time `json:"date_done,omitempty"`
Owner *int `json:"owner,omitempty"`
// Result The data returned by the task
Result *string `json:"result,omitempty"`
// Status Current state of the task being run
//
// * `FAILURE` - FAILURE
// * `PENDING` - PENDING
// * `RECEIVED` - RECEIVED
// * `RETRY` - RETRY
// * `REVOKED` - REVOKED
// * `STARTED` - STARTED
// * `SUCCESS` - SUCCESS
Status *StatusEnum `json:"status,omitempty"`
// TaskFileName Name of the file which the Task was run for
TaskFileName *string `json:"task_file_name,omitempty"`
// TaskId Celery ID for the Task that was run
TaskId string `json:"task_id"`
// TaskName Name of the task that was run
//
// * `consume_file` - Consume File
// * `train_classifier` - Train Classifier
// * `check_sanity` - Check Sanity
// * `index_optimize` - Index Optimize
TaskName *TasksViewRequest_TaskName `json:"task_name,omitempty"`
// Type The type of task that was run
//
// * `auto_task` - Auto Task
// * `scheduled_task` - Scheduled Task
// * `manual_task` - Manual Task
Type *TasksViewTypeEnum `json:"type,omitempty"`
}
TasksViewRequest defines model for TasksViewRequest.
type TasksViewRequest_TaskName ¶
type TasksViewRequest_TaskName struct {
// contains filtered or unexported fields
}
TasksViewRequest_TaskName Name of the task that was run
* `consume_file` - Consume File * `train_classifier` - Train Classifier * `check_sanity` - Check Sanity * `index_optimize` - Index Optimize
func (TasksViewRequest_TaskName) AsNullEnum ¶
func (t TasksViewRequest_TaskName) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the TasksViewRequest_TaskName as a NullEnum
func (TasksViewRequest_TaskName) AsTaskNameEnum ¶
func (t TasksViewRequest_TaskName) AsTaskNameEnum() (TaskNameEnum, error)
AsTaskNameEnum returns the union data inside the TasksViewRequest_TaskName as a TaskNameEnum
func (*TasksViewRequest_TaskName) FromNullEnum ¶
func (t *TasksViewRequest_TaskName) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the TasksViewRequest_TaskName as the provided NullEnum
func (*TasksViewRequest_TaskName) FromTaskNameEnum ¶
func (t *TasksViewRequest_TaskName) FromTaskNameEnum(v TaskNameEnum) error
FromTaskNameEnum overwrites any union data inside the TasksViewRequest_TaskName as the provided TaskNameEnum
func (TasksViewRequest_TaskName) MarshalJSON ¶
func (t TasksViewRequest_TaskName) MarshalJSON() ([]byte, error)
func (*TasksViewRequest_TaskName) MergeNullEnum ¶
func (t *TasksViewRequest_TaskName) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the TasksViewRequest_TaskName, using the provided NullEnum
func (*TasksViewRequest_TaskName) MergeTaskNameEnum ¶
func (t *TasksViewRequest_TaskName) MergeTaskNameEnum(v TaskNameEnum) error
MergeTaskNameEnum performs a merge with any union data inside the TasksViewRequest_TaskName, using the provided TaskNameEnum
func (*TasksViewRequest_TaskName) UnmarshalJSON ¶
func (t *TasksViewRequest_TaskName) UnmarshalJSON(b []byte) error
type TasksViewTypeEnum ¶
type TasksViewTypeEnum string
TasksViewTypeEnum * `auto_task` - Auto Task * `scheduled_task` - Scheduled Task * `manual_task` - Manual Task
const ( TasksViewTypeEnumAutoTask TasksViewTypeEnum = "auto_task" TasksViewTypeEnumManualTask TasksViewTypeEnum = "manual_task" TasksViewTypeEnumScheduledTask TasksViewTypeEnum = "scheduled_task" )
Defines values for TasksViewTypeEnum.
func (TasksViewTypeEnum) Valid ¶
func (e TasksViewTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the TasksViewTypeEnum enum.
type TasksView_TaskName ¶
type TasksView_TaskName struct {
// contains filtered or unexported fields
}
TasksView_TaskName Name of the task that was run
* `consume_file` - Consume File * `train_classifier` - Train Classifier * `check_sanity` - Check Sanity * `index_optimize` - Index Optimize
func (TasksView_TaskName) AsNullEnum ¶
func (t TasksView_TaskName) AsNullEnum() (NullEnum, error)
AsNullEnum returns the union data inside the TasksView_TaskName as a NullEnum
func (TasksView_TaskName) AsTaskNameEnum ¶
func (t TasksView_TaskName) AsTaskNameEnum() (TaskNameEnum, error)
AsTaskNameEnum returns the union data inside the TasksView_TaskName as a TaskNameEnum
func (*TasksView_TaskName) FromNullEnum ¶
func (t *TasksView_TaskName) FromNullEnum(v NullEnum) error
FromNullEnum overwrites any union data inside the TasksView_TaskName as the provided NullEnum
func (*TasksView_TaskName) FromTaskNameEnum ¶
func (t *TasksView_TaskName) FromTaskNameEnum(v TaskNameEnum) error
FromTaskNameEnum overwrites any union data inside the TasksView_TaskName as the provided TaskNameEnum
func (TasksView_TaskName) MarshalJSON ¶
func (t TasksView_TaskName) MarshalJSON() ([]byte, error)
func (*TasksView_TaskName) MergeNullEnum ¶
func (t *TasksView_TaskName) MergeNullEnum(v NullEnum) error
MergeNullEnum performs a merge with any union data inside the TasksView_TaskName, using the provided NullEnum
func (*TasksView_TaskName) MergeTaskNameEnum ¶
func (t *TasksView_TaskName) MergeTaskNameEnum(v TaskNameEnum) error
MergeTaskNameEnum performs a merge with any union data inside the TasksView_TaskName, using the provided TaskNameEnum
func (*TasksView_TaskName) UnmarshalJSON ¶
func (t *TasksView_TaskName) UnmarshalJSON(b []byte) error
type TokenCreateFormdataRequestBody ¶
type TokenCreateFormdataRequestBody = PaperlessAuthTokenRequest
TokenCreateFormdataRequestBody defines body for TokenCreate for application/x-www-form-urlencoded ContentType.
type TokenCreateJSONRequestBody ¶
type TokenCreateJSONRequestBody = PaperlessAuthTokenRequest
TokenCreateJSONRequestBody defines body for TokenCreate for application/json ContentType.
type TokenCreateMultipartRequestBody ¶
type TokenCreateMultipartRequestBody = PaperlessAuthTokenRequest
TokenCreateMultipartRequestBody defines body for TokenCreate for multipart/form-data ContentType.
type TokenCreateResponse ¶
type TokenCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaperlessAuthToken
}
func ParseTokenCreateResponse ¶
func ParseTokenCreateResponse(rsp *http.Response) (*TokenCreateResponse, error)
ParseTokenCreateResponse parses an HTTP response from a TokenCreateWithResponse call
func (TokenCreateResponse) ContentType ¶
func (r TokenCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TokenCreateResponse) Status ¶
func (r TokenCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TokenCreateResponse) StatusCode ¶
func (r TokenCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TrashActionEnum ¶
type TrashActionEnum string
TrashActionEnum * `restore` - restore * `empty` - empty
const ( Empty TrashActionEnum = "empty" Restore TrashActionEnum = "restore" )
Defines values for TrashActionEnum.
func (TrashActionEnum) Valid ¶
func (e TrashActionEnum) Valid() bool
Valid indicates whether the value is a known member of the TrashActionEnum enum.
type TrashCreateFormdataRequestBody ¶
type TrashCreateFormdataRequestBody = TrashRequest
TrashCreateFormdataRequestBody defines body for TrashCreate for application/x-www-form-urlencoded ContentType.
type TrashCreateJSONRequestBody ¶
type TrashCreateJSONRequestBody = TrashRequest
TrashCreateJSONRequestBody defines body for TrashCreate for application/json ContentType.
type TrashCreateMultipartRequestBody ¶
type TrashCreateMultipartRequestBody = TrashRequest
TrashCreateMultipartRequestBody defines body for TrashCreate for multipart/form-data ContentType.
type TrashCreateResponse ¶
func ParseTrashCreateResponse ¶
func ParseTrashCreateResponse(rsp *http.Response) (*TrashCreateResponse, error)
ParseTrashCreateResponse parses an HTTP response from a TrashCreateWithResponse call
func (TrashCreateResponse) ContentType ¶
func (r TrashCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TrashCreateResponse) Status ¶
func (r TrashCreateResponse) Status() string
Status returns HTTPResponse.Status
func (TrashCreateResponse) StatusCode ¶
func (r TrashCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TrashListParams ¶
type TrashListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
TrashListParams defines parameters for TrashList.
type TrashListResponse ¶
func ParseTrashListResponse ¶
func ParseTrashListResponse(rsp *http.Response) (*TrashListResponse, error)
ParseTrashListResponse parses an HTTP response from a TrashListWithResponse call
func (TrashListResponse) ContentType ¶
func (r TrashListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (TrashListResponse) Status ¶
func (r TrashListResponse) Status() string
Status returns HTTPResponse.Status
func (TrashListResponse) StatusCode ¶
func (r TrashListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TrashRequest ¶
type TrashRequest struct {
Action *TrashActionEnum `json:"action,omitempty"`
Documents *[]int `json:"documents,omitempty"`
}
TrashRequest defines model for TrashRequest.
type UiSettingsCreateFormdataRequestBody ¶
type UiSettingsCreateFormdataRequestBody = UiSettingsViewRequest
UiSettingsCreateFormdataRequestBody defines body for UiSettingsCreate for application/x-www-form-urlencoded ContentType.
type UiSettingsCreateJSONRequestBody ¶
type UiSettingsCreateJSONRequestBody = UiSettingsViewRequest
UiSettingsCreateJSONRequestBody defines body for UiSettingsCreate for application/json ContentType.
type UiSettingsCreateMultipartRequestBody ¶
type UiSettingsCreateMultipartRequestBody = UiSettingsViewRequest
UiSettingsCreateMultipartRequestBody defines body for UiSettingsCreate for multipart/form-data ContentType.
type UiSettingsCreateResponse ¶
type UiSettingsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UiSettingsView
}
func ParseUiSettingsCreateResponse ¶
func ParseUiSettingsCreateResponse(rsp *http.Response) (*UiSettingsCreateResponse, error)
ParseUiSettingsCreateResponse parses an HTTP response from a UiSettingsCreateWithResponse call
func (UiSettingsCreateResponse) ContentType ¶
func (r UiSettingsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UiSettingsCreateResponse) Status ¶
func (r UiSettingsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (UiSettingsCreateResponse) StatusCode ¶
func (r UiSettingsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UiSettingsRetrieveResponse ¶
type UiSettingsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *UiSettingsView
}
func ParseUiSettingsRetrieveResponse ¶
func ParseUiSettingsRetrieveResponse(rsp *http.Response) (*UiSettingsRetrieveResponse, error)
ParseUiSettingsRetrieveResponse parses an HTTP response from a UiSettingsRetrieveWithResponse call
func (UiSettingsRetrieveResponse) ContentType ¶
func (r UiSettingsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UiSettingsRetrieveResponse) Status ¶
func (r UiSettingsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (UiSettingsRetrieveResponse) StatusCode ¶
func (r UiSettingsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UiSettingsView ¶
type UiSettingsView struct {
Id *int `json:"id,omitempty"`
Settings *map[string]interface{} `json:"settings,omitempty"`
}
UiSettingsView defines model for UiSettingsView.
type UiSettingsViewRequest ¶
type UiSettingsViewRequest struct {
Settings *map[string]interface{} `json:"settings,omitempty"`
}
UiSettingsViewRequest defines model for UiSettingsViewRequest.
type UnpaperCleanEnum ¶
type UnpaperCleanEnum string
UnpaperCleanEnum * `clean` - clean * `clean-final` - clean-final * `none` - none
const ( UnpaperCleanEnumClean UnpaperCleanEnum = "clean" UnpaperCleanEnumCleanFinal UnpaperCleanEnum = "clean-final" UnpaperCleanEnumNone UnpaperCleanEnum = "none" )
Defines values for UnpaperCleanEnum.
func (UnpaperCleanEnum) Valid ¶
func (e UnpaperCleanEnum) Valid() bool
Valid indicates whether the value is a known member of the UnpaperCleanEnum enum.
type User ¶
type User struct {
DateJoined *time.Time `json:"date_joined,omitempty"`
Email *openapi_types.Email `json:"email,omitempty"`
FirstName *string `json:"first_name,omitempty"`
// Groups The groups this user belongs to. A user will get all permissions granted to each of their groups.
Groups *[]int `json:"groups,omitempty"`
Id *int `json:"id,omitempty"`
InheritedPermissions *[]string `json:"inherited_permissions,omitempty"`
// IsActive Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
IsActive *bool `json:"is_active,omitempty"`
IsMfaEnabled *bool `json:"is_mfa_enabled,omitempty"`
// IsStaff Designates whether the user can log into this admin site.
IsStaff *bool `json:"is_staff,omitempty"`
// IsSuperuser Designates that this user has all permissions without explicitly assigning them.
IsSuperuser *bool `json:"is_superuser,omitempty"`
LastName *string `json:"last_name,omitempty"`
Password *string `json:"password,omitempty"`
UserPermissions *[]string `json:"user_permissions,omitempty"`
// Username Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Username string `json:"username"`
}
User defines model for User.
type UserRequest ¶
type UserRequest struct {
DateJoined *time.Time `json:"date_joined,omitempty"`
Email *openapi_types.Email `json:"email,omitempty"`
FirstName *string `json:"first_name,omitempty"`
// Groups The groups this user belongs to. A user will get all permissions granted to each of their groups.
Groups *[]int `json:"groups,omitempty"`
// IsActive Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
IsActive *bool `json:"is_active,omitempty"`
// IsStaff Designates whether the user can log into this admin site.
IsStaff *bool `json:"is_staff,omitempty"`
// IsSuperuser Designates that this user has all permissions without explicitly assigning them.
IsSuperuser *bool `json:"is_superuser,omitempty"`
LastName *string `json:"last_name,omitempty"`
Password *string `json:"password,omitempty"`
UserPermissions *[]string `json:"user_permissions,omitempty"`
// Username Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Username string `json:"username"`
}
UserRequest defines model for UserRequest.
type UsersCreateFormdataRequestBody ¶
type UsersCreateFormdataRequestBody = UserRequest
UsersCreateFormdataRequestBody defines body for UsersCreate for application/x-www-form-urlencoded ContentType.
type UsersCreateJSONRequestBody ¶
type UsersCreateJSONRequestBody = UserRequest
UsersCreateJSONRequestBody defines body for UsersCreate for application/json ContentType.
type UsersCreateMultipartRequestBody ¶
type UsersCreateMultipartRequestBody = UserRequest
UsersCreateMultipartRequestBody defines body for UsersCreate for multipart/form-data ContentType.
type UsersCreateResponse ¶
func ParseUsersCreateResponse ¶
func ParseUsersCreateResponse(rsp *http.Response) (*UsersCreateResponse, error)
ParseUsersCreateResponse parses an HTTP response from a UsersCreateWithResponse call
func (UsersCreateResponse) ContentType ¶
func (r UsersCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersCreateResponse) Status ¶
func (r UsersCreateResponse) Status() string
Status returns HTTPResponse.Status
func (UsersCreateResponse) StatusCode ¶
func (r UsersCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersDeactivateTotpCreateResponse ¶
type UsersDeactivateTotpCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *bool
JSON404 *string
}
func ParseUsersDeactivateTotpCreateResponse ¶
func ParseUsersDeactivateTotpCreateResponse(rsp *http.Response) (*UsersDeactivateTotpCreateResponse, error)
ParseUsersDeactivateTotpCreateResponse parses an HTTP response from a UsersDeactivateTotpCreateWithResponse call
func (UsersDeactivateTotpCreateResponse) ContentType ¶
func (r UsersDeactivateTotpCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersDeactivateTotpCreateResponse) Status ¶
func (r UsersDeactivateTotpCreateResponse) Status() string
Status returns HTTPResponse.Status
func (UsersDeactivateTotpCreateResponse) StatusCode ¶
func (r UsersDeactivateTotpCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersDestroyResponse ¶
func ParseUsersDestroyResponse ¶
func ParseUsersDestroyResponse(rsp *http.Response) (*UsersDestroyResponse, error)
ParseUsersDestroyResponse parses an HTTP response from a UsersDestroyWithResponse call
func (UsersDestroyResponse) ContentType ¶
func (r UsersDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersDestroyResponse) Status ¶
func (r UsersDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (UsersDestroyResponse) StatusCode ¶
func (r UsersDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersListParams ¶
type UsersListParams struct {
// Ordering Which field to use when ordering the results.
Ordering *string `form:"ordering,omitempty" json:"ordering,omitempty"`
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
UsernameIcontains *string `form:"username__icontains,omitempty" json:"username__icontains,omitempty"`
UsernameIendswith *string `form:"username__iendswith,omitempty" json:"username__iendswith,omitempty"`
UsernameIexact *string `form:"username__iexact,omitempty" json:"username__iexact,omitempty"`
UsernameIstartswith *string `form:"username__istartswith,omitempty" json:"username__istartswith,omitempty"`
}
UsersListParams defines parameters for UsersList.
type UsersListResponse ¶
type UsersListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedUserList
}
func ParseUsersListResponse ¶
func ParseUsersListResponse(rsp *http.Response) (*UsersListResponse, error)
ParseUsersListResponse parses an HTTP response from a UsersListWithResponse call
func (UsersListResponse) ContentType ¶
func (r UsersListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersListResponse) Status ¶
func (r UsersListResponse) Status() string
Status returns HTTPResponse.Status
func (UsersListResponse) StatusCode ¶
func (r UsersListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersPartialUpdateFormdataRequestBody ¶
type UsersPartialUpdateFormdataRequestBody = PatchedUserRequest
UsersPartialUpdateFormdataRequestBody defines body for UsersPartialUpdate for application/x-www-form-urlencoded ContentType.
type UsersPartialUpdateJSONRequestBody ¶
type UsersPartialUpdateJSONRequestBody = PatchedUserRequest
UsersPartialUpdateJSONRequestBody defines body for UsersPartialUpdate for application/json ContentType.
type UsersPartialUpdateMultipartRequestBody ¶
type UsersPartialUpdateMultipartRequestBody = PatchedUserRequest
UsersPartialUpdateMultipartRequestBody defines body for UsersPartialUpdate for multipart/form-data ContentType.
type UsersPartialUpdateResponse ¶
func ParseUsersPartialUpdateResponse ¶
func ParseUsersPartialUpdateResponse(rsp *http.Response) (*UsersPartialUpdateResponse, error)
ParseUsersPartialUpdateResponse parses an HTTP response from a UsersPartialUpdateWithResponse call
func (UsersPartialUpdateResponse) ContentType ¶
func (r UsersPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersPartialUpdateResponse) Status ¶
func (r UsersPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (UsersPartialUpdateResponse) StatusCode ¶
func (r UsersPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersRetrieveResponse ¶
func ParseUsersRetrieveResponse ¶
func ParseUsersRetrieveResponse(rsp *http.Response) (*UsersRetrieveResponse, error)
ParseUsersRetrieveResponse parses an HTTP response from a UsersRetrieveWithResponse call
func (UsersRetrieveResponse) ContentType ¶
func (r UsersRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersRetrieveResponse) Status ¶
func (r UsersRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (UsersRetrieveResponse) StatusCode ¶
func (r UsersRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type UsersUpdateFormdataRequestBody ¶
type UsersUpdateFormdataRequestBody = UserRequest
UsersUpdateFormdataRequestBody defines body for UsersUpdate for application/x-www-form-urlencoded ContentType.
type UsersUpdateJSONRequestBody ¶
type UsersUpdateJSONRequestBody = UserRequest
UsersUpdateJSONRequestBody defines body for UsersUpdate for application/json ContentType.
type UsersUpdateMultipartRequestBody ¶
type UsersUpdateMultipartRequestBody = UserRequest
UsersUpdateMultipartRequestBody defines body for UsersUpdate for multipart/form-data ContentType.
type UsersUpdateResponse ¶
func ParseUsersUpdateResponse ¶
func ParseUsersUpdateResponse(rsp *http.Response) (*UsersUpdateResponse, error)
ParseUsersUpdateResponse parses an HTTP response from a UsersUpdateWithResponse call
func (UsersUpdateResponse) ContentType ¶
func (r UsersUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (UsersUpdateResponse) Status ¶
func (r UsersUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (UsersUpdateResponse) StatusCode ¶
func (r UsersUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type Workflow ¶
type Workflow struct {
Actions []WorkflowAction `json:"actions"`
Enabled *bool `json:"enabled,omitempty"`
Id *int `json:"id,omitempty"`
Name string `json:"name"`
Order *int `json:"order,omitempty"`
Triggers []WorkflowTrigger `json:"triggers"`
}
Workflow defines model for Workflow.
type WorkflowAction ¶
type WorkflowAction struct {
AssignChangeGroups *[]int `json:"assign_change_groups,omitempty"`
AssignChangeUsers *[]int `json:"assign_change_users,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCustomFields *[]int `json:"assign_custom_fields,omitempty"`
// AssignCustomFieldsValues Optional values to assign to the custom fields.
AssignCustomFieldsValues interface{} `json:"assign_custom_fields_values,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwner *int `json:"assign_owner,omitempty"`
AssignStoragePath *int `json:"assign_storage_path,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
// AssignTitle Assign a document title, must be a Jinja2 template, see documentation.
AssignTitle *string `json:"assign_title,omitempty"`
AssignViewGroups *[]int `json:"assign_view_groups,omitempty"`
AssignViewUsers *[]int `json:"assign_view_users,omitempty"`
Email *WorkflowActionEmail `json:"email,omitempty"`
Id *int `json:"id,omitempty"`
RemoveAllCorrespondents *bool `json:"remove_all_correspondents,omitempty"`
RemoveAllCustomFields *bool `json:"remove_all_custom_fields,omitempty"`
RemoveAllDocumentTypes *bool `json:"remove_all_document_types,omitempty"`
RemoveAllOwners *bool `json:"remove_all_owners,omitempty"`
RemoveAllPermissions *bool `json:"remove_all_permissions,omitempty"`
RemoveAllStoragePaths *bool `json:"remove_all_storage_paths,omitempty"`
RemoveAllTags *bool `json:"remove_all_tags,omitempty"`
RemoveChangeGroups *[]int `json:"remove_change_groups,omitempty"`
RemoveChangeUsers *[]int `json:"remove_change_users,omitempty"`
RemoveCorrespondents *[]int `json:"remove_correspondents,omitempty"`
RemoveCustomFields *[]int `json:"remove_custom_fields,omitempty"`
RemoveDocumentTypes *[]int `json:"remove_document_types,omitempty"`
RemoveOwners *[]int `json:"remove_owners,omitempty"`
RemoveStoragePaths *[]int `json:"remove_storage_paths,omitempty"`
RemoveTags *[]int `json:"remove_tags,omitempty"`
RemoveViewGroups *[]int `json:"remove_view_groups,omitempty"`
RemoveViewUsers *[]int `json:"remove_view_users,omitempty"`
Type *WorkflowActionTypeEnum `json:"type,omitempty"`
Webhook *WorkflowActionWebhook `json:"webhook,omitempty"`
}
WorkflowAction defines model for WorkflowAction.
type WorkflowActionEmail ¶
type WorkflowActionEmail struct {
// Body The body (message) of the email, can include some placeholders, see documentation.
Body string `json:"body"`
Id *int `json:"id,omitempty"`
IncludeDocument *bool `json:"include_document,omitempty"`
// Subject The subject of the email, can include some placeholders, see documentation.
Subject string `json:"subject"`
// To The destination email addresses, comma separated.
To string `json:"to"`
}
WorkflowActionEmail defines model for WorkflowActionEmail.
type WorkflowActionEmailRequest ¶
type WorkflowActionEmailRequest struct {
// Body The body (message) of the email, can include some placeholders, see documentation.
Body string `json:"body"`
Id *int `json:"id,omitempty"`
IncludeDocument *bool `json:"include_document,omitempty"`
// Subject The subject of the email, can include some placeholders, see documentation.
Subject string `json:"subject"`
// To The destination email addresses, comma separated.
To string `json:"to"`
}
WorkflowActionEmailRequest defines model for WorkflowActionEmailRequest.
type WorkflowActionRequest ¶
type WorkflowActionRequest struct {
AssignChangeGroups *[]int `json:"assign_change_groups,omitempty"`
AssignChangeUsers *[]int `json:"assign_change_users,omitempty"`
AssignCorrespondent *int `json:"assign_correspondent,omitempty"`
AssignCustomFields *[]int `json:"assign_custom_fields,omitempty"`
// AssignCustomFieldsValues Optional values to assign to the custom fields.
AssignCustomFieldsValues interface{} `json:"assign_custom_fields_values,omitempty"`
AssignDocumentType *int `json:"assign_document_type,omitempty"`
AssignOwner *int `json:"assign_owner,omitempty"`
AssignStoragePath *int `json:"assign_storage_path,omitempty"`
AssignTags *[]*int `json:"assign_tags,omitempty"`
// AssignTitle Assign a document title, must be a Jinja2 template, see documentation.
AssignTitle *string `json:"assign_title,omitempty"`
AssignViewGroups *[]int `json:"assign_view_groups,omitempty"`
AssignViewUsers *[]int `json:"assign_view_users,omitempty"`
Email *WorkflowActionEmailRequest `json:"email,omitempty"`
Id *int `json:"id,omitempty"`
RemoveAllCorrespondents *bool `json:"remove_all_correspondents,omitempty"`
RemoveAllCustomFields *bool `json:"remove_all_custom_fields,omitempty"`
RemoveAllDocumentTypes *bool `json:"remove_all_document_types,omitempty"`
RemoveAllOwners *bool `json:"remove_all_owners,omitempty"`
RemoveAllPermissions *bool `json:"remove_all_permissions,omitempty"`
RemoveAllStoragePaths *bool `json:"remove_all_storage_paths,omitempty"`
RemoveAllTags *bool `json:"remove_all_tags,omitempty"`
RemoveChangeGroups *[]int `json:"remove_change_groups,omitempty"`
RemoveChangeUsers *[]int `json:"remove_change_users,omitempty"`
RemoveCorrespondents *[]int `json:"remove_correspondents,omitempty"`
RemoveCustomFields *[]int `json:"remove_custom_fields,omitempty"`
RemoveDocumentTypes *[]int `json:"remove_document_types,omitempty"`
RemoveOwners *[]int `json:"remove_owners,omitempty"`
RemoveStoragePaths *[]int `json:"remove_storage_paths,omitempty"`
RemoveTags *[]int `json:"remove_tags,omitempty"`
RemoveViewGroups *[]int `json:"remove_view_groups,omitempty"`
RemoveViewUsers *[]int `json:"remove_view_users,omitempty"`
Type *WorkflowActionTypeEnum `json:"type,omitempty"`
Webhook *WorkflowActionWebhookRequest `json:"webhook,omitempty"`
}
WorkflowActionRequest defines model for WorkflowActionRequest.
type WorkflowActionTypeEnum ¶
type WorkflowActionTypeEnum int
WorkflowActionTypeEnum * `1` - Assignment * `2` - Removal * `3` - Email * `4` - Webhook
const ( WorkflowActionTypeEnumN1 WorkflowActionTypeEnum = 1 WorkflowActionTypeEnumN2 WorkflowActionTypeEnum = 2 WorkflowActionTypeEnumN3 WorkflowActionTypeEnum = 3 WorkflowActionTypeEnumN4 WorkflowActionTypeEnum = 4 )
Defines values for WorkflowActionTypeEnum.
func (WorkflowActionTypeEnum) Valid ¶
func (e WorkflowActionTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the WorkflowActionTypeEnum enum.
type WorkflowActionWebhook ¶
type WorkflowActionWebhook struct {
AsJson *bool `json:"as_json,omitempty"`
// Body The body to send with the webhook URL if parameters not used.
Body *string `json:"body,omitempty"`
// Headers The headers to send with the webhook URL.
Headers interface{} `json:"headers,omitempty"`
Id *int `json:"id,omitempty"`
IncludeDocument *bool `json:"include_document,omitempty"`
// Params The parameters to send with the webhook URL if body not used.
Params interface{} `json:"params,omitempty"`
// Url The destination URL for the notification.
Url string `json:"url"`
UseParams *bool `json:"use_params,omitempty"`
}
WorkflowActionWebhook defines model for WorkflowActionWebhook.
type WorkflowActionWebhookRequest ¶
type WorkflowActionWebhookRequest struct {
AsJson *bool `json:"as_json,omitempty"`
// Body The body to send with the webhook URL if parameters not used.
Body *string `json:"body,omitempty"`
// Headers The headers to send with the webhook URL.
Headers interface{} `json:"headers,omitempty"`
Id *int `json:"id,omitempty"`
IncludeDocument *bool `json:"include_document,omitempty"`
// Params The parameters to send with the webhook URL if body not used.
Params interface{} `json:"params,omitempty"`
// Url The destination URL for the notification.
Url string `json:"url"`
UseParams *bool `json:"use_params,omitempty"`
}
WorkflowActionWebhookRequest defines model for WorkflowActionWebhookRequest.
type WorkflowActionsCreateFormdataRequestBody ¶
type WorkflowActionsCreateFormdataRequestBody = WorkflowActionRequest
WorkflowActionsCreateFormdataRequestBody defines body for WorkflowActionsCreate for application/x-www-form-urlencoded ContentType.
type WorkflowActionsCreateJSONRequestBody ¶
type WorkflowActionsCreateJSONRequestBody = WorkflowActionRequest
WorkflowActionsCreateJSONRequestBody defines body for WorkflowActionsCreate for application/json ContentType.
type WorkflowActionsCreateMultipartRequestBody ¶
type WorkflowActionsCreateMultipartRequestBody = WorkflowActionRequest
WorkflowActionsCreateMultipartRequestBody defines body for WorkflowActionsCreate for multipart/form-data ContentType.
type WorkflowActionsCreateResponse ¶
type WorkflowActionsCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowAction
}
func ParseWorkflowActionsCreateResponse ¶
func ParseWorkflowActionsCreateResponse(rsp *http.Response) (*WorkflowActionsCreateResponse, error)
ParseWorkflowActionsCreateResponse parses an HTTP response from a WorkflowActionsCreateWithResponse call
func (WorkflowActionsCreateResponse) ContentType ¶
func (r WorkflowActionsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsCreateResponse) Status ¶
func (r WorkflowActionsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsCreateResponse) StatusCode ¶
func (r WorkflowActionsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowActionsDestroyResponse ¶
func ParseWorkflowActionsDestroyResponse ¶
func ParseWorkflowActionsDestroyResponse(rsp *http.Response) (*WorkflowActionsDestroyResponse, error)
ParseWorkflowActionsDestroyResponse parses an HTTP response from a WorkflowActionsDestroyWithResponse call
func (WorkflowActionsDestroyResponse) ContentType ¶
func (r WorkflowActionsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsDestroyResponse) Status ¶
func (r WorkflowActionsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsDestroyResponse) StatusCode ¶
func (r WorkflowActionsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowActionsListParams ¶
type WorkflowActionsListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
WorkflowActionsListParams defines parameters for WorkflowActionsList.
type WorkflowActionsListResponse ¶
type WorkflowActionsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedWorkflowActionList
}
func ParseWorkflowActionsListResponse ¶
func ParseWorkflowActionsListResponse(rsp *http.Response) (*WorkflowActionsListResponse, error)
ParseWorkflowActionsListResponse parses an HTTP response from a WorkflowActionsListWithResponse call
func (WorkflowActionsListResponse) ContentType ¶
func (r WorkflowActionsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsListResponse) Status ¶
func (r WorkflowActionsListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsListResponse) StatusCode ¶
func (r WorkflowActionsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowActionsPartialUpdateFormdataRequestBody ¶
type WorkflowActionsPartialUpdateFormdataRequestBody = PatchedWorkflowActionRequest
WorkflowActionsPartialUpdateFormdataRequestBody defines body for WorkflowActionsPartialUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowActionsPartialUpdateJSONRequestBody ¶
type WorkflowActionsPartialUpdateJSONRequestBody = PatchedWorkflowActionRequest
WorkflowActionsPartialUpdateJSONRequestBody defines body for WorkflowActionsPartialUpdate for application/json ContentType.
type WorkflowActionsPartialUpdateMultipartRequestBody ¶
type WorkflowActionsPartialUpdateMultipartRequestBody = PatchedWorkflowActionRequest
WorkflowActionsPartialUpdateMultipartRequestBody defines body for WorkflowActionsPartialUpdate for multipart/form-data ContentType.
type WorkflowActionsPartialUpdateResponse ¶
type WorkflowActionsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowAction
}
func ParseWorkflowActionsPartialUpdateResponse ¶
func ParseWorkflowActionsPartialUpdateResponse(rsp *http.Response) (*WorkflowActionsPartialUpdateResponse, error)
ParseWorkflowActionsPartialUpdateResponse parses an HTTP response from a WorkflowActionsPartialUpdateWithResponse call
func (WorkflowActionsPartialUpdateResponse) ContentType ¶
func (r WorkflowActionsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsPartialUpdateResponse) Status ¶
func (r WorkflowActionsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsPartialUpdateResponse) StatusCode ¶
func (r WorkflowActionsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowActionsRetrieveResponse ¶
type WorkflowActionsRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowAction
}
func ParseWorkflowActionsRetrieveResponse ¶
func ParseWorkflowActionsRetrieveResponse(rsp *http.Response) (*WorkflowActionsRetrieveResponse, error)
ParseWorkflowActionsRetrieveResponse parses an HTTP response from a WorkflowActionsRetrieveWithResponse call
func (WorkflowActionsRetrieveResponse) ContentType ¶
func (r WorkflowActionsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsRetrieveResponse) Status ¶
func (r WorkflowActionsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsRetrieveResponse) StatusCode ¶
func (r WorkflowActionsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowActionsUpdateFormdataRequestBody ¶
type WorkflowActionsUpdateFormdataRequestBody = WorkflowActionRequest
WorkflowActionsUpdateFormdataRequestBody defines body for WorkflowActionsUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowActionsUpdateJSONRequestBody ¶
type WorkflowActionsUpdateJSONRequestBody = WorkflowActionRequest
WorkflowActionsUpdateJSONRequestBody defines body for WorkflowActionsUpdate for application/json ContentType.
type WorkflowActionsUpdateMultipartRequestBody ¶
type WorkflowActionsUpdateMultipartRequestBody = WorkflowActionRequest
WorkflowActionsUpdateMultipartRequestBody defines body for WorkflowActionsUpdate for multipart/form-data ContentType.
type WorkflowActionsUpdateResponse ¶
type WorkflowActionsUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowAction
}
func ParseWorkflowActionsUpdateResponse ¶
func ParseWorkflowActionsUpdateResponse(rsp *http.Response) (*WorkflowActionsUpdateResponse, error)
ParseWorkflowActionsUpdateResponse parses an HTTP response from a WorkflowActionsUpdateWithResponse call
func (WorkflowActionsUpdateResponse) ContentType ¶
func (r WorkflowActionsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowActionsUpdateResponse) Status ¶
func (r WorkflowActionsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowActionsUpdateResponse) StatusCode ¶
func (r WorkflowActionsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowRequest ¶
type WorkflowRequest struct {
Actions []WorkflowActionRequest `json:"actions"`
Enabled *bool `json:"enabled,omitempty"`
Name string `json:"name"`
Order *int `json:"order,omitempty"`
Triggers []WorkflowTriggerRequest `json:"triggers"`
}
WorkflowRequest defines model for WorkflowRequest.
type WorkflowTrigger ¶
type WorkflowTrigger struct {
// FilterCustomFieldQuery JSON-encoded custom field query expression.
FilterCustomFieldQuery *string `json:"filter_custom_field_query,omitempty"`
// FilterFilename Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterFilename *string `json:"filter_filename,omitempty"`
FilterHasAllTags *[]int `json:"filter_has_all_tags,omitempty"`
FilterHasCorrespondent *int `json:"filter_has_correspondent,omitempty"`
FilterHasDocumentType *int `json:"filter_has_document_type,omitempty"`
FilterHasNotCorrespondents *[]int `json:"filter_has_not_correspondents,omitempty"`
FilterHasNotDocumentTypes *[]int `json:"filter_has_not_document_types,omitempty"`
FilterHasNotStoragePaths *[]int `json:"filter_has_not_storage_paths,omitempty"`
FilterHasNotTags *[]int `json:"filter_has_not_tags,omitempty"`
FilterHasStoragePath *int `json:"filter_has_storage_path,omitempty"`
FilterHasTags *[]int `json:"filter_has_tags,omitempty"`
FilterMailrule *int `json:"filter_mailrule,omitempty"`
// FilterPath Only consume documents with a path that matches this if specified. Wildcards specified as * are allowed. Case insensitive.
FilterPath *string `json:"filter_path,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *WorkflowTriggerMatchingAlgorithmEnum `json:"matching_algorithm,omitempty"`
ScheduleDateCustomField *int `json:"schedule_date_custom_field,omitempty"`
// ScheduleDateField The field to check for a schedule trigger.
//
// * `added` - Added
// * `created` - Created
// * `modified` - Modified
// * `custom_field` - Custom Field
ScheduleDateField *ScheduleDateFieldEnum `json:"schedule_date_field,omitempty"`
// ScheduleIsRecurring If the schedule should be recurring.
ScheduleIsRecurring *bool `json:"schedule_is_recurring,omitempty"`
// ScheduleOffsetDays The number of days to offset the schedule trigger by.
ScheduleOffsetDays *int `json:"schedule_offset_days,omitempty"`
// ScheduleRecurringIntervalDays The number of days between recurring schedule triggers.
ScheduleRecurringIntervalDays *int `json:"schedule_recurring_interval_days,omitempty"`
Sources *[]SourcesEnum `json:"sources,omitempty"`
Type WorkflowTriggerTypeEnum `json:"type"`
}
WorkflowTrigger defines model for WorkflowTrigger.
type WorkflowTriggerMatchingAlgorithmEnum ¶
type WorkflowTriggerMatchingAlgorithmEnum int
WorkflowTriggerMatchingAlgorithmEnum * `0` - None * `1` - Any word * `2` - All words * `3` - Exact match * `4` - Regular expression * `5` - Fuzzy word
const ( WorkflowTriggerMatchingAlgorithmEnumN0 WorkflowTriggerMatchingAlgorithmEnum = 0 WorkflowTriggerMatchingAlgorithmEnumN1 WorkflowTriggerMatchingAlgorithmEnum = 1 WorkflowTriggerMatchingAlgorithmEnumN2 WorkflowTriggerMatchingAlgorithmEnum = 2 WorkflowTriggerMatchingAlgorithmEnumN3 WorkflowTriggerMatchingAlgorithmEnum = 3 WorkflowTriggerMatchingAlgorithmEnumN4 WorkflowTriggerMatchingAlgorithmEnum = 4 WorkflowTriggerMatchingAlgorithmEnumN5 WorkflowTriggerMatchingAlgorithmEnum = 5 )
Defines values for WorkflowTriggerMatchingAlgorithmEnum.
func (WorkflowTriggerMatchingAlgorithmEnum) Valid ¶
func (e WorkflowTriggerMatchingAlgorithmEnum) Valid() bool
Valid indicates whether the value is a known member of the WorkflowTriggerMatchingAlgorithmEnum enum.
type WorkflowTriggerRequest ¶
type WorkflowTriggerRequest struct {
// FilterCustomFieldQuery JSON-encoded custom field query expression.
FilterCustomFieldQuery *string `json:"filter_custom_field_query,omitempty"`
// FilterFilename Only consume documents which entirely match this filename if specified. Wildcards such as *.pdf or *invoice* are allowed. Case insensitive.
FilterFilename *string `json:"filter_filename,omitempty"`
FilterHasAllTags *[]int `json:"filter_has_all_tags,omitempty"`
FilterHasCorrespondent *int `json:"filter_has_correspondent,omitempty"`
FilterHasDocumentType *int `json:"filter_has_document_type,omitempty"`
FilterHasNotCorrespondents *[]int `json:"filter_has_not_correspondents,omitempty"`
FilterHasNotDocumentTypes *[]int `json:"filter_has_not_document_types,omitempty"`
FilterHasNotStoragePaths *[]int `json:"filter_has_not_storage_paths,omitempty"`
FilterHasNotTags *[]int `json:"filter_has_not_tags,omitempty"`
FilterHasStoragePath *int `json:"filter_has_storage_path,omitempty"`
FilterHasTags *[]int `json:"filter_has_tags,omitempty"`
FilterMailrule *int `json:"filter_mailrule,omitempty"`
// FilterPath Only consume documents with a path that matches this if specified. Wildcards specified as * are allowed. Case insensitive.
FilterPath *string `json:"filter_path,omitempty"`
Id *int `json:"id,omitempty"`
IsInsensitive *bool `json:"is_insensitive,omitempty"`
Match *string `json:"match,omitempty"`
MatchingAlgorithm *WorkflowTriggerMatchingAlgorithmEnum `json:"matching_algorithm,omitempty"`
ScheduleDateCustomField *int `json:"schedule_date_custom_field,omitempty"`
// ScheduleDateField The field to check for a schedule trigger.
//
// * `added` - Added
// * `created` - Created
// * `modified` - Modified
// * `custom_field` - Custom Field
ScheduleDateField *ScheduleDateFieldEnum `json:"schedule_date_field,omitempty"`
// ScheduleIsRecurring If the schedule should be recurring.
ScheduleIsRecurring *bool `json:"schedule_is_recurring,omitempty"`
// ScheduleOffsetDays The number of days to offset the schedule trigger by.
ScheduleOffsetDays *int `json:"schedule_offset_days,omitempty"`
// ScheduleRecurringIntervalDays The number of days between recurring schedule triggers.
ScheduleRecurringIntervalDays *int `json:"schedule_recurring_interval_days,omitempty"`
Sources *[]SourcesEnum `json:"sources,omitempty"`
Type WorkflowTriggerTypeEnum `json:"type"`
}
WorkflowTriggerRequest defines model for WorkflowTriggerRequest.
type WorkflowTriggerTypeEnum ¶
type WorkflowTriggerTypeEnum int
WorkflowTriggerTypeEnum * `1` - Consumption Started * `2` - Document Added * `3` - Document Updated * `4` - Scheduled
const ( WorkflowTriggerTypeEnumN1 WorkflowTriggerTypeEnum = 1 WorkflowTriggerTypeEnumN2 WorkflowTriggerTypeEnum = 2 WorkflowTriggerTypeEnumN3 WorkflowTriggerTypeEnum = 3 WorkflowTriggerTypeEnumN4 WorkflowTriggerTypeEnum = 4 )
Defines values for WorkflowTriggerTypeEnum.
func (WorkflowTriggerTypeEnum) Valid ¶
func (e WorkflowTriggerTypeEnum) Valid() bool
Valid indicates whether the value is a known member of the WorkflowTriggerTypeEnum enum.
type WorkflowTriggersCreateFormdataRequestBody ¶
type WorkflowTriggersCreateFormdataRequestBody = WorkflowTriggerRequest
WorkflowTriggersCreateFormdataRequestBody defines body for WorkflowTriggersCreate for application/x-www-form-urlencoded ContentType.
type WorkflowTriggersCreateJSONRequestBody ¶
type WorkflowTriggersCreateJSONRequestBody = WorkflowTriggerRequest
WorkflowTriggersCreateJSONRequestBody defines body for WorkflowTriggersCreate for application/json ContentType.
type WorkflowTriggersCreateMultipartRequestBody ¶
type WorkflowTriggersCreateMultipartRequestBody = WorkflowTriggerRequest
WorkflowTriggersCreateMultipartRequestBody defines body for WorkflowTriggersCreate for multipart/form-data ContentType.
type WorkflowTriggersCreateResponse ¶
type WorkflowTriggersCreateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON201 *WorkflowTrigger
}
func ParseWorkflowTriggersCreateResponse ¶
func ParseWorkflowTriggersCreateResponse(rsp *http.Response) (*WorkflowTriggersCreateResponse, error)
ParseWorkflowTriggersCreateResponse parses an HTTP response from a WorkflowTriggersCreateWithResponse call
func (WorkflowTriggersCreateResponse) ContentType ¶
func (r WorkflowTriggersCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersCreateResponse) Status ¶
func (r WorkflowTriggersCreateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersCreateResponse) StatusCode ¶
func (r WorkflowTriggersCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTriggersDestroyResponse ¶
func ParseWorkflowTriggersDestroyResponse ¶
func ParseWorkflowTriggersDestroyResponse(rsp *http.Response) (*WorkflowTriggersDestroyResponse, error)
ParseWorkflowTriggersDestroyResponse parses an HTTP response from a WorkflowTriggersDestroyWithResponse call
func (WorkflowTriggersDestroyResponse) ContentType ¶
func (r WorkflowTriggersDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersDestroyResponse) Status ¶
func (r WorkflowTriggersDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersDestroyResponse) StatusCode ¶
func (r WorkflowTriggersDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTriggersListParams ¶
type WorkflowTriggersListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
WorkflowTriggersListParams defines parameters for WorkflowTriggersList.
type WorkflowTriggersListResponse ¶
type WorkflowTriggersListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedWorkflowTriggerList
}
func ParseWorkflowTriggersListResponse ¶
func ParseWorkflowTriggersListResponse(rsp *http.Response) (*WorkflowTriggersListResponse, error)
ParseWorkflowTriggersListResponse parses an HTTP response from a WorkflowTriggersListWithResponse call
func (WorkflowTriggersListResponse) ContentType ¶
func (r WorkflowTriggersListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersListResponse) Status ¶
func (r WorkflowTriggersListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersListResponse) StatusCode ¶
func (r WorkflowTriggersListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTriggersPartialUpdateFormdataRequestBody ¶
type WorkflowTriggersPartialUpdateFormdataRequestBody = PatchedWorkflowTriggerRequest
WorkflowTriggersPartialUpdateFormdataRequestBody defines body for WorkflowTriggersPartialUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowTriggersPartialUpdateJSONRequestBody ¶
type WorkflowTriggersPartialUpdateJSONRequestBody = PatchedWorkflowTriggerRequest
WorkflowTriggersPartialUpdateJSONRequestBody defines body for WorkflowTriggersPartialUpdate for application/json ContentType.
type WorkflowTriggersPartialUpdateMultipartRequestBody ¶
type WorkflowTriggersPartialUpdateMultipartRequestBody = PatchedWorkflowTriggerRequest
WorkflowTriggersPartialUpdateMultipartRequestBody defines body for WorkflowTriggersPartialUpdate for multipart/form-data ContentType.
type WorkflowTriggersPartialUpdateResponse ¶
type WorkflowTriggersPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTrigger
}
func ParseWorkflowTriggersPartialUpdateResponse ¶
func ParseWorkflowTriggersPartialUpdateResponse(rsp *http.Response) (*WorkflowTriggersPartialUpdateResponse, error)
ParseWorkflowTriggersPartialUpdateResponse parses an HTTP response from a WorkflowTriggersPartialUpdateWithResponse call
func (WorkflowTriggersPartialUpdateResponse) ContentType ¶
func (r WorkflowTriggersPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersPartialUpdateResponse) Status ¶
func (r WorkflowTriggersPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersPartialUpdateResponse) StatusCode ¶
func (r WorkflowTriggersPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTriggersRetrieveResponse ¶
type WorkflowTriggersRetrieveResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTrigger
}
func ParseWorkflowTriggersRetrieveResponse ¶
func ParseWorkflowTriggersRetrieveResponse(rsp *http.Response) (*WorkflowTriggersRetrieveResponse, error)
ParseWorkflowTriggersRetrieveResponse parses an HTTP response from a WorkflowTriggersRetrieveWithResponse call
func (WorkflowTriggersRetrieveResponse) ContentType ¶
func (r WorkflowTriggersRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersRetrieveResponse) Status ¶
func (r WorkflowTriggersRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersRetrieveResponse) StatusCode ¶
func (r WorkflowTriggersRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowTriggersUpdateFormdataRequestBody ¶
type WorkflowTriggersUpdateFormdataRequestBody = WorkflowTriggerRequest
WorkflowTriggersUpdateFormdataRequestBody defines body for WorkflowTriggersUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowTriggersUpdateJSONRequestBody ¶
type WorkflowTriggersUpdateJSONRequestBody = WorkflowTriggerRequest
WorkflowTriggersUpdateJSONRequestBody defines body for WorkflowTriggersUpdate for application/json ContentType.
type WorkflowTriggersUpdateMultipartRequestBody ¶
type WorkflowTriggersUpdateMultipartRequestBody = WorkflowTriggerRequest
WorkflowTriggersUpdateMultipartRequestBody defines body for WorkflowTriggersUpdate for multipart/form-data ContentType.
type WorkflowTriggersUpdateResponse ¶
type WorkflowTriggersUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *WorkflowTrigger
}
func ParseWorkflowTriggersUpdateResponse ¶
func ParseWorkflowTriggersUpdateResponse(rsp *http.Response) (*WorkflowTriggersUpdateResponse, error)
ParseWorkflowTriggersUpdateResponse parses an HTTP response from a WorkflowTriggersUpdateWithResponse call
func (WorkflowTriggersUpdateResponse) ContentType ¶
func (r WorkflowTriggersUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowTriggersUpdateResponse) Status ¶
func (r WorkflowTriggersUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowTriggersUpdateResponse) StatusCode ¶
func (r WorkflowTriggersUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsCreateFormdataRequestBody ¶
type WorkflowsCreateFormdataRequestBody = WorkflowRequest
WorkflowsCreateFormdataRequestBody defines body for WorkflowsCreate for application/x-www-form-urlencoded ContentType.
type WorkflowsCreateJSONRequestBody ¶
type WorkflowsCreateJSONRequestBody = WorkflowRequest
WorkflowsCreateJSONRequestBody defines body for WorkflowsCreate for application/json ContentType.
type WorkflowsCreateMultipartRequestBody ¶
type WorkflowsCreateMultipartRequestBody = WorkflowRequest
WorkflowsCreateMultipartRequestBody defines body for WorkflowsCreate for multipart/form-data ContentType.
type WorkflowsCreateResponse ¶
func ParseWorkflowsCreateResponse ¶
func ParseWorkflowsCreateResponse(rsp *http.Response) (*WorkflowsCreateResponse, error)
ParseWorkflowsCreateResponse parses an HTTP response from a WorkflowsCreateWithResponse call
func (WorkflowsCreateResponse) ContentType ¶
func (r WorkflowsCreateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsCreateResponse) Status ¶
func (r WorkflowsCreateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsCreateResponse) StatusCode ¶
func (r WorkflowsCreateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsDestroyResponse ¶
func ParseWorkflowsDestroyResponse ¶
func ParseWorkflowsDestroyResponse(rsp *http.Response) (*WorkflowsDestroyResponse, error)
ParseWorkflowsDestroyResponse parses an HTTP response from a WorkflowsDestroyWithResponse call
func (WorkflowsDestroyResponse) ContentType ¶
func (r WorkflowsDestroyResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsDestroyResponse) Status ¶
func (r WorkflowsDestroyResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsDestroyResponse) StatusCode ¶
func (r WorkflowsDestroyResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsListParams ¶
type WorkflowsListParams struct {
// Page A page number within the paginated result set.
Page *int `form:"page,omitempty" json:"page,omitempty"`
// PageSize Number of results to return per page.
PageSize *int `form:"page_size,omitempty" json:"page_size,omitempty"`
}
WorkflowsListParams defines parameters for WorkflowsList.
type WorkflowsListResponse ¶
type WorkflowsListResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *PaginatedWorkflowList
}
func ParseWorkflowsListResponse ¶
func ParseWorkflowsListResponse(rsp *http.Response) (*WorkflowsListResponse, error)
ParseWorkflowsListResponse parses an HTTP response from a WorkflowsListWithResponse call
func (WorkflowsListResponse) ContentType ¶
func (r WorkflowsListResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsListResponse) Status ¶
func (r WorkflowsListResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsListResponse) StatusCode ¶
func (r WorkflowsListResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsPartialUpdateFormdataRequestBody ¶
type WorkflowsPartialUpdateFormdataRequestBody = PatchedWorkflowRequest
WorkflowsPartialUpdateFormdataRequestBody defines body for WorkflowsPartialUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowsPartialUpdateJSONRequestBody ¶
type WorkflowsPartialUpdateJSONRequestBody = PatchedWorkflowRequest
WorkflowsPartialUpdateJSONRequestBody defines body for WorkflowsPartialUpdate for application/json ContentType.
type WorkflowsPartialUpdateMultipartRequestBody ¶
type WorkflowsPartialUpdateMultipartRequestBody = PatchedWorkflowRequest
WorkflowsPartialUpdateMultipartRequestBody defines body for WorkflowsPartialUpdate for multipart/form-data ContentType.
type WorkflowsPartialUpdateResponse ¶
type WorkflowsPartialUpdateResponse struct {
Body []byte
HTTPResponse *http.Response
JSON200 *Workflow
}
func ParseWorkflowsPartialUpdateResponse ¶
func ParseWorkflowsPartialUpdateResponse(rsp *http.Response) (*WorkflowsPartialUpdateResponse, error)
ParseWorkflowsPartialUpdateResponse parses an HTTP response from a WorkflowsPartialUpdateWithResponse call
func (WorkflowsPartialUpdateResponse) ContentType ¶
func (r WorkflowsPartialUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsPartialUpdateResponse) Status ¶
func (r WorkflowsPartialUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsPartialUpdateResponse) StatusCode ¶
func (r WorkflowsPartialUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsRetrieveResponse ¶
func ParseWorkflowsRetrieveResponse ¶
func ParseWorkflowsRetrieveResponse(rsp *http.Response) (*WorkflowsRetrieveResponse, error)
ParseWorkflowsRetrieveResponse parses an HTTP response from a WorkflowsRetrieveWithResponse call
func (WorkflowsRetrieveResponse) ContentType ¶
func (r WorkflowsRetrieveResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsRetrieveResponse) Status ¶
func (r WorkflowsRetrieveResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsRetrieveResponse) StatusCode ¶
func (r WorkflowsRetrieveResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type WorkflowsUpdateFormdataRequestBody ¶
type WorkflowsUpdateFormdataRequestBody = WorkflowRequest
WorkflowsUpdateFormdataRequestBody defines body for WorkflowsUpdate for application/x-www-form-urlencoded ContentType.
type WorkflowsUpdateJSONRequestBody ¶
type WorkflowsUpdateJSONRequestBody = WorkflowRequest
WorkflowsUpdateJSONRequestBody defines body for WorkflowsUpdate for application/json ContentType.
type WorkflowsUpdateMultipartRequestBody ¶
type WorkflowsUpdateMultipartRequestBody = WorkflowRequest
WorkflowsUpdateMultipartRequestBody defines body for WorkflowsUpdate for multipart/form-data ContentType.
type WorkflowsUpdateResponse ¶
func ParseWorkflowsUpdateResponse ¶
func ParseWorkflowsUpdateResponse(rsp *http.Response) (*WorkflowsUpdateResponse, error)
ParseWorkflowsUpdateResponse parses an HTTP response from a WorkflowsUpdateWithResponse call
func (WorkflowsUpdateResponse) ContentType ¶
func (r WorkflowsUpdateResponse) ContentType() string
ContentType is a convenience method to retrieve the Content-Type value from the HTTP response headers
func (WorkflowsUpdateResponse) Status ¶
func (r WorkflowsUpdateResponse) Status() string
Status returns HTTPResponse.Status
func (WorkflowsUpdateResponse) StatusCode ¶
func (r WorkflowsUpdateResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode