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 TypeMethodDescriptionint
compareTo
(PersonNetwork member) boolean
Gets the date the account was createdgetId()
Gets whether an account is enabled or not.Gets the subscription level.int
hashCode()
toString()
-
Constructor Details
-
PersonNetwork
public PersonNetwork() -
PersonNetwork
-
-
Method Details
-
getId
-
getCreatedAt
Description copied from interface:Network
Gets the date the account was created- Specified by:
getCreatedAt
in interfaceNetwork
- Returns:
- The account creation date
-
getQuotas
-
getIsEnabled
Description copied from interface:Network
Gets whether an account is enabled or not.- Specified by:
getIsEnabled
in interfaceNetwork
- Returns:
- true = account is enabled, false = account is disabled
-
getSubscriptionLevel
Description copied from interface:Network
Gets the subscription level.- Specified by:
getSubscriptionLevel
in interfaceNetwork
- Returns:
- String
-
getPaidNetwork
- Specified by:
getPaidNetwork
in interfaceNetwork
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PersonNetwork>
-
getHomeNetwork
-
hashCode
public int hashCode() -
equals
-
toString
-