Package odata.msgraph.client.beta.entity
Class GroupPolicyPresentationListBox.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.GroupPolicyPresentationListBox.Builder
-
- Enclosing class:
- GroupPolicyPresentationListBox
public static final class GroupPolicyPresentationListBox.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupPolicyPresentationListBoxbuild()GroupPolicyPresentationListBox.BuilderexplicitValue(Boolean explicitValue)“If this option is specified true the user must specify the registry subkey value and the registry subkey name.GroupPolicyPresentationListBox.Builderid(String id)GroupPolicyPresentationListBox.Builderlabel(String label)GroupPolicyPresentationListBox.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)GroupPolicyPresentationListBox.BuildervaluePrefix(String valuePrefix)
-
-
-
Method Detail
-
id
public GroupPolicyPresentationListBox.Builder id(String id)
-
label
public GroupPolicyPresentationListBox.Builder label(String label)
-
lastModifiedDateTime
public GroupPolicyPresentationListBox.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
explicitValue
public GroupPolicyPresentationListBox.Builder explicitValue(Boolean explicitValue)
“If this option is specified true the user must specify the registry subkey value and the registry subkey name. The list box shows two columns, one for the name and one for the data. The default value is false.”- Parameters:
explicitValue- value ofexplicitValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
valuePrefix
public GroupPolicyPresentationListBox.Builder valuePrefix(String valuePrefix)
-
build
public GroupPolicyPresentationListBox build()
-
-