Uses of Class
odata.msgraph.client.beta.enums.DefenderSecurityCenterITContactDisplayType
-
Packages that use DefenderSecurityCenterITContactDisplayType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderSecurityCenterITContactDisplayType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderSecurityCenterITContactDisplayType Modifier and Type Field Description protected DefenderSecurityCenterITContactDisplayTypeWindows10EndpointProtectionConfiguration. defenderSecurityCenterITContactDisplayMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderSecurityCenterITContactDisplayType Modifier and Type Method Description Optional<DefenderSecurityCenterITContactDisplayType>Windows10EndpointProtectionConfiguration. getDefenderSecurityCenterITContactDisplay()“Configure where to display IT contact information to end users.”Methods in odata.msgraph.client.beta.entity with parameters of type DefenderSecurityCenterITContactDisplayType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. defenderSecurityCenterITContactDisplay(DefenderSecurityCenterITContactDisplayType defenderSecurityCenterITContactDisplay)“Configure where to display IT contact information to end users.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDefenderSecurityCenterITContactDisplay(DefenderSecurityCenterITContactDisplayType defenderSecurityCenterITContactDisplay)Returns an immutable copy ofthiswith just thedefenderSecurityCenterITContactDisplayfield changed. -
Uses of DefenderSecurityCenterITContactDisplayType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderSecurityCenterITContactDisplayType Modifier and Type Method Description static DefenderSecurityCenterITContactDisplayTypeDefenderSecurityCenterITContactDisplayType. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderSecurityCenterITContactDisplayType[]DefenderSecurityCenterITContactDisplayType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-