public class AccountResolver.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<Account.Id> |
asIdSet() |
com.google.common.collect.ImmutableList<AccountState> |
asList() |
com.google.common.collect.ImmutableSet<Account.Id> |
asNonEmptyIdSet() |
AccountState |
asUnique() |
IdentifiedUser |
asUniqueUser() |
IdentifiedUser |
asUniqueUserOnBehalfOf(CurrentUser caller) |
java.lang.String |
input() |
boolean |
isSelf() |
public java.lang.String input()
public boolean isSelf()
public com.google.common.collect.ImmutableList<AccountState> asList()
public com.google.common.collect.ImmutableSet<Account.Id> asNonEmptyIdSet() throws AccountResolver.UnresolvableAccountException
public com.google.common.collect.ImmutableSet<Account.Id> asIdSet()
public AccountState asUnique() throws AccountResolver.UnresolvableAccountException
public IdentifiedUser asUniqueUser() throws AccountResolver.UnresolvableAccountException
public IdentifiedUser asUniqueUserOnBehalfOf(CurrentUser caller) throws AccountResolver.UnresolvableAccountException