public class DeviceManagementEnumConstraint extends DeviceManagementConstraint implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementEnumConstraint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected List<DeviceManagementEnumValue> |
values |
protected String |
valuesNextLink |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementEnumConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementEnumConstraint.Builder |
builderDeviceManagementEnumConstraint()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<DeviceManagementEnumValue> |
getValues()
“List of valid values for this string”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected List<DeviceManagementEnumValue> values
protected String valuesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceManagementConstraintpublic com.github.davidmoten.odata.client.CollectionPage<DeviceManagementEnumValue> getValues()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceManagementConstraintpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceManagementConstraintpublic static DeviceManagementEnumConstraint.Builder builderDeviceManagementEnumConstraint()
public String toString()
toString in class DeviceManagementConstraintCopyright © 2018–2020. All rights reserved.