public class ActivationHistoryResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="items" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/>
<element name="eventReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timestampCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivationHistoryResponse.Items
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ActivationHistoryResponse.Items> |
items |
| Constructor and Description |
|---|
ActivationHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivationHistoryResponse.Items> |
getItems()
Gets the value of the items property.
|
protected List<ActivationHistoryResponse.Items> items
public List<ActivationHistoryResponse.Items> getItems()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the items property.
For example, to add a new item, do as follows:
getItems().add(newItem);
Objects of the following type(s) are allowed in the list
ActivationHistoryResponse.Items
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.