Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementEnumValue
-
Packages that use DeviceManagementEnumValue Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceManagementEnumValue in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementEnumValue Modifier and Type Field Description protected List<DeviceManagementEnumValue>DeviceManagementEnumConstraint. valuesMethods in odata.msgraph.client.beta.complex that return DeviceManagementEnumValue Modifier and Type Method Description DeviceManagementEnumValueDeviceManagementEnumValue.Builder. build()DeviceManagementEnumValueDeviceManagementEnumValue. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceManagementEnumValueDeviceManagementEnumValue. withUnmappedField(String name, String value)DeviceManagementEnumValueDeviceManagementEnumValue. withValue(String value)Returns an immutable copy ofthiswith just thevaluefield changed.Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementEnumValue Modifier and Type Method 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”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementEnumValue Modifier and Type Method Description DeviceManagementEnumConstraint.BuilderDeviceManagementEnumConstraint.Builder. values(DeviceManagementEnumValue... values)“List of valid values for this string”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementEnumValue Modifier and Type Method Description DeviceManagementEnumConstraint.BuilderDeviceManagementEnumConstraint.Builder. values(List<DeviceManagementEnumValue> values)“List of valid values for this string”
-