Class DetectedAppRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<DetectedApp>
-
- odata.msgraph.client.beta.entity.request.DetectedAppRequest
-
public class DetectedAppRequest extends com.github.davidmoten.odata.client.EntityRequest<DetectedApp>
-
-
Constructor Summary
Constructors Constructor Description DetectedAppRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedDeviceCollectionRequestmanagedDevices()ManagedDeviceRequestmanagedDevices(String id)
-
-
-
Method Detail
-
managedDevices
public ManagedDeviceCollectionRequest managedDevices()
-
managedDevices
public ManagedDeviceRequest managedDevices(String id)
-
-