Uses of Class
odata.msgraph.client.beta.enums.FileHashType
-
Packages that use FileHashType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of FileHashType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as FileHashType Modifier and Type Field Description protected FileHashTypeFileHash. hashTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type FileHashType Modifier and Type Method Description Optional<FileHashType>FileHash. getHashType()Methods in odata.msgraph.client.beta.complex with parameters of type FileHashType Modifier and Type Method Description FileHash.BuilderFileHash.Builder. hashType(FileHashType hashType)FileHashFileHash. withHashType(FileHashType hashType) -
Uses of FileHashType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as FileHashType Modifier and Type Field Description protected FileHashTypeTiIndicator. fileHashTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type FileHashType Modifier and Type Method Description Optional<FileHashType>TiIndicator. getFileHashType()Methods in odata.msgraph.client.beta.entity with parameters of type FileHashType Modifier and Type Method Description TiIndicator.BuilderTiIndicator.Builder. fileHashType(FileHashType fileHashType)TiIndicatorTiIndicator. withFileHashType(FileHashType fileHashType) -
Uses of FileHashType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return FileHashType Modifier and Type Method Description static FileHashTypeFileHashType. valueOf(String name)Returns 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.
-