Uses of Enum
com.microsoft.graph.models.FileStorageContainerTypeSettingsOverride
Packages that use FileStorageContainerTypeSettingsOverride
-
Uses of FileStorageContainerTypeSettingsOverride in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FileStorageContainerTypeSettingsOverrideModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.FileStorageContainerTypeSettingsOverride.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 FileStorageContainerTypeSettingsOverrideModifier and TypeMethodDescriptionFileStorageContainerTypeSettings.getConsumingTenantOverridables()Gets the consumingTenantOverridables property value.Method parameters in com.microsoft.graph.models with type arguments of type FileStorageContainerTypeSettingsOverrideModifier and TypeMethodDescriptionvoidFileStorageContainerTypeSettings.setConsumingTenantOverridables(EnumSet<FileStorageContainerTypeSettingsOverride> value) Sets the consumingTenantOverridables property value.