Interface AccountProvider
-
public interface AccountProvider
Represents an object, that has an account- Since:
- 10.0.16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getAccount()
Returns the account
-
-
-
Method Detail
-
getAccount
Account getAccount()
Returns the account- Returns:
- the account object
- Since:
- 10.0.16
-
-