public class ListViewDescriptor extends Object
| Constructor and Description |
|---|
ListViewDescriptor(LinkedList<UserView> listView,
StatusCode statusCode) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<UserView> |
getListView()
Get the the owned or inboxed views.
|
StatusCode |
getStatusCode()
Get response code for the GenerateKey action.
|
void |
setListView(LinkedList<UserView> listView) |
void |
setStatusCode(StatusCode statusCode) |
public ListViewDescriptor(LinkedList<UserView> listView, StatusCode statusCode)
public LinkedList<UserView> getListView()
public void setListView(LinkedList<UserView> listView)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode statusCode)
Copyright © 2023. All rights reserved.