-
@JsonClass(generateAdapter = true) public final class PersonNetworkA network is the group of users and sites that belong to an organization. Networks are organized by email domain. When a user signs up for an Alfresco account , their email domain becomes their Home Network.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPersonNetwork.SubscriptionLevelEnumValues: FREE, STANDARD, ENTERPRISE
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate BooleanisEnabledprivate BooleanhomeNetworkprivate ZonedDateTimecreatedAtprivate BooleanpaidNetworkprivate PersonNetwork.SubscriptionLevelEnumsubscriptionLevelprivate List<NetworkQuota>quotas
-
Constructor Summary
Constructors Constructor Description PersonNetwork(String id, Boolean isEnabled, Boolean homeNetwork, ZonedDateTime createdAt, Boolean paidNetwork, PersonNetwork.SubscriptionLevelEnum subscriptionLevel, List<NetworkQuota> quotas)
-
Method Summary
Modifier and Type Method Description final StringgetId()final UnitsetId(@Json(name = id) String id)final BooleangetIsEnabled()final UnitsetIsEnabled(@Json(name = isEnabled) Boolean isEnabled)final BooleangetHomeNetwork()final UnitsetHomeNetwork(@Json(name = homeNetwork) Boolean homeNetwork)final ZonedDateTimegetCreatedAt()final UnitsetCreatedAt(@Json(name = createdAt) ZonedDateTime createdAt)final BooleangetPaidNetwork()final UnitsetPaidNetwork(@Json(name = paidNetwork) Boolean paidNetwork)final PersonNetwork.SubscriptionLevelEnumgetSubscriptionLevel()final UnitsetSubscriptionLevel(@Json(name = subscriptionLevel) PersonNetwork.SubscriptionLevelEnum subscriptionLevel)final List<NetworkQuota>getQuotas()final UnitsetQuotas(@Json(name = quotas) List<NetworkQuota> quotas)-
-
Constructor Detail
-
PersonNetwork
PersonNetwork(String id, Boolean isEnabled, Boolean homeNetwork, ZonedDateTime createdAt, Boolean paidNetwork, PersonNetwork.SubscriptionLevelEnum subscriptionLevel, List<NetworkQuota> quotas)
-
-
Method Detail
-
getIsEnabled
final Boolean getIsEnabled()
-
setIsEnabled
final Unit setIsEnabled(@Json(name = isEnabled) Boolean isEnabled)
-
getHomeNetwork
final Boolean getHomeNetwork()
-
setHomeNetwork
final Unit setHomeNetwork(@Json(name = homeNetwork) Boolean homeNetwork)
-
getCreatedAt
final ZonedDateTime getCreatedAt()
-
setCreatedAt
final Unit setCreatedAt(@Json(name = createdAt) ZonedDateTime createdAt)
-
getPaidNetwork
final Boolean getPaidNetwork()
-
setPaidNetwork
final Unit setPaidNetwork(@Json(name = paidNetwork) Boolean paidNetwork)
-
getSubscriptionLevel
final PersonNetwork.SubscriptionLevelEnum getSubscriptionLevel()
-
setSubscriptionLevel
final Unit setSubscriptionLevel(@Json(name = subscriptionLevel) PersonNetwork.SubscriptionLevelEnum subscriptionLevel)
-
getQuotas
final List<NetworkQuota> getQuotas()
-
setQuotas
final Unit setQuotas(@Json(name = quotas) List<NetworkQuota> quotas)
-
-
-
-