| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.worldassembly |
| Modifier and Type | Field and Description |
|---|---|
List<DelegateLogsEntry> |
Resolution.delegateLog
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelegateLogsEntry> |
Resolution.delegateVotesAgainst
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelegateLogsEntry> |
Resolution.delegateVotesFor
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegateLogsEntry> |
WorldAssembly.delegateLog()
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelegateLogsEntry> |
WorldAssembly.delegateVotesAgainst()
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelegateLogsEntry> |
WorldAssembly.delegateVotesFor()
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
|
Copyright © 2017. All rights reserved.