Package odata.msgraph.client.complex
Class FileHash.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.FileHash.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileHashbuild()FileHash.BuilderhashType(FileHashType hashType)FileHash.BuilderhashValue(String hashValue)
-
-
-
Method Detail
-
hashType
public FileHash.Builder hashType(FileHashType hashType)
-
hashValue
public FileHash.Builder hashValue(String hashValue)
-
build
public FileHash build()
-
-