public class SubscriptionContentResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Subscription |
subscription |
protected java.util.List<SubscriptionContent> |
subscriptionContent |
| Constructor and Description |
|---|
SubscriptionContentResponse() |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
getSubscription()
Gets the value of the subscription property.
|
java.util.List<SubscriptionContent> |
getSubscriptionContent()
Gets the value of the subscriptionContent property.
|
void |
setSubscription(Subscription value)
Sets the value of the subscription property.
|
protected Subscription subscription
protected java.util.List<SubscriptionContent> subscriptionContent
public Subscription getSubscription()
Subscriptionpublic void setSubscription(Subscription value)
value - allowed object is
Subscriptionpublic java.util.List<SubscriptionContent> getSubscriptionContent()
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 subscriptionContent property.
For example, to add a new item, do as follows:
getSubscriptionContent().add(newItem);
Objects of the following type(s) are allowed in the list
SubscriptionContent
Copyright © 2018 SAP SE. All Rights Reserved.