| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<DeviceManagementEnumValue> |
DeviceManagementEnumConstraint.values |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementEnumValue |
DeviceManagementEnumValue.Builder.build() |
DeviceManagementEnumValue |
DeviceManagementEnumValue.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementEnumValue |
DeviceManagementEnumValue.withValue(String value)
Returns an immutable copy of
this with just the value field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementEnumValue> |
DeviceManagementEnumConstraint.getValues()
“List of valid values for this string”
|
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementEnumValue> |
DeviceManagementEnumConstraint.getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of valid values for this string”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementEnumConstraint.Builder |
DeviceManagementEnumConstraint.Builder.values(DeviceManagementEnumValue... values)
“List of valid values for this string”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementEnumConstraint.Builder |
DeviceManagementEnumConstraint.Builder.values(List<DeviceManagementEnumValue> values)
“List of valid values for this string”
|
Copyright © 2018–2020. All rights reserved.