Class GeoUniq.GeoFence.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setExpirationDate

        public GeoUniq.GeoFence.Builder setExpirationDate​(java.util.Date expirationDate)
        Sets the expiration date for the GeoFence.
        The GeoFence will no longer be monitored and will be automatically deleted after this date.
        If not set, the GeoFence never expires.
        Parameters:
        expirationDate - A Date corresponding to the desired expiration date
        Returns:
        This Builder object to allow for chaining of calls to set methods