|
Change Parameter Type blobId : String to blobId : BlobId in method package Attachment(blobId BlobId, type String, name Optional<String>, size long, cid Optional<String>, isInline boolean, width Optional<Long>, height Optional<Long>) in class org.apache.james.jmap.model.Attachment |
From |
To |
|
Change Parameter Type blobId : String to blobId : BlobId in method public blobId(blobId BlobId) : Builder in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Parameter Type attachedMessages : Map<String,SubMessage> to attachedMessages : Map<BlobId,SubMessage> in method public attachedMessages(attachedMessages Map<BlobId,SubMessage>) : Builder in class org.apache.james.jmap.model.SubMessage.Builder |
From |
To |
|
Change Parameter Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method package SubMessage(headers ImmutableMap<String,String>, from Optional<Emailer>, to ImmutableList<Emailer>, cc ImmutableList<Emailer>, bcc ImmutableList<Emailer>, replyTo ImmutableList<Emailer>, subject String, date ZonedDateTime, textBody Optional<String>, htmlBody Optional<String>, attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<BlobId,SubMessage>) in class org.apache.james.jmap.model.SubMessage |
From |
To |
|
Change Parameter Type attachedMessages : Map<String,SubMessage> to attachedMessages : Map<BlobId,SubMessage> in method public attachedMessages(attachedMessages Map<BlobId,SubMessage>) : Builder in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Parameter Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method protected areAttachedMessagesKeysInAttachments(attachments ImmutableList<Attachment>, attachedMessages ImmutableMap<BlobId,SubMessage>) : boolean in class org.apache.james.jmap.model.Message |
From |
To |
|
Change Parameter Type blobId : String to blobId : BlobId in method package Message(id MessageId, blobId BlobId, threadId String, mailboxIds ImmutableList<String>, 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 blobId : String to blobId : BlobId in method public blobId(blobId BlobId) : Builder in class org.apache.james.jmap.model.Attachment.Builder |
From |
To |
|
Change Parameter Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method package Message(id MessageId, blobId BlobId, threadId String, mailboxIds ImmutableList<String>, 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 Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public build() : SubMessage in class org.apache.james.jmap.model.SubMessage.Builder |
From |
To |
|
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public buildShouldWorkWhenAllFieldsArePresent() : void in class org.apache.james.jmap.model.SubMailboxMessageTest |
From |
To |
|
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public build() : Message in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public buildShouldThrowWhenAttachedMessageIsNotMatchingAttachments() : void in class org.apache.james.jmap.model.MailboxMessageTest |
From |
To |
|
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public buildShouldWorkWhenAllFieldsArePresent() : void in class org.apache.james.jmap.model.MailboxMessageTest |
From |
To |
|
Change Variable Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in method public buildShouldThrowWhenAttachedMessageIsNotMatchingAttachments() : void in class org.apache.james.jmap.model.SubMailboxMessageTest |
From |
To |
|
Change Attribute Type blobId : String to blobId : BlobId in class org.apache.james.jmap.model.Message |
From |
To |
|
Change Attribute Type blobId : String to blobId : BlobId in class org.apache.james.jmap.model.Attachment |
From |
To |
|
Change Attribute Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in class org.apache.james.jmap.model.Message |
From |
To |
|
Change Attribute Type attachedMessages : ImmutableMap.Builder<String,SubMessage> to attachedMessages : ImmutableMap.Builder<BlobId,SubMessage> in class org.apache.james.jmap.model.SubMessage.Builder |
From |
To |
|
Change Attribute Type attachedMessages : ImmutableMap<String,SubMessage> to attachedMessages : ImmutableMap<BlobId,SubMessage> in class org.apache.james.jmap.model.SubMessage |
From |
To |
|
Change Attribute Type blobId : String to blobId : BlobId in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Attribute Type blobId : String to blobId : BlobId in class org.apache.james.jmap.model.Attachment.Builder |
From |
To |
|
Change Attribute Type attachedMessages : ImmutableMap.Builder<String,SubMessage> to attachedMessages : ImmutableMap.Builder<BlobId,SubMessage> in class org.apache.james.jmap.model.Message.Builder |
From |
To |
|
Change Attribute Type BLOB_ID : String to BLOB_ID : BlobId in class org.apache.james.jmap.json.ParsingWritingObjects.Common |
From |
To |