Package net.worcade.client.get
Interface ApplicationProfile
-
- All Superinterfaces:
Application,Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface ApplicationProfile extends Application
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEmail()StringgetFingerprint()Collection<String>getVersions()ApplicationModificationmodify()-
Methods inherited from interface net.worcade.client.get.Application
getCompany
-
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
-
modify
ApplicationModification modify()
-
getEmail
String getEmail()
-
getFingerprint
String getFingerprint()
-
getVersions
Collection<String> getVersions()
-
-