Package net.worcade.client.get
Interface Site
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface Site extends Entity, ReferenceWithName
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSite.Coordinates
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddressLineOne()StringgetAddressLineTwo()StringgetCity()Site.CoordinatesgetCoordinates()StringgetCountry()Collection<? extends ReferenceWithName>getLabels()StringgetPostalCode()StringgetRegion()StringgetTelephone()SiteModificationmodify()-
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
SiteModification modify()
-
getAddressLineOne
String getAddressLineOne()
-
getAddressLineTwo
String getAddressLineTwo()
-
getPostalCode
String getPostalCode()
-
getCity
String getCity()
-
getRegion
String getRegion()
-
getCountry
String getCountry()
-
getTelephone
String getTelephone()
-
getCoordinates
Site.Coordinates getCoordinates()
-
getLabels
Collection<? extends ReferenceWithName> getLabels()
-
-