Package net.worcade.client.get
Interface Company
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Subinterfaces:
CompanyProfile
- All Known Implementing Classes:
IncomingDto
public interface Company extends Entity, ReferenceWithName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Collection<? extends ReferenceWithName>getLabels()ReferenceWithNamegetLocation()ReferenceWithNamegetPicture()StringgetUrl()booleanhasSaml()CompanyModificationmodify()-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, 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
-
modify
CompanyModification modify()
-
getDescription
String getDescription()
-
getUrl
String getUrl()
-
getPicture
ReferenceWithName getPicture()
-
getLocation
ReferenceWithName getLocation()
-
getLabels
Collection<? extends ReferenceWithName> getLabels()
-
hasSaml
boolean hasSaml()
-
-