Uses of Class
ch.ivyteam.ivy.location.LocationBuilder
-
Packages that use LocationBuilder Package Description ch.ivyteam.ivy.location Defines alocation servicefor storing and queryinglocationinformation and that is available onusersand tasks. -
-
Uses of LocationBuilder in ch.ivyteam.ivy.location
Methods in ch.ivyteam.ivy.location that return LocationBuilder Modifier and Type Method Description static LocationBuilderILocation. create(GeoPosition position)Use to creates a new locationLocationBuilderLocationBuilder. withAddress(String address)Sets the postal address.LocationBuilderLocationBuilder. withName(String name)Sets the name.LocationBuilderLocationBuilder. withNote(String note)Sets the note.LocationBuilderLocationBuilder. withType(String type)Sets the type.Methods in ch.ivyteam.ivy.location with parameters of type LocationBuilder Modifier and Type Method Description ILocationILocationService. add(LocationBuilder locationBuilder)Adds a new location.
-