Class PlacesFields.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Default constructor
    • Method Detail

      • setStreetAddress

        public PlacesFields.Builder setStreetAddress​(@Nullable
                                                     java.lang.String streetAddress)
        Set the street address
        Parameters:
        streetAddress - street address
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setStreetAddress2

        public PlacesFields.Builder setStreetAddress2​(@Nullable
                                                      java.lang.String streetAddress2)
        Set the second street address
        Parameters:
        streetAddress2 - the second street address
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setCity

        public PlacesFields.Builder setCity​(@Nullable
                                            java.lang.String city)
        Set the city
        Parameters:
        city - city
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setState

        public PlacesFields.Builder setState​(@Nullable
                                             java.lang.String state)
        Set state
        Parameters:
        state - value for state
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setCountryCode

        public PlacesFields.Builder setCountryCode​(@Nullable
                                                   java.lang.String countryCode)
        Set country code
        Parameters:
        countryCode - country code
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setZipCode

        public PlacesFields.Builder setZipCode​(@Nullable
                                               java.lang.String zipCode)
        Set zip code
        Parameters:
        zipCode - zip code
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setPhoneNumber

        public PlacesFields.Builder setPhoneNumber​(@Nullable
                                                   java.lang.String phoneNumber)
        Set phone number
        Parameters:
        phoneNumber - phone number
        Returns:
        The Builder object to allow for chaining calls to set/add methods
      • setSkipVerification

        public PlacesFields.Builder setSkipVerification​(@Nullable
                                                        java.lang.Boolean skipVerification)
        Set the flag to skip address verification
        Parameters:
        skipVerification - flag to skip address verification
        Returns:
        The Builder object to allow for chaining calls to set/add methods