Package org.alfresco.rest.api.model
Class PersonNetwork
java.lang.Object
org.alfresco.rest.api.model.PersonNetwork
- All Implemented Interfaces:
Comparable<PersonNetwork>,Network
Represents network membership.
- Author:
- steveglover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(PersonNetwork member) booleanGets the date the account was createdgetId()Gets whether an account is enabled or not.Gets the subscription level.inthashCode()toString()
-
Constructor Details
-
PersonNetwork
public PersonNetwork() -
PersonNetwork
-
-
Method Details
-
getId
-
getCreatedAt
Description copied from interface:NetworkGets the date the account was created- Specified by:
getCreatedAtin interfaceNetwork- Returns:
- The account creation date
-
getQuotas
-
getIsEnabled
Description copied from interface:NetworkGets whether an account is enabled or not.- Specified by:
getIsEnabledin interfaceNetwork- Returns:
- true = account is enabled, false = account is disabled
-
getSubscriptionLevel
Description copied from interface:NetworkGets the subscription level.- Specified by:
getSubscriptionLevelin interfaceNetwork- Returns:
- String
-
getPaidNetwork
- Specified by:
getPaidNetworkin interfaceNetwork
-
compareTo
- Specified by:
compareToin interfaceComparable<PersonNetwork>
-
getHomeNetwork
-
hashCode
public int hashCode() -
equals
-
toString
-