| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationDropdownListItem |
GroupPolicyPresentationDropdownListItem.Builder.build() |
GroupPolicyPresentationDropdownListItem |
GroupPolicyPresentationDropdownListItem.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
GroupPolicyPresentationDropdownListItem |
GroupPolicyPresentationDropdownListItem.withValue(String value)
Returns an immutable copy of
this with just the value field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected GroupPolicyPresentationDropdownListItem |
GroupPolicyPresentationDropdownList.defaultItem |
| Modifier and Type | Field and Description |
|---|---|
protected List<GroupPolicyPresentationDropdownListItem> |
GroupPolicyPresentationDropdownList.items |
| Modifier and Type | Method and Description |
|---|---|
Optional<GroupPolicyPresentationDropdownListItem> |
GroupPolicyPresentationDropdownList.getDefaultItem()
“Localized string value identifying the default choice of the list of items.”
|
com.github.davidmoten.odata.client.CollectionPage<GroupPolicyPresentationDropdownListItem> |
GroupPolicyPresentationDropdownList.getItems()
“Represents a set of localized display names and their associated values.”
|
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationDropdownList.Builder |
GroupPolicyPresentationDropdownList.Builder.defaultItem(GroupPolicyPresentationDropdownListItem defaultItem)
“Localized string value identifying the default choice of the list of items.”
|
GroupPolicyPresentationDropdownList |
GroupPolicyPresentationDropdownList.withDefaultItem(GroupPolicyPresentationDropdownListItem defaultItem)
Returns an immutable copy of
this with just the defaultItem
field changed. |
| Modifier and Type | Method and Description |
|---|---|
GroupPolicyPresentationDropdownList.Builder |
GroupPolicyPresentationDropdownList.Builder.items(List<GroupPolicyPresentationDropdownListItem> items)
“Represents a set of localized display names and their associated values.”
|
Copyright © 2018–2020. All rights reserved.