Uses of Class
odata.msgraph.client.enums.DeviceManagementSubscriptionState
-
Packages that use DeviceManagementSubscriptionState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementSubscriptionState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementSubscriptionState Modifier and Type Field Description protected DeviceManagementSubscriptionStateDeviceManagement. subscriptionStateMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementSubscriptionState Modifier and Type Method Description Optional<DeviceManagementSubscriptionState>DeviceManagement. getSubscriptionState()“Tenant mobile device management subscription state.”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementSubscriptionState Modifier and Type Method Description DeviceManagement.BuilderDeviceManagement.Builder. subscriptionState(DeviceManagementSubscriptionState subscriptionState)“Tenant mobile device management subscription state.”DeviceManagementDeviceManagement. withSubscriptionState(DeviceManagementSubscriptionState subscriptionState)Returns an immutable copy ofthiswith just thesubscriptionStatefield changed. -
Uses of DeviceManagementSubscriptionState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementSubscriptionState Modifier and Type Method Description static DeviceManagementSubscriptionStateDeviceManagementSubscriptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementSubscriptionState[]DeviceManagementSubscriptionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-