public class ListOwnerHistoriesReturn extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ListOwnerHistoriesReturn()
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
List<OwnerAuthorityHistory> |
getOwnerAuths() |
String |
toString() |
protected ListOwnerHistoriesReturn()
Visibility set to protected as it is the parent of the
FindOwnerHistoriesReturn class.
public List<OwnerAuthorityHistory> getOwnerAuths()
Copyright © 2019. All rights reserved.