public class ClientAccountBaseRequest extends Object
Constructor and Description |
---|
ClientAccountBaseRequest() |
ClientAccountBaseRequest(StorageFileLocation accountLocation)
Initializes a new instance of the ClientAccountBaseRequest
|
Modifier and Type | Method and Description |
---|---|
ClientAccountBaseRequest |
accountLocation(StorageFileLocation accountLocation)
Set accountLocation and return this.
|
boolean |
equals(Object o) |
StorageFileLocation |
getAccountLocation()
Email client account configuration location on storage.
|
int |
hashCode() |
void |
setAccountLocation(StorageFileLocation accountLocation)
Set accountLocation.
|
String |
toString() |
public ClientAccountBaseRequest()
public ClientAccountBaseRequest(StorageFileLocation accountLocation)
accountLocation
- Email client account configuration location on storage.public ClientAccountBaseRequest accountLocation(StorageFileLocation accountLocation)
accountLocation
- Email client account configuration location on storage.public StorageFileLocation getAccountLocation()
public void setAccountLocation(StorageFileLocation accountLocation)
accountLocation
- Email client account configuration location on storage.Copyright © 2020. All rights reserved.