Uses of Enum
com.microsoft.graph.models.FileHashType
Packages that use FileHashType
-
Uses of FileHashType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FileHashTypeModifier and TypeMethodDescriptionstatic FileHashTypeFileHash.getHashType()Gets the hashType property value.static FileHashTypeReturns the enum constant of this type with the specified name.static FileHashType[]FileHashType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type FileHashTypeModifier and TypeMethodDescriptionvoidFileHash.setHashType(FileHashType value) Sets the hashType property value.