Uses of Class
odata.msgraph.client.beta.enums.EmbeddedSIMDeviceStateValue
-
Packages that use EmbeddedSIMDeviceStateValue Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EmbeddedSIMDeviceStateValue in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EmbeddedSIMDeviceStateValue Modifier and Type Field Description protected EmbeddedSIMDeviceStateValueEmbeddedSIMDeviceState. stateMethods in odata.msgraph.client.beta.entity that return types with arguments of type EmbeddedSIMDeviceStateValue Modifier and Type Method Description Optional<EmbeddedSIMDeviceStateValue>EmbeddedSIMDeviceState. getState()“The state of the profile operation applied to the device.”Methods in odata.msgraph.client.beta.entity with parameters of type EmbeddedSIMDeviceStateValue Modifier and Type Method Description EmbeddedSIMDeviceState.BuilderEmbeddedSIMDeviceState.Builder. state(EmbeddedSIMDeviceStateValue state)“The state of the profile operation applied to the device.”EmbeddedSIMDeviceStateEmbeddedSIMDeviceState. withState(EmbeddedSIMDeviceStateValue state)Returns an immutable copy ofthiswith just thestatefield changed. -
Uses of EmbeddedSIMDeviceStateValue in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EmbeddedSIMDeviceStateValue Modifier and Type Method Description static EmbeddedSIMDeviceStateValueEmbeddedSIMDeviceStateValue. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedSIMDeviceStateValue[]EmbeddedSIMDeviceStateValue. values()Returns an array containing the constants of this enum type, in the order they are declared.
-