Uses of Enum
com.microsoft.graph.models.TemplateApplicationLevel
Packages that use TemplateApplicationLevel
-
Uses of TemplateApplicationLevel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TemplateApplicationLevelModifier and TypeMethodDescriptionstatic TemplateApplicationLevelstatic TemplateApplicationLevelReturns the enum constant of this type with the specified name.static TemplateApplicationLevel[]TemplateApplicationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type TemplateApplicationLevelModifier and TypeMethodDescriptionMultiTenantOrganizationIdentitySyncPolicyTemplate.getTemplateApplicationLevel()Gets the templateApplicationLevel property value.MultiTenantOrganizationPartnerConfigurationTemplate.getTemplateApplicationLevel()Gets the templateApplicationLevel property value.Method parameters in com.microsoft.graph.models with type arguments of type TemplateApplicationLevelModifier and TypeMethodDescriptionvoidMultiTenantOrganizationIdentitySyncPolicyTemplate.setTemplateApplicationLevel(EnumSet<TemplateApplicationLevel> value) Sets the templateApplicationLevel property value.voidMultiTenantOrganizationPartnerConfigurationTemplate.setTemplateApplicationLevel(EnumSet<TemplateApplicationLevel> value) Sets the templateApplicationLevel property value.