Package net.worcade.client.get
Interface GroupProfile
-
- All Superinterfaces:
Entity,Group,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface GroupProfile extends Group
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceWithNamegetAutoShareTarget()StringgetEmail()StringgetMailImportAddress()booleanisPro()booleanisVisible()GroupModificationmodify()-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, getOptionalFields, getOwners, getRemoteIds, modifier
-
Methods inherited from interface net.worcade.client.get.Group
getCompany, getDomains, getLocale, getMembers, getPicture
-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
Methods inherited from interface net.worcade.client.get.ReferenceWithName
getName
-
-
-
-
Method Detail
-
modify
GroupModification modify()
-
getEmail
String getEmail()
-
getMailImportAddress
String getMailImportAddress()
-
isPro
boolean isPro()
-
getAutoShareTarget
ReferenceWithName getAutoShareTarget()
-
isVisible
boolean isVisible()
-
-