Class ConditionalPlaceRequest

    • Constructor Detail

      • ConditionalPlaceRequest

        public ConditionalPlaceRequest()
      • ConditionalPlaceRequest

        public ConditionalPlaceRequest​(String identifier)
        A predicate applied to determine if this place request should be used or the alternative specified by #orElse
        Parameters:
        identifier - The place ID, or an empty string for the default place.
      • ConditionalPlaceRequest

        public ConditionalPlaceRequest​(String identifier,
                                       Map<String,​String> parameters)
        Creates a conditional place request for the given place ID with the given state parameters for that place.
        Parameters:
        identifier - The place ID, or an empty string for the default place.
        parameters - Place-specific parameters to pass to the place. Must not be null.