Uses of Enum
com.microsoft.graph.models.MdmAuthority
Packages that use MdmAuthority
-
Uses of MdmAuthority in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MdmAuthorityModifier and TypeMethodDescriptionstatic MdmAuthorityOrganization.getMobileDeviceManagementAuthority()Gets the mobileDeviceManagementAuthority property value.static MdmAuthorityReturns the enum constant of this type with the specified name.static MdmAuthority[]MdmAuthority.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MdmAuthorityModifier and TypeMethodDescriptionvoidOrganization.setMobileDeviceManagementAuthority(MdmAuthority value) Sets the mobileDeviceManagementAuthority property value.