public static final class GroupPolicyPresentationComboBox.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationComboBox |
build() |
GroupPolicyPresentationComboBox.Builder |
defaultValue(String defaultValue)
“Localized default string displayed in the combo box.
|
GroupPolicyPresentationComboBox.Builder |
id(String id) |
GroupPolicyPresentationComboBox.Builder |
label(String label) |
GroupPolicyPresentationComboBox.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
GroupPolicyPresentationComboBox.Builder |
maxLength(Long maxLength)
“An unsigned integer that specifies the maximum number of text characters for the
parameter.
|
GroupPolicyPresentationComboBox.Builder |
required(Boolean required)
“Specifies whether a value must be specified for the parameter.
|
GroupPolicyPresentationComboBox.Builder |
suggestions(List<String> suggestions)
“Localized strings listed in the drop-down list of the combo box.
|
GroupPolicyPresentationComboBox.Builder |
suggestions(String... suggestions)
“Localized strings listed in the drop-down list of the combo box.
|
GroupPolicyPresentationComboBox.Builder |
suggestionsNextLink(String suggestionsNextLink)
“Localized strings listed in the drop-down list of the combo box.
|
public GroupPolicyPresentationComboBox.Builder id(String id)
public GroupPolicyPresentationComboBox.Builder label(String label)
public GroupPolicyPresentationComboBox.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public GroupPolicyPresentationComboBox.Builder defaultValue(String defaultValue)
defaultValue - value of defaultValue property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox.Builder suggestions(List<String> suggestions)
suggestions - value of suggestions property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox.Builder suggestions(String... suggestions)
suggestions - value of suggestions property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox.Builder suggestionsNextLink(String suggestionsNextLink)
suggestionsNextLink - value of suggestions@nextLink property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox.Builder required(Boolean required)
required - value of required property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox.Builder maxLength(Long maxLength)
maxLength - value of maxLength property (as defined in service metadata)this (for method chaining)public GroupPolicyPresentationComboBox build()
Copyright © 2018–2020. All rights reserved.