|
Change Parameter Type request : ProtocolRequest to request : AuthenticatedProtocolRequest in method public process(request AuthenticatedProtocolRequest) : ProtocolResponse in class org.apache.james.jmap.methods.Method |
From |
To |
|
Change Parameter Type properties : String[] to properties : List<String> in method public properties(properties List<String>) : Builder in class org.apache.james.jmap.model.GetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type request : ProtocolRequest to request : AuthenticatedProtocolRequest in method public process(request AuthenticatedProtocolRequest) : ProtocolResponse in class org.apache.james.jmap.methods.RequestHandlerTest.TestMethod |
From |
To |
|
Change Parameter Type request : ProtocolRequest to request : AuthenticatedProtocolRequest in method public handle(request AuthenticatedProtocolRequest) : ProtocolResponse in class org.apache.james.jmap.methods.RequestHandler |
From |
To |
|
Change Parameter Type properties : String[] to properties : List<String> in method private GetMailboxesRequest(accountId Optional<String>, ids List<String>, properties List<String>) in class org.apache.james.jmap.model.GetMailboxesRequest |
From |
To |
|
Change Parameter Type ids : String[] to ids : List<String> in method private GetMailboxesRequest(accountId Optional<String>, ids List<String>, properties List<String>) in class org.apache.james.jmap.model.GetMailboxesRequest |
From |
To |
|
Change Parameter Type accountId : String to accountId : Optional<String> in method private GetMailboxesRequest(accountId Optional<String>, ids List<String>, properties List<String>) in class org.apache.james.jmap.model.GetMailboxesRequest |
From |
To |
|
Change Parameter Type request : ProtocolRequest to request : AuthenticatedProtocolRequest in method public process(request AuthenticatedProtocolRequest) : ProtocolResponse in class org.apache.james.jmap.methods.GetMailboxesMethod |
From |
To |
|
Change Parameter Type ids : String[] to ids : List<String> in method public ids(ids List<String>) : Builder in class org.apache.james.jmap.model.GetMailboxesRequest.Builder |
From |
To |
|
Change Parameter Type request : ProtocolRequest to request : AuthenticatedProtocolRequest in method public process(request AuthenticatedProtocolRequest) : ProtocolResponse in class org.apache.james.jmap.methods.RequestHandlerTest.NamedMethod |
From |
To |