Uses of Class
odata.msgraph.client.beta.complex.ComanagementEligibleDevicesSummary
-
Packages that use ComanagementEligibleDevicesSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ComanagementEligibleDevicesSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ComanagementEligibleDevicesSummary Modifier and Type Method Description ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary.Builder. build()ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withComanagedCount(Integer comanagedCount)Returns an immutable copy ofthiswith just thecomanagedCountfield changed.ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withEligibleButNotAzureAdJoinedCount(Integer eligibleButNotAzureAdJoinedCount)Returns an immutable copy ofthiswith just theeligibleButNotAzureAdJoinedCountfield changed.ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withEligibleCount(Integer eligibleCount)Returns an immutable copy ofthiswith just theeligibleCountfield changed.ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withIneligibleCount(Integer ineligibleCount)Returns an immutable copy ofthiswith just theineligibleCountfield changed.ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withNeedsOsUpdateCount(Integer needsOsUpdateCount)Returns an immutable copy ofthiswith just theneedsOsUpdateCountfield changed.ComanagementEligibleDevicesSummaryComanagementEligibleDevicesSummary. withUnmappedField(String name, String value) -
Uses of ComanagementEligibleDevicesSummary in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type ComanagementEligibleDevicesSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<ComanagementEligibleDevicesSummary>DeviceManagement. getComanagementEligibleDevicesSummary() -
Uses of ComanagementEligibleDevicesSummary in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ComanagementEligibleDevicesSummary Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<ComanagementEligibleDevicesSummary>DeviceManagementRequest. getComanagementEligibleDevicesSummary()
-