|
Change Parameter Type deletions : List<String> to deletions : List<MailboxId> in method public destroy(deletions List<MailboxId>) : Builder in class org.apache.james.jmap.model.SetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type entry : Entry<String,Mailbox> to entry : Entry<MailboxId,Mailbox> in method private destroyMailbox(entry Entry<MailboxId,Mailbox>, mailboxSession MailboxSession, builder SetMailboxesResponse.Builder) : void in class org.apache.james.jmap.methods.SetMailboxesDestructionProcessor |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public destroyed(mailboxId MailboxId) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type ids : Optional<ImmutableList<String>> to ids : Optional<ImmutableList<MailboxId>> in method private filterMailboxesById(ids Optional<ImmutableList<MailboxId>>) : Predicate<? super Mailbox> in class org.apache.james.jmap.methods.GetMailboxesMethod |
From |
To |
|
Change Parameter Type notDestroyed : ImmutableMap<String,SetError> to notDestroyed : ImmutableMap<MailboxId,SetError> in method public notDestroyed(notDestroyed ImmutableMap<MailboxId,SetError>) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type newParentId : String to newParentId : MailboxId in method private mustChangeParent(currentParentId Optional<MailboxId>, newParentId MailboxId) : boolean in class org.apache.james.jmap.methods.SetMailboxesUpdateProcessor |
From |
To |
|
Change Parameter Type notUpdated : ImmutableMap<String,SetError> to notUpdated : ImmutableMap<MailboxId,SetError> in method package SetMailboxesResponse(created ImmutableMap<MailboxCreationId,Mailbox>, updated ImmutableList<MailboxId>, destroyed ImmutableList<MailboxId>, notCreated ImmutableMap<MailboxCreationId,SetError>, notUpdated ImmutableMap<MailboxId,SetError>, notDestroyed ImmutableMap<MailboxId,SetError>) in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public mailboxFromMailboxId(mailboxId MailboxId, mailboxSession MailboxSession) : Optional<Mailbox> in class org.apache.james.jmap.utils.MailboxUtils |
From |
To |
|
Change Parameter Type currentParentId : Optional<String> to currentParentId : Optional<MailboxId> in method private mustChangeParent(currentParentId Optional<MailboxId>, newParentId MailboxId) : boolean in class org.apache.james.jmap.methods.SetMailboxesUpdateProcessor |
From |
To |
|
Change Parameter Type mailboxIds : ImmutableList<String> to mailboxIds : ImmutableList<MailboxId> in method package Message(id MessageId, blobId BlobId, threadId String, mailboxIds ImmutableList<MailboxId>, inReplyToMessageId Optional<String>, isUnread boolean, isFlagged boolean, isAnswered boolean, isDraft boolean, hasAttachment boolean, headers ImmutableMap<String,String>, from Optional<Emailer>, to ImmutableList<Emailer>, cc ImmutableList<Emailer>, bcc ImmutableList<Emailer>, replyTo ImmutableList<Emailer>, subject String, date ZonedDateTime, size long, preview String, textBody Optional<String>, htmlBody Optional<String>, attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<BlobId,SubMessage>) in class org.apache.james.jmap.model.Message |
From |
To |
|
Change Parameter Type destroy : ImmutableList<String> to destroy : ImmutableList<MailboxId> in method package SetMailboxesRequest(create ImmutableMap<MailboxCreationId,MailboxCreateRequest>, update ImmutableMap<MailboxId,MailboxUpdateRequest>, destroy ImmutableList<MailboxId>) in class org.apache.james.jmap.model.SetMailboxesRequest |
From |
To |
|
Change Parameter Type ids : Optional<ImmutableList<String>> to ids : Optional<ImmutableList<MailboxId>> in method private GetMailboxesRequest(accountId Optional<String>, ids Optional<ImmutableList<MailboxId>>, properties Optional<ImmutableSet<MailboxProperty>>) in class org.apache.james.jmap.model.GetMailboxesRequest |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public mailboxId(mailboxId MailboxId) : Builder in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public updated(mailboxId MailboxId) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type updated : ImmutableList<String> to updated : ImmutableList<MailboxId> in method package SetMailboxesResponse(created ImmutableMap<MailboxCreationId,Mailbox>, updated ImmutableList<MailboxId>, destroyed ImmutableList<MailboxId>, notCreated ImmutableMap<MailboxCreationId,SetError>, notUpdated ImmutableMap<MailboxId,SetError>, notDestroyed ImmutableMap<MailboxId,SetError>) in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Parameter Type parentId : Optional<String> to parentId : Optional<MailboxId> in method package Mailbox(id MailboxId, name String, parentId Optional<MailboxId>, role Optional<Role>, sortOrder SortOrder, mustBeOnlyMailbox boolean, mayReadItems boolean, mayAddItems boolean, mayRemoveItems boolean, mayCreateChild boolean, mayRename boolean, mayDelete boolean, totalMessages long, unreadMessages long, totalThreads long, unreadThreads long) in class org.apache.james.jmap.model.mailbox.Mailbox |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public notDestroyed(mailboxId MailboxId, setError SetError) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type mailboxIds : List<String> to mailboxIds : List<MailboxId> in method public mailboxIds(mailboxIds List<MailboxId>) : Builder in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public update(mailboxId MailboxId, mailboxUpdateRequest MailboxUpdateRequest) : Builder in class org.apache.james.jmap.model.SetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type id : String to id : MailboxId in method public id(id MailboxId) : Builder in class org.apache.james.jmap.model.mailbox.Mailbox.Builder |
From |
To |
|
Change Parameter Type mailboxIds : List<String> to mailboxIds : List<MailboxId> in method public updated(mailboxIds List<MailboxId>) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type id : String to id : MailboxId in method private notDestroy(id MailboxId, builder Builder) : void in class org.apache.james.jmap.methods.SetMailboxesDestructionProcessor |
From |
To |
|
Change Parameter Type parentId : String to parentId : MailboxCreationId in method public parentId(parentId MailboxCreationId) : Builder in class org.apache.james.jmap.model.mailbox.MailboxCreateRequest.Builder |
From |
To |
|
Change Parameter Type update : ImmutableMap<String,MailboxUpdateRequest> to update : ImmutableMap<MailboxId,MailboxUpdateRequest> in method package SetMailboxesRequest(create ImmutableMap<MailboxCreationId,MailboxCreateRequest>, update ImmutableMap<MailboxId,MailboxUpdateRequest>, destroy ImmutableList<MailboxId>) in class org.apache.james.jmap.model.SetMailboxesRequest |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public getMailboxNameFromId(mailboxId MailboxId, mailboxSession MailboxSession) : Optional<String> in class org.apache.james.jmap.utils.MailboxUtils |
From |
To |
|
Change Parameter Type id : String to id : MailboxId in method private checkForChild(id MailboxId, mailboxSession MailboxSession) : void in class org.apache.james.jmap.methods.SetMailboxesDestructionProcessor |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public hasChildren(mailboxId MailboxId, mailboxSession MailboxSession) : boolean in class org.apache.james.jmap.utils.MailboxUtils |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public notUpdated(mailboxId MailboxId, setError SetError) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type parentId : Optional<String> to parentId : Optional<MailboxCreationId> in method package MailboxCreateRequest(id Optional<String>, name String, parentId Optional<MailboxCreationId>, role Optional<Role>, sortOrder Optional<SortOrder>) in class org.apache.james.jmap.model.mailbox.MailboxCreateRequest |
From |
To |
|
Change Parameter Type id : String to id : MailboxId in method package Mailbox(id MailboxId, name String, parentId Optional<MailboxId>, role Optional<Role>, sortOrder SortOrder, mustBeOnlyMailbox boolean, mayReadItems boolean, mayAddItems boolean, mayRemoveItems boolean, mayCreateChild boolean, mayRename boolean, mayDelete boolean, totalMessages long, unreadMessages long, totalThreads long, unreadThreads long) in class org.apache.james.jmap.model.mailbox.Mailbox |
From |
To |
|
Change Parameter Type idToMailbox : ImmutableMap<String,Mailbox> to idToMailbox : ImmutableMap<MailboxId,Mailbox> in method private notDestroyedRequests(request SetMailboxesRequest, idToMailbox ImmutableMap<MailboxId,Mailbox>, builder SetMailboxesResponse.Builder) : void in class org.apache.james.jmap.methods.SetMailboxesDestructionProcessor |
From |
To |
|
Change Parameter Type parentId : Optional<String> to parentId : Optional<MailboxId> in method package MailboxUpdateRequest(name Optional<String>, parentId Optional<MailboxId>, role Optional<Role>, sortOrder Optional<SortOrder>) in class org.apache.james.jmap.model.mailbox.MailboxUpdateRequest |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method private handleUpdate(mailboxId MailboxId, updateRequest MailboxUpdateRequest, responseBuilder Builder, mailboxSession MailboxSession) : void in class org.apache.james.jmap.methods.SetMailboxesUpdateProcessor |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method public mailboxPathFromMailboxId(mailboxId MailboxId, mailboxSession MailboxSession) : Optional<MailboxPath> in class org.apache.james.jmap.utils.MailboxUtils |
From |
To |
|
Change Parameter Type creationIdsToCreatedMailboxId : Map<MailboxCreationId,String> to creationIdsToCreatedMailboxId : Map<MailboxCreationId,MailboxId> in method private getMailboxPath(mailboxRequest MailboxCreateRequest, creationIdsToCreatedMailboxId Map<MailboxCreationId,MailboxId>, mailboxSession MailboxSession) : MailboxPath in class org.apache.james.jmap.methods.SetMailboxesCreationProcessor |
From |
To |
|
Change Parameter Type creationIdsToCreatedMailboxId : Map<MailboxCreationId,String> to creationIdsToCreatedMailboxId : Map<MailboxCreationId,MailboxId> in method private createMailbox(mailboxCreationId MailboxCreationId, mailboxRequest MailboxCreateRequest, mailboxSession MailboxSession, creationIdsToCreatedMailboxId Map<MailboxCreationId,MailboxId>, builder SetMailboxesResponse.Builder) : void in class org.apache.james.jmap.methods.SetMailboxesCreationProcessor |
From |
To |
|
Change Parameter Type notUpdated : Map<String,SetError> to notUpdated : Map<MailboxId,SetError> in method public notUpdated(notUpdated Map<MailboxId,SetError>) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type parentId : String to parentId : MailboxId in method public parentId(parentId MailboxId) : Builder in class org.apache.james.jmap.model.mailbox.Mailbox.Builder |
From |
To |
|
Change Parameter Type updates : Map<String,MailboxUpdateRequest> to updates : Map<MailboxId,MailboxUpdateRequest> in method public update(updates Map<MailboxId,MailboxUpdateRequest>) : Builder in class org.apache.james.jmap.model.SetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type destroyed : ImmutableList<String> to destroyed : ImmutableList<MailboxId> in method public destroyed(destroyed ImmutableList<MailboxId>) : Builder in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Parameter Type notDestroyed : ImmutableMap<String,SetError> to notDestroyed : ImmutableMap<MailboxId,SetError> in method package SetMailboxesResponse(created ImmutableMap<MailboxCreationId,Mailbox>, updated ImmutableList<MailboxId>, destroyed ImmutableList<MailboxId>, notCreated ImmutableMap<MailboxCreationId,SetError>, notUpdated ImmutableMap<MailboxId,SetError>, notDestroyed ImmutableMap<MailboxId,SetError>) in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Parameter Type destroyed : ImmutableList<String> to destroyed : ImmutableList<MailboxId> in method package SetMailboxesResponse(created ImmutableMap<MailboxCreationId,Mailbox>, updated ImmutableList<MailboxId>, destroyed ImmutableList<MailboxId>, notCreated ImmutableMap<MailboxCreationId,SetError>, notUpdated ImmutableMap<MailboxId,SetError>, notDestroyed ImmutableMap<MailboxId,SetError>) in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Parameter Type parentMailboxId : String to parentMailboxId : MailboxId in method private computeMailboxPathWithNewParentId(originMailboxPath MailboxPath, parentMailboxId MailboxId, mailboxSession MailboxSession) : MailboxPath in class org.apache.james.jmap.methods.SetMailboxesUpdateProcessor |
From |
To |
|
Change Parameter Type mailboxId : String to mailboxId : MailboxId in method private getMailbox(mailboxId MailboxId, mailboxSession MailboxSession) : Mailbox in class org.apache.james.jmap.methods.SetMailboxesUpdateProcessor |
From |
To |
|
Change Parameter Type ids : List<String> to ids : List<MailboxId> in method public ids(ids List<MailboxId>) : Builder in class org.apache.james.jmap.model.GetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type parentId : String to parentId : MailboxId in method public parentId(parentId MailboxId) : Builder in class org.apache.james.jmap.model.mailbox.MailboxUpdateRequest.Builder |
From |
To |
|
Change Attribute Type notUpdated : ImmutableMap.Builder<String,SetError> to notUpdated : ImmutableMap.Builder<MailboxId,SetError> in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Attribute Type sortingHierarchicalCollections : SortingHierarchicalCollections<Map.Entry<String,Mailbox>,String> to sortingHierarchicalCollections : SortingHierarchicalCollections<Map.Entry<MailboxId,Mailbox>,MailboxId> in class org.apache.james.jmap.methods.SetMailboxesDestructionProcessor |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxCreationId> in class org.apache.james.jmap.model.mailbox.MailboxCreateRequest.Builder |
From |
To |
|
Change Attribute Type ids : Optional<ImmutableList<String>> to ids : Optional<ImmutableList<MailboxId>> in class org.apache.james.jmap.model.GetMailboxesRequest |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxId> in class org.apache.james.jmap.model.mailbox.MailboxUpdateRequest |
From |
To |
|
Change Attribute Type destroy : ImmutableList.Builder<String> to destroy : ImmutableList.Builder<MailboxId> in class org.apache.james.jmap.model.SetMailboxesRequest.Builder |
From |
To |
|
Change Attribute Type destroyed : ImmutableList<String> to destroyed : ImmutableList<MailboxId> in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Attribute Type ids : Optional<ImmutableList<String>> to ids : Optional<ImmutableList<MailboxId>> in class org.apache.james.jmap.model.GetMailboxesRequest.Builder |
From |
To |
|
Change Attribute Type MAILBOX_ID : TestId to MAILBOX_ID : InMemoryId in class org.apache.james.jmap.model.MessageFactoryTest |
From |
To |
|
Change Attribute Type destroy : ImmutableList<String> to destroy : ImmutableList<MailboxId> in class org.apache.james.jmap.model.SetMailboxesRequest |
From |
To |
|
Change Attribute Type OUTBOX_ID : TestId to OUTBOX_ID : InMemoryId in class org.apache.james.jmap.methods.SetMessagesCreationProcessorTest |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxId> in class org.apache.james.jmap.model.mailbox.Mailbox.Builder |
From |
To |
|
Change Attribute Type id : String to id : MailboxId in class org.apache.james.jmap.model.mailbox.Mailbox.Builder |
From |
To |
|
Change Attribute Type sut : SortingHierarchicalCollections<Mailbox,String> to sut : SortingHierarchicalCollections<Mailbox,MailboxId> in class org.apache.james.jmap.utils.SortingHierarchicalCollectionsTest |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxCreationId> in class org.apache.james.jmap.model.mailbox.MailboxCreateRequest |
From |
To |
|
Change Attribute Type MAILBOX_IDS : ImmutableList<String> to MAILBOX_IDS : ImmutableList<MailboxId> in class org.apache.james.jmap.json.ParsingWritingObjects.Common |
From |
To |
|
Change Attribute Type updated : ImmutableList.Builder<String> to updated : ImmutableList.Builder<MailboxId> in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Attribute Type sortingHierarchicalCollections : SortingHierarchicalCollections<Map.Entry<MailboxCreationId,MailboxCreateRequest>,String> to sortingHierarchicalCollections : SortingHierarchicalCollections<Map.Entry<MailboxCreationId,MailboxCreateRequest>,MailboxCreationId> in class org.apache.james.jmap.methods.SetMailboxesCreationProcessor |
From |
To |
|
Change Attribute Type update : ImmutableMap.Builder<String,MailboxUpdateRequest> to update : ImmutableMap.Builder<MailboxId,MailboxUpdateRequest> in class org.apache.james.jmap.model.SetMailboxesRequest.Builder |
From |
To |
|
Change Attribute Type update : ImmutableMap<String,MailboxUpdateRequest> to update : ImmutableMap<MailboxId,MailboxUpdateRequest> in class org.apache.james.jmap.model.SetMailboxesRequest |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxId> in class org.apache.james.jmap.model.mailbox.MailboxUpdateRequest.Builder |
From |
To |
|
Change Attribute Type mailboxIds : ImmutableList<String> to mailboxIds : ImmutableList<MailboxId> in class org.apache.james.jmap.model.Message |
From |
To |
|
Change Attribute Type parentId : Optional<String> to parentId : Optional<MailboxId> in class org.apache.james.jmap.model.mailbox.Mailbox |
From |
To |
|
Change Attribute Type updated : ImmutableList<String> to updated : ImmutableList<MailboxId> in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Attribute Type mailboxIds : ImmutableList<String> to mailboxIds : ImmutableList<MailboxId> in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Attribute Type destroyed : ImmutableList.Builder<String> to destroyed : ImmutableList.Builder<MailboxId> in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Attribute Type id : String to id : MailboxId in class org.apache.james.jmap.model.mailbox.Mailbox |
From |
To |
|
Change Attribute Type DRAFTS_ID : TestId to DRAFTS_ID : InMemoryId in class org.apache.james.jmap.methods.SetMessagesCreationProcessorTest |
From |
To |
|
Change Attribute Type notDestroyed : ImmutableMap.Builder<String,SetError> to notDestroyed : ImmutableMap.Builder<MailboxId,SetError> in class org.apache.james.jmap.model.SetMailboxesResponse.Builder |
From |
To |
|
Change Attribute Type notDestroyed : ImmutableMap<String,SetError> to notDestroyed : ImmutableMap<MailboxId,SetError> in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |
|
Change Attribute Type notUpdated : ImmutableMap<String,SetError> to notUpdated : ImmutableMap<MailboxId,SetError> in class org.apache.james.jmap.model.SetMailboxesResponse |
From |
To |