Package odata.msgraph.client.beta.entity
Class GroupPolicyPresentationComboBox.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.GroupPolicyPresentationComboBox.Builder
-
- Enclosing class:
- GroupPolicyPresentationComboBox
public static final class GroupPolicyPresentationComboBox.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupPolicyPresentationComboBoxbuild()GroupPolicyPresentationComboBox.BuilderdefaultValue(String defaultValue)“Localized default string displayed in the combo box.GroupPolicyPresentationComboBox.Builderid(String id)GroupPolicyPresentationComboBox.Builderlabel(String label)GroupPolicyPresentationComboBox.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)GroupPolicyPresentationComboBox.BuildermaxLength(Long maxLength)“An unsigned integer that specifies the maximum number of text characters for the parameter.GroupPolicyPresentationComboBox.Builderrequired(Boolean required)“Specifies whether a value must be specified for the parameter.GroupPolicyPresentationComboBox.Buildersuggestions(String... suggestions)“Localized strings listed in the drop-down list of the combo box.GroupPolicyPresentationComboBox.Buildersuggestions(List<String> suggestions)“Localized strings listed in the drop-down list of the combo box.GroupPolicyPresentationComboBox.BuildersuggestionsNextLink(String suggestionsNextLink)“Localized strings listed in the drop-down list of the combo box.
-
-
-
Method Detail
-
id
public GroupPolicyPresentationComboBox.Builder id(String id)
-
label
public GroupPolicyPresentationComboBox.Builder label(String label)
-
lastModifiedDateTime
public GroupPolicyPresentationComboBox.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
defaultValue
public GroupPolicyPresentationComboBox.Builder defaultValue(String defaultValue)
“Localized default string displayed in the combo box. The default value is empty.”- Parameters:
defaultValue- value ofdefaultValueproperty (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 ofmaxLengthproperty (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 ofrequiredproperty (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 ofsuggestionsproperty (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 ofsuggestionsproperty (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 ofsuggestions@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public GroupPolicyPresentationComboBox build()
-
-