Class LocationBuilder

java.lang.Object
ch.ivyteam.ivy.location.LocationBuilder

public class LocationBuilder extends Object

Creates a new location.

See Also:
API:
This is a public API.
  • Method Details

    • withName

      public LocationBuilder withName(String name)
      Sets the name.
      Parameters:
      name -
      Returns:
      builder
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • withAddress

      public LocationBuilder withAddress(String address)
      Sets the postal address.
      Parameters:
      address -
      Returns:
      builder
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • withNote

      public LocationBuilder withNote(String note)
      Sets the note.
      Parameters:
      note -
      Returns:
      builder
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • withType

      public LocationBuilder withType(String type)
      Sets the type.
      Parameters:
      type -
      Returns:
      builder
      See Also:
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.