public class ApiExternalAccountList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiExternalAccountList() |
ApiExternalAccountList(List<ApiExternalAccount> values) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T item) |
boolean |
equals(Object o) |
T |
get(int index) |
List<ApiExternalAccount> |
getExternalAccounts() |
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setExternalAccountList(List<ApiExternalAccount> values) |
int |
size() |
String |
toString() |
public static final String ITEMS_ATTR
protected List<T> values
public ApiExternalAccountList()
public ApiExternalAccountList(List<ApiExternalAccount> values)
public List<ApiExternalAccount> getExternalAccounts()
public void setExternalAccountList(List<ApiExternalAccount> values)
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.