Package net.worcade.client.get
Interface CompanyProfile
-
- All Superinterfaces:
Company,Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface CompanyProfile extends Company
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getDomains()ReferencegetMainGroup()Collection<? extends ReferenceWithName>getMembers()-
Methods inherited from interface net.worcade.client.get.Company
getDescription, getLabels, getLocation, getPicture, getUrl, hasSaml, modify
-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, getOptionalFields, getOwners, getRemoteIds, modifier
-
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
-
getMembers
Collection<? extends ReferenceWithName> getMembers()
-
getMainGroup
Reference getMainGroup()
-
getDomains
Collection<String> getDomains()
-
-