Uses of Class
odata.msgraph.client.complex.RegistryKeyState
-
Packages that use RegistryKeyState Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of RegistryKeyState in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return RegistryKeyState Modifier and Type Method Description RegistryKeyStateRegistryKeyState.Builder. build()RegistryKeyStateRegistryKeyState. withHive(RegistryHive hive)RegistryKeyStateRegistryKeyState. withKey(String key)RegistryKeyStateRegistryKeyState. withOldKey(String oldKey)RegistryKeyStateRegistryKeyState. withOldValueData(String oldValueData)RegistryKeyStateRegistryKeyState. withOldValueName(String oldValueName)RegistryKeyStateRegistryKeyState. withOperation(RegistryOperation operation)RegistryKeyStateRegistryKeyState. withProcessId(Integer processId)RegistryKeyStateRegistryKeyState. withUnmappedField(String name, String value)RegistryKeyStateRegistryKeyState. withValueData(String valueData)RegistryKeyStateRegistryKeyState. withValueName(String valueName)RegistryKeyStateRegistryKeyState. withValueType(RegistryValueType valueType) -
Uses of RegistryKeyState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type RegistryKeyState Modifier and Type Field Description protected List<RegistryKeyState>Alert. registryKeyStatesMethods in odata.msgraph.client.entity that return types with arguments of type RegistryKeyState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RegistryKeyState>Alert. getRegistryKeyStates()com.github.davidmoten.odata.client.CollectionPage<RegistryKeyState>Alert. getRegistryKeyStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type RegistryKeyState Modifier and Type Method Description Alert.BuilderAlert.Builder. registryKeyStates(RegistryKeyState... registryKeyStates)Method parameters in odata.msgraph.client.entity with type arguments of type RegistryKeyState Modifier and Type Method Description Alert.BuilderAlert.Builder. registryKeyStates(List<RegistryKeyState> registryKeyStates)AlertAlert. withRegistryKeyStates(List<RegistryKeyState> registryKeyStates)
-