Package com.esri.arcgisruntime.portal
Class SubscriptionInfo
- java.lang.Object
-
- com.esri.arcgisruntime.portal.SubscriptionInfo
-
public final class SubscriptionInfo extends java.lang.ObjectContains information about the user's subscription. An object of this class is provided byPortalInfo.getSubscriptionInfo().- Since:
- 100.9.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionInfo.StateSignifies the state of the user's subscription.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CalendargetExpiryDate()Gets the expiry date of the user's subscription.SubscriptionInfo.StategetSubscriptionState()Gets the current state of the user's subscription.
-
-
-
Method Detail
-
getExpiryDate
public java.util.Calendar getExpiryDate()
Gets the expiry date of the user's subscription.- Returns:
- the expiry date of the user's subscription; always a GregorianCalendar using UTC time zone and English locale
- Since:
- 100.9.0
-
getSubscriptionState
public SubscriptionInfo.State getSubscriptionState()
Gets the current state of the user's subscription.- Returns:
- the current state of the user's subscription
- Since:
- 100.9.0
-
-