Uses of Class
odata.msgraph.client.beta.enums.MdmAuthority
-
Packages that use MdmAuthority Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MdmAuthority in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MdmAuthority Modifier and Type Field Description protected MdmAuthorityOrganization. mobileDeviceManagementAuthorityMethods in odata.msgraph.client.beta.entity that return types with arguments of type MdmAuthority Modifier and Type Method Description Optional<MdmAuthority>Organization. getMobileDeviceManagementAuthority()“Mobile device management authority.”Methods in odata.msgraph.client.beta.entity with parameters of type MdmAuthority Modifier and Type Method Description Organization.BuilderOrganization.Builder. mobileDeviceManagementAuthority(MdmAuthority mobileDeviceManagementAuthority)“Mobile device management authority.”OrganizationOrganization. withMobileDeviceManagementAuthority(MdmAuthority mobileDeviceManagementAuthority)Returns an immutable copy ofthiswith just themobileDeviceManagementAuthorityfield changed. -
Uses of MdmAuthority in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MdmAuthority Modifier and Type Method Description static MdmAuthorityMdmAuthority. valueOf(String name)Returns 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.
-