Class WindowsProtectionStateRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<WindowsProtectionState>
-
- odata.msgraph.client.entity.request.WindowsProtectionStateRequest
-
public class WindowsProtectionStateRequest extends com.github.davidmoten.odata.client.EntityRequest<WindowsProtectionState>
-
-
Constructor Summary
Constructors Constructor Description WindowsProtectionStateRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsDeviceMalwareStateCollectionRequestdetectedMalwareState()WindowsDeviceMalwareStateRequestdetectedMalwareState(String id)
-
-
-
Method Detail
-
detectedMalwareState
public WindowsDeviceMalwareStateRequest detectedMalwareState(String id)
-
detectedMalwareState
public WindowsDeviceMalwareStateCollectionRequest detectedMalwareState()
-
-