Uses of Class
ch.ivyteam.ivy.location.LocationBuilder
-
Packages that use LocationBuilder Package Description ch.ivyteam.ivy.location Defines alocation service
for storing and queryinglocation
information and that is available onusers
and tasks. -
-
Uses of LocationBuilder in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return LocationBuilder Modifier and Type Method Description static LocationBuilder
ILocation. create(GeoPosition position)
Use to creates a new locationLocationBuilder
LocationBuilder. withAddress(String address)
Sets the postal address.LocationBuilder
LocationBuilder. withName(String name)
Sets the name.LocationBuilder
LocationBuilder. withNote(String note)
Sets the note.LocationBuilder
LocationBuilder. withType(String type)
Sets the type.Methods in ch.ivyteam.ivy.location with parameters of type LocationBuilder Modifier and Type Method Description ILocation
ILocationService. add(LocationBuilder locationBuilder)
Adds a new location.
-