Class GroupPolicyPresentationComboBox.Builder

    • Method Detail

      • defaultValue

        public GroupPolicyPresentationComboBox.Builder defaultValue​(String defaultValue)
        “Localized default string displayed in the combo box. The default value is empty.”
        Parameters:
        defaultValue - value of defaultValue property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • maxLength

        public GroupPolicyPresentationComboBox.Builder maxLength​(Long maxLength)
        “An unsigned integer that specifies the maximum number of text characters for the parameter. The default value is 1023.”
        Parameters:
        maxLength - value of maxLength property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • required

        public GroupPolicyPresentationComboBox.Builder required​(Boolean required)
        “Specifies whether a value must be specified for the parameter. The default value is false.”
        Parameters:
        required - value of required property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • suggestions

        public GroupPolicyPresentationComboBox.Builder suggestions​(List<String> suggestions)
        “Localized strings listed in the drop-down list of the combo box. The default value is empty.”
        Parameters:
        suggestions - value of suggestions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • suggestions

        public GroupPolicyPresentationComboBox.Builder suggestions​(String... suggestions)
        “Localized strings listed in the drop-down list of the combo box. The default value is empty.”
        Parameters:
        suggestions - value of suggestions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • suggestionsNextLink

        public GroupPolicyPresentationComboBox.Builder suggestionsNextLink​(String suggestionsNextLink)
        “Localized strings listed in the drop-down list of the combo box. The default value is empty.”
        Parameters:
        suggestionsNextLink - value of suggestions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)