Uses of Class
odata.msgraph.client.beta.complex.DeviceLogCollectionRequest
-
Packages that use DeviceLogCollectionRequest Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceLogCollectionRequest in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceLogCollectionRequest Modifier and Type Method Description DeviceLogCollectionRequestDeviceLogCollectionRequest.Builder. build()DeviceLogCollectionRequestDeviceLogCollectionRequest. withId(String id)Returns an immutable copy ofthiswith just theidfield changed .DeviceLogCollectionRequestDeviceLogCollectionRequest. withTemplateType(DeviceLogCollectionTemplateType templateType)Returns an immutable copy ofthiswith just thetemplateTypefield changed.DeviceLogCollectionRequestDeviceLogCollectionRequest. withUnmappedField(String name, String value) -
Uses of DeviceLogCollectionRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type DeviceLogCollectionRequest Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceLogCollectionResponse>ManagedDevice. createDeviceLogCollectionRequest(DeviceLogCollectionRequest templateType) -
Uses of DeviceLogCollectionRequest in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type DeviceLogCollectionRequest Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceLogCollectionResponse>ManagedDeviceRequest. createDeviceLogCollectionRequest(DeviceLogCollectionRequest templateType)
-