Uses of Class
odata.msgraph.client.beta.enums.GlobalDeviceHealthScriptState
-
Packages that use GlobalDeviceHealthScriptState Package Description odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of GlobalDeviceHealthScriptState in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type GlobalDeviceHealthScriptState Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<GlobalDeviceHealthScriptState>DeviceHealthScriptCollectionRequest. areGlobalScriptsAvailable() -
Uses of GlobalDeviceHealthScriptState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return GlobalDeviceHealthScriptState Modifier and Type Method Description static GlobalDeviceHealthScriptStateGlobalDeviceHealthScriptState. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalDeviceHealthScriptState[]GlobalDeviceHealthScriptState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-