Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementTemplateSubtype
-
Packages that use DeviceManagementTemplateSubtype Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementTemplateSubtype in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementTemplateSubtype Modifier and Type Field Description protected DeviceManagementTemplateSubtypeDeviceManagementTemplate. templateSubtypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementTemplateSubtype Modifier and Type Method Description Optional<DeviceManagementTemplateSubtype>DeviceManagementTemplate. getTemplateSubtype()“The template's subtype.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementTemplateSubtype Modifier and Type Method Description DeviceManagementTemplate.BuilderDeviceManagementTemplate.Builder. templateSubtype(DeviceManagementTemplateSubtype templateSubtype)“The template's subtype.”SecurityBaselineTemplate.BuilderSecurityBaselineTemplate.Builder. templateSubtype(DeviceManagementTemplateSubtype templateSubtype)DeviceManagementTemplateDeviceManagementTemplate. withTemplateSubtype(DeviceManagementTemplateSubtype templateSubtype)Returns an immutable copy ofthiswith just thetemplateSubtypefield changed. -
Uses of DeviceManagementTemplateSubtype in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementTemplateSubtype Modifier and Type Method Description static DeviceManagementTemplateSubtypeDeviceManagementTemplateSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementTemplateSubtype[]DeviceManagementTemplateSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.
-