Package org.alfresco.rest.api.model
Interface Network
-
- All Known Implementing Classes:
NetworkImpl
,PersonNetwork
public interface Network
Represents a cloud network (account).- Author:
- steveglover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getCreatedAt()
Gets the date the account was createdString
getId()
Boolean
getIsEnabled()
Gets whether an account is enabled or not.Boolean
getPaidNetwork()
List<Quota>
getQuotas()
String
getSubscriptionLevel()
Gets the subscription level.
-
-
-
Method Detail
-
getId
String getId()
-
getCreatedAt
Date getCreatedAt()
Gets the date the account was created- Returns:
- The account creation date
-
getIsEnabled
Boolean getIsEnabled()
Gets whether an account is enabled or not.- Returns:
- true = account is enabled, false = account is disabled
-
getSubscriptionLevel
String getSubscriptionLevel()
Gets the subscription level.- Returns:
- String
-
getPaidNetwork
Boolean getPaidNetwork()
-
-