Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementPartnerAppType
-
Packages that use DeviceManagementPartnerAppType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementPartnerAppType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementPartnerAppType Modifier and Type Field Description protected DeviceManagementPartnerAppTypeDeviceManagementPartner. partnerAppTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementPartnerAppType Modifier and Type Method Description Optional<DeviceManagementPartnerAppType>DeviceManagementPartner. getPartnerAppType()“Partner App type”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementPartnerAppType Modifier and Type Method Description DeviceManagementPartner.BuilderDeviceManagementPartner.Builder. partnerAppType(DeviceManagementPartnerAppType partnerAppType)“Partner App type”DeviceManagementPartnerDeviceManagementPartner. withPartnerAppType(DeviceManagementPartnerAppType partnerAppType)Returns an immutable copy ofthiswith just thepartnerAppTypefield changed. -
Uses of DeviceManagementPartnerAppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementPartnerAppType Modifier and Type Method Description static DeviceManagementPartnerAppTypeDeviceManagementPartnerAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementPartnerAppType[]DeviceManagementPartnerAppType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-