Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementSubscriptions
-
Packages that use DeviceManagementSubscriptions Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementSubscriptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementSubscriptions Modifier and Type Field Description protected DeviceManagementSubscriptionsDeviceManagement. subscriptionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementSubscriptions Modifier and Type Method Description Optional<DeviceManagementSubscriptions>DeviceManagement. getSubscriptions()“Tenant's Subscription.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementSubscriptions Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. subscriptions(DeviceManagementSubscriptions subscriptions)“Tenant's Subscription.”DeviceManagementDeviceManagement. withSubscriptions(DeviceManagementSubscriptions subscriptions)Returns an immutable copy ofthiswith just thesubscriptionsfield changed. -
Uses of DeviceManagementSubscriptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementSubscriptions Modifier and Type Method Description static DeviceManagementSubscriptionsDeviceManagementSubscriptions. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementSubscriptions[]DeviceManagementSubscriptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-