public class AccountBaseRequest extends Object
Constructor and Description |
---|
AccountBaseRequest() |
AccountBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder)
Initializes a new instance of the AccountBaseRequest
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AccountBaseRequest |
firstAccount(String firstAccount) |
String |
getFirstAccount()
First account storage file name for receiving emails (or universal one)
|
String |
getSecondAccount()
Second account storage file name for sending emails (ignored if first is universal)
|
StorageFolderLocation |
getStorageFolder()
Storage folder location of account files
|
int |
hashCode() |
AccountBaseRequest |
secondAccount(String secondAccount) |
void |
setFirstAccount(String firstAccount) |
void |
setSecondAccount(String secondAccount) |
void |
setStorageFolder(StorageFolderLocation storageFolder) |
AccountBaseRequest |
storageFolder(StorageFolderLocation storageFolder) |
String |
toString() |
public AccountBaseRequest()
public AccountBaseRequest(String firstAccount, String secondAccount, StorageFolderLocation storageFolder)
firstAccount
- First account storage file name for receiving emails (or universal one)secondAccount
- Second account storage file name for sending emails (ignored if first is universal)storageFolder
- Storage folder location of account filespublic AccountBaseRequest firstAccount(String firstAccount)
public String getFirstAccount()
public void setFirstAccount(String firstAccount)
public AccountBaseRequest secondAccount(String secondAccount)
public String getSecondAccount()
public void setSecondAccount(String secondAccount)
public AccountBaseRequest storageFolder(StorageFolderLocation storageFolder)
public StorageFolderLocation getStorageFolder()
public void setStorageFolder(StorageFolderLocation storageFolder)
Copyright © 2019. All rights reserved.